Home
last modified time | relevance | path

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

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