Home
last modified time | relevance | path

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

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