Searched refs:scsi_status_is_good (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/scsi/
H A Dscsi.h192 /** scsi_status_is_good - check the status return.
200 static inline bool scsi_status_is_good(int status) function
/linux-master/drivers/scsi/
H A Dscsi_lib.c230 !scsi_status_is_good(scmd->result))
702 if (scsi_status_is_good(result))
1017 if ((result & 0xff) && scsi_status_is_good(result)) {
2328 if (!scsi_status_is_good(result)) {
H A Dsr.c256 cd->media_present = scsi_status_is_good(ret) ||
H A Dsd.c2311 /* Retry when scsi_status_is_good would return false 3 times */
2358 if(!spintime && !scsi_status_is_good(the_result)) {
2435 if (scsi_status_is_good(the_result))

Completed in 143 milliseconds