Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/
Dscsi.h237 #define msg_byte(result) (((result) >> 8) & 0xff) macro
/linux-4.4.14/drivers/block/
Dcciss.c3062 unsigned int msg_byte, unsigned int host_byte, in make_status_bytes()
3076 unsigned char status_byte, msg_byte, host_byte, driver_byte; in evaluate_target_status() local