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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 164 milliseconds