Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dsg.h122 #define SG_INFO_OK 0x0 /* no sense, host nor driver "noise" */ macro
/openbmc/ipmitool/src/plugins/usb/
H A Dusb.c215 if ((io_hdr.info & SG_INFO_OK_MASK) != SG_INFO_OK) { in sendscsicmd_SGIO()