Home
last modified time | relevance | path

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

/linux-6.1.9/include/scsi/
Dsg.h103 #define SG_DXFER_TO_FROM_DEV (-4) /* treated like SG_DXFER_FROM_DEV with the macro
/linux-6.1.9/drivers/scsi/
Dsg.c674 SG_DXFER_TO_FROM_DEV : SG_DXFER_TO_DEV; in sg_write()
679 (hp->dxfer_direction == SG_DXFER_TO_FROM_DEV)) in sg_write()
697 if (hp->dxfer_direction == SG_DXFER_TO_FROM_DEV) { in sg_write()
1801 if (dxfer_dir == SG_DXFER_TO_FROM_DEV) in sg_start_req()
Dscsi_ioctl.c430 case SG_DXFER_TO_FROM_DEV: in sg_io()