Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dsg.h103 #define SG_DXFER_TO_FROM_DEV (-4) /* treated like SG_DXFER_FROM_DEV with the macro
/openbmc/linux/drivers/scsi/
H A Dsg.c670 SG_DXFER_TO_FROM_DEV : SG_DXFER_TO_DEV; in sg_write()
675 (hp->dxfer_direction == SG_DXFER_TO_FROM_DEV)) in sg_write()
693 if (hp->dxfer_direction == SG_DXFER_TO_FROM_DEV) { in sg_write()
1808 if (dxfer_dir == SG_DXFER_TO_FROM_DEV) in sg_start_req()
H A Dscsi_ioctl.c434 case SG_DXFER_TO_FROM_DEV: in sg_io()