Lines Matching refs:Error_Code
43 int Error_Code; member
196 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()
262 if ((status->Error_Code & code) != 0) { in mpt_scsi_state()
277 while (status->Error_Code >= 0) { in mpt_scsi_status()
278 if (status->Error_Code == code) in mpt_scsi_status()