Searched refs:SG_SCATTER_SZ (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/scsi/
H A Dsg.h187 #define SG_SCATTER_SZ (8 * 4096) /* PAGE_SIZE not available to user */ macro
201 #define SG_DEF_RESERVED_SIZE SG_SCATTER_SZ /* load time option */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/scsi/
H A Dsg.h187 #define SG_SCATTER_SZ (8 * 4096) /* PAGE_SIZE not available to user */ macro
201 #define SG_DEF_RESERVED_SIZE SG_SCATTER_SZ /* load time option */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/scsi/
H A Dsg.h187 #define SG_SCATTER_SZ (8 * 4096) /* PAGE_SIZE not available to user */ macro
201 #define SG_DEF_RESERVED_SIZE SG_SCATTER_SZ /* load time option */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/scsi/
H A Dsg.h227 #define SG_SCATTER_SZ (8 * 4096) macro
229 The value used by the driver is 'max(SG_SCATTER_SZ, PAGE_SIZE)'.
240 #define SG_DEF_RESERVED_SIZE SG_SCATTER_SZ /* load time option */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/
H A Dsg.h227 #define SG_SCATTER_SZ (8 * 4096) macro
229 The value used by the driver is 'max(SG_SCATTER_SZ, PAGE_SIZE)'.
240 #define SG_DEF_RESERVED_SIZE SG_SCATTER_SZ /* load time option */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dsg.c98 static int scatter_elem_sz = SG_SCATTER_SZ;
99 static int scatter_elem_sz_prev = SG_SCATTER_SZ;
1567 "size (default: max(SG_SCATTER_SZ, PAGE_SIZE))");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dsg.c98 static int scatter_elem_sz = SG_SCATTER_SZ;
99 static int scatter_elem_sz_prev = SG_SCATTER_SZ;
1567 "size (default: max(SG_SCATTER_SZ, PAGE_SIZE))");

Completed in 186 milliseconds