Lines Matching refs:Error_Code
44 int Error_Code; member
185 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()
248 if ((status->Error_Code & code) != 0) in mpt_scsi_state()
260 while (status->Error_Code >= 0) { in mpt_scsi_status()
261 if (status->Error_Code == code) in mpt_scsi_status()