Searched refs:Error_Code (Results 1 – 1 of 1) sorted by relevance
44 int Error_Code; member185 while (status->Error_Code >= 0) { in mpt_ioc_status()186 if (status->Error_Code == (code & MPI_IOCSTATUS_MASK)) in mpt_ioc_status()203 while (status->Error_Code >= 0) { in mpt_ioc_diag()204 if ((status->Error_Code & code) != 0) in mpt_ioc_diag()217 while (status->Error_Code >= 0) { in mpt_ioc_function()218 if (status->Error_Code == code) in mpt_ioc_function()230 while (status->Error_Code >= 0) { in mpt_ioc_event()231 if (status->Error_Code == code) in mpt_ioc_event()247 while (status->Error_Code >= 0) { in mpt_scsi_state()[all …]