Home
last modified time | relevance | path

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

/linux-6.12.1/include/scsi/
Dsg.h103 #define SG_DXFER_TO_FROM_DEV (-4) /* treated like SG_DXFER_FROM_DEV with the macro
/linux-6.12.1/drivers/scsi/
Dsg.c677 SG_DXFER_TO_FROM_DEV : SG_DXFER_TO_DEV; in sg_write()
682 (hp->dxfer_direction == SG_DXFER_TO_FROM_DEV)) in sg_write()
700 if (hp->dxfer_direction == SG_DXFER_TO_FROM_DEV) { in sg_write()
1813 if (dxfer_dir == SG_DXFER_TO_FROM_DEV) in sg_start_req()
Dscsi_ioctl.c434 case SG_DXFER_TO_FROM_DEV: in sg_io()