Searched refs:get_status_byte (Results 1 – 3 of 3) sorted by relevance
339 static inline u8 get_status_byte(struct scsi_cmnd *cmd) in get_status_byte() function
844 switch (get_status_byte(scmd)) { in scsi_eh_completed_normally()1895 if (get_status_byte(scmd) == SAM_STAT_RESERVATION_CONFLICT) in scsi_noretry_cmd()2014 if (get_status_byte(scmd) == SAM_STAT_RESERVATION_CONFLICT) in scsi_decide_disposition()2045 switch (get_status_byte(scmd)) { in scsi_decide_disposition()
2783 (get_status_byte(cmd) == SAM_STAT_CHECK_CONDITION)) { in srb_done()