Lines Matching refs:Error_Code
81 int Error_Code; member
216 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()
281 if ((status->Error_Code & code) != 0) in mpt_scsi_state()
294 while (status->Error_Code >= 0) { in mpt_scsi_status()
295 if (status->Error_Code == code) in mpt_scsi_status()
340 while (status->Error_Code >= 0) { in mpt_scsi_tm_type()
341 if (status->Error_Code == code) in mpt_scsi_tm_type()