Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dsg.h221 #define SG_GET_SG_TABLESIZE 0x227F /* 0 implies can't do scatter gather */ macro
/openbmc/linux/drivers/scsi/
H A Dsg.c1016 case SG_GET_SG_TABLESIZE: in sg_ioctl_common()
/openbmc/qemu/block/
H A Dfile-posix.c1302 if (ioctl(fd, SG_GET_SG_TABLESIZE, &ret) == 0) { in hdev_get_max_segments()