Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dsg.c108 #define SG_USER_MEM 4 /* memory belongs to user space */ macro
1730 schp->buffer_mem_src = SG_USER_MEM; in sg_build_dir()
1753 mem_src_arr[k] = SG_USER_MEM; in sg_build_dir()
1893 if (SG_USER_MEM != schp->buffer_mem_src) { /* else nothing to do */ in sg_write_xfer()
1918 ok = (SG_USER_MEM != mem_src_arr[k]); in sg_write_xfer()
2048 if (SG_USER_MEM != schp->buffer_mem_src) { /* else nothing to do */ in sg_read_xfer()
2073 ok = (SG_USER_MEM != mem_src_arr[k]); in sg_read_xfer()
2623 case SG_USER_MEM: in sg_low_free()