Searched refs:SG_DXFER_NONE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dsgio.h196 #ifndef SG_DXFER_NONE
197 #define SG_DXFER_NONE -1 macro
H A Dsgio.c55 * SG_DXFER_TO_DEV, SG_DXFER_FROM_DEV, SG_DXFER_NONE
254 io_hdr.dxfer_direction = data ? (rw ? SG_DXFER_TO_DEV : SG_DXFER_FROM_DEV) : SG_DXFER_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dsg.h116 #define SG_DXFER_NONE (-1) /* e.g. a SCSI Test Unit Ready command */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hd-idle-1.04/
H A Dhd-idle.c407 io_hdr.dxfer_direction = SG_DXFER_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dscsi_ioctl.c637 hdr.dxfer_direction = SG_DXFER_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsg.c607 hp->dxfer_direction = (mxsize > 0) ? SG_DXFER_FROM_DEV : SG_DXFER_NONE;
1654 if ((dxfer_len <= 0) || (dxfer_dir == SG_DXFER_NONE))

Completed in 177 milliseconds