Home
last modified time | relevance | path

Searched refs:SG_DXFER_FROM_DEV (Results 1 – 2 of 2) sorted by relevance

/linux/include/scsi/
H A Dsg.h102 #define SG_DXFER_FROM_DEV (-3) /* e.g. a SCSI READ command */ macro
/linux/drivers/scsi/
H A Dsg.c673 hp->dxfer_direction = (mxsize > 0) ? SG_DXFER_FROM_DEV : SG_DXFER_NONE; in sg_write()