Searched defs:ioc_raw_state (Results 1 - 2 of 2) sorted by path

/drivers/message/fusion/
H A Dmptbase.c365 u32 ioc_raw_state; local
375 ioc_raw_state = mpt_GetIocState(ioc, 0);
376 if ((ioc_raw_state & MPI_IOC_STATE_MASK) == MPI_IOC_STATE_MASK) {
405 if ((ioc_raw_state & MPI_IOC_STATE_MASK)
408 ioc->name, ioc_raw_state & MPI_DOORBELL_DATA_MASK);
414 ioc_raw_state = mpt_GetIocState(ioc, 0);
415 if ((ioc_raw_state & MPI_IOC_STATE_MASK) == MPI_IOC_STATE_FAULT)
417 "reset (%04xh)\n", ioc->name, ioc_raw_state &
6971 u32 ioc_raw_state; local
6973 ioc_raw_state
[all...]
H A Dmptscsih.c1528 u32 ioc_raw_state; local
1532 ioc_raw_state = mpt_GetIocState(ioc, 0);
1534 if ((ioc_raw_state & MPI_IOC_STATE_MASK) != MPI_IOC_STATE_OPERATIONAL) {
1537 ioc->name, type, ioc_raw_state);
1552 (ioc_raw_state & MPI_DOORBELL_ACTIVE)) {
1556 ioc->name, type, ioc_raw_state);

Completed in 98 milliseconds