Lines Matching refs:status
107 efct_target_io_cb(struct efct_hw_io *hio, u32 length, int status,
121 scsi_io_trace(io, "status x%x ext_status x%x\n", status, ext_status);
138 /* if status was good, and auto-good-response was set,
142 if (status == 0 && io->auto_resp)
147 switch (status) {
253 efct_scsi_check_pending_async_cb(struct efct_hw *hw, int status,
366 int status = SLI4_FC_WCQE_STATUS_SUCCESS;
370 status = -1;
374 cb(io->hio, 0, status, 0, io);
395 int status;
438 status = efct_scsi_io_dispatch_no_hw_io(io);
440 status = efct_scsi_io_dispatch_hw_io(io, hio);
441 if (status) {
796 /* set residual status if necessary */
837 efct_target_bls_resp_cb(struct efct_hw_io *hio, u32 length, int status,
846 /* BLS isn't really a "SCSI" concept, but use SCSI status */
847 if (status) {
848 io_error_log(io, "s=%#x x=%#x\n", status, ext_status);
909 static int efct_bls_send_rjt_cb(struct efct_hw_io *hio, u32 length, int status,
1038 efct_target_abort_cb(struct efct_hw_io *hio, u32 length, int status,
1058 switch (status) {