Home
last modified time | relevance | path

Searched refs:get_host_byte (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_cmnd.h349 static inline u8 get_host_byte(struct scsi_cmnd *cmd) in get_host_byte() function
/openbmc/linux/drivers/scsi/
H A Ddc395x.c3296 if (!ckc_only && get_host_byte(cmd) == DID_OK in srb_done()
3303 if ((get_host_byte(cmd) == DID_OK) || in srb_done()
/openbmc/linux/drivers/scsi/arm/
H A Dfas216.c2055 if (get_host_byte(SCpnt) != DID_OK) in fas216_std_done()