Home
last modified time | relevance | path

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

/Linux-v5.15/include/scsi/
Dscsi_cmnd.h353 static inline u8 get_host_byte(struct scsi_cmnd *cmd) in get_host_byte() function
/Linux-v5.15/drivers/scsi/
Ddc395x.c3298 if (!ckc_only && get_host_byte(cmd) == DID_OK in srb_done()
3305 if ((get_host_byte(cmd) == DID_OK) || in srb_done()
/Linux-v5.15/drivers/scsi/arm/
Dfas216.c2045 if (get_host_byte(SCpnt) != DID_OK) in fas216_std_done()