Lines Matching refs:Error_Code
83 int Error_Code; member
218 while (status->Error_Code >= 0) { in mpt_ioc_status()
219 if (status->Error_Code == (code & MPI_IOCSTATUS_MASK)) in mpt_ioc_status()
236 while (status->Error_Code >= 0) { in mpt_ioc_diag()
237 if ((status->Error_Code & code) != 0) in mpt_ioc_diag()
250 while (status->Error_Code >= 0) { in mpt_ioc_function()
251 if (status->Error_Code == code) in mpt_ioc_function()
264 while (status->Error_Code >= 0) { in mpt_ioc_event()
265 if (status->Error_Code == code) in mpt_ioc_event()
282 while (status->Error_Code >= 0) { in mpt_scsi_state()
283 if ((status->Error_Code & code) != 0) in mpt_scsi_state()
296 while (status->Error_Code >= 0) { in mpt_scsi_status()
297 if (status->Error_Code == code) in mpt_scsi_status()
342 while (status->Error_Code >= 0) { in mpt_scsi_tm_type()
343 if (status->Error_Code == code) in mpt_scsi_tm_type()