Home
last modified time | relevance | path

Searched defs:host_byte (Results 1 – 2 of 2) sorted by relevance

/linux/include/scsi/
H A Dscsi.h126 #define host_byte(result) (((result) >> 16) & 0xff) macro
/linux/drivers/scsi/
H A Desp_scsi.c899 struct scsi_cmnd *cmd, unsigned char host_byte) in esp_cmd_is_done()