Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Dsg_pool.c18 #if (SG_CHUNK_SIZE < 32)
19 #error SG_CHUNK_SIZE is too small (must be 32 or greater)
24 #if (SG_CHUNK_SIZE > 32)
26 #if (SG_CHUNK_SIZE > 64)
28 #if (SG_CHUNK_SIZE > 128)
30 #if (SG_CHUNK_SIZE > 256)
31 #error SG_CHUNK_SIZE is too large (256 MAX)
36 SP(SG_CHUNK_SIZE)
44 BUG_ON(nents > SG_CHUNK_SIZE); in sg_pool_index()
93 __sg_free_table(table, SG_CHUNK_SIZE, nents_first_chunk, sg_pool_free); in sg_free_table_chained()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dscatterlist.h342 #define SG_CHUNK_SIZE 128 macro
349 #define SG_MAX_SEGMENTS SG_CHUNK_SIZE
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c65 ctxt = kmalloc(struct_size(ctxt, rw_first_sgl, SG_CHUNK_SIZE), in svc_rdma_get_rw_ctxt()
75 SG_CHUNK_SIZE)) in svc_rdma_get_rw_ctxt()
89 sg_free_table_chained(&ctxt->rw_sg_table, SG_CHUNK_SIZE); in svc_rdma_put_rw_ctxt()
/kernel/linux/linux-5.10/include/scsi/
Dscsi_host.h26 #define SG_ALL SG_CHUNK_SIZE
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
Desas2r_main.c248 .sg_tablesize = SG_CHUNK_SIZE,
272 int sg_tablesize = SG_CHUNK_SIZE;
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_base.h100 #define MPT_MAX_PHYS_SEGMENTS SG_CHUNK_SIZE