Home
last modified time | relevance | path

Searched refs:SCSI_REQ_SENSE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dscsi.h120 #define SCSI_REQ_SENSE 0x03 /* Request Sense (MANDATORY) */ macro
/openbmc/u-boot/common/
H A Dusb_storage.c671 if (srb->cmd[0] == SCSI_REQ_SENSE || in usb_stor_CBI_get_status()
868 ((srb->cmd[0] == SCSI_REQ_SENSE) || in usb_stor_CB_transport()
876 psrb->cmd[0] = SCSI_REQ_SENSE; in usb_stor_CB_transport()
1001 srb->cmd[0] = SCSI_REQ_SENSE; in usb_request_sense()