Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/scsi/
H A Dsg.h221 #define SG_SCATTER_SZ (8 * 4096) macro
223 The value used by the driver is 'max(SG_SCATTER_SZ, PAGE_SIZE)'.
233 #define SG_DEF_RESERVED_SIZE SG_SCATTER_SZ /* load time option */
/kernel/linux/linux-6.6/include/scsi/
H A Dsg.h250 #define SG_SCATTER_SZ (8 * 4096) macro
252 The value used by the driver is 'max(SG_SCATTER_SZ, PAGE_SIZE)'.
262 #define SG_DEF_RESERVED_SIZE SG_SCATTER_SZ /* load time option */
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsg.c89 static int scatter_elem_sz = SG_SCATTER_SZ;
90 static int scatter_elem_sz_prev = SG_SCATTER_SZ;
1660 "size (default: max(SG_SCATTER_SZ, PAGE_SIZE))");
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsg.c94 static int scatter_elem_sz = SG_SCATTER_SZ;
95 static int scatter_elem_sz_prev = SG_SCATTER_SZ;
1638 "size (default: max(SG_SCATTER_SZ, PAGE_SIZE))");

Completed in 9 milliseconds