Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dsg.h162 #define sg_status_byte(result) (((result) >> 1) & 0x7f) macro
/linux/drivers/scsi/
H A Dsg.c1347 srp->header.masked_status = sg_status_byte(result); in sg_rq_end_io()