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

/linux-master/lib/
H A 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);
93 __sg_free_table(table, SG_CHUNK_SIZE, nents_first_chun
[all...]
/linux-master/include/linux/
H A Dscatterlist.h520 #define SG_CHUNK_SIZE 128 macro
523 * Like SG_CHUNK_SIZE, but for archs that have sg chaining. This limit
527 #define SG_MAX_SEGMENTS SG_CHUNK_SIZE
/linux-master/include/scsi/
H A Dscsi_host.h24 #define SG_ALL SG_CHUNK_SIZE
/linux-master/fs/smb/server/
H A Dtransport_rdma.c1322 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE);
1409 sizeof(struct scatterlist) * SG_CHUNK_SIZE, GFP_KERNEL);
1424 msg->sg_list, SG_CHUNK_SIZE);
1434 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE);
1448 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE);
/linux-master/drivers/scsi/esas2r/
H A Desas2r_main.c248 .sg_tablesize = SG_CHUNK_SIZE,
269 int sg_tablesize = SG_CHUNK_SIZE;
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h109 #define MPT_MAX_PHYS_SEGMENTS SG_CHUNK_SIZE

Completed in 270 milliseconds