Searched refs:Error_Code (Results 1 – 1 of 1) sorted by relevance
43 int Error_Code; member196 while (status->Error_Code >= 0) { in mpt_ioc_status()197 if (status->Error_Code == (code & MPI_IOCSTATUS_MASK)) in mpt_ioc_status()214 while (status->Error_Code >= 0) { in mpt_ioc_diag()215 if ((status->Error_Code & code) != 0) { in mpt_ioc_diag()231 while (status->Error_Code >= 0) { in mpt_ioc_function()232 if (status->Error_Code == code) in mpt_ioc_function()244 while (status->Error_Code >= 0) { in mpt_ioc_event()245 if (status->Error_Code == code) in mpt_ioc_event()261 while (status->Error_Code >= 0) { in mpt_scsi_state()[all …]