Searched refs:Error_Code (Results 1 – 1 of 1) sorted by relevance
81 int Error_Code; member216 while (status->Error_Code >= 0) { in mpt_ioc_status()217 if (status->Error_Code == (code & MPI_IOCSTATUS_MASK)) in mpt_ioc_status()234 while (status->Error_Code >= 0) { in mpt_ioc_diag()235 if ((status->Error_Code & code) != 0) in mpt_ioc_diag()248 while (status->Error_Code >= 0) { in mpt_ioc_function()249 if (status->Error_Code == code) in mpt_ioc_function()262 while (status->Error_Code >= 0) { in mpt_ioc_event()263 if (status->Error_Code == code) in mpt_ioc_event()280 while (status->Error_Code >= 0) { in mpt_scsi_state()[all …]