Home
last modified time | relevance | path

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

/include/scsi/
Dscsi.h124 #define host_byte(result) (((result) >> 16) & 0xff) macro
201 if (host_byte(status) == DID_NO_CONNECT) in scsi_status_is_good()