Searched refs:SG_CHUNK_SIZE (Results 1 – 11 of 11) sorted by relevance
17 #if (SG_CHUNK_SIZE < 32)18 #error SG_CHUNK_SIZE is too small (must be 32 or greater)23 #if (SG_CHUNK_SIZE > 32)25 #if (SG_CHUNK_SIZE > 64)27 #if (SG_CHUNK_SIZE > 128)29 #if (SG_CHUNK_SIZE > 256)30 #error SG_CHUNK_SIZE is too large (256 MAX)35 SP(SG_CHUNK_SIZE)43 BUG_ON(nents > SG_CHUNK_SIZE); in sg_pool_index()81 if (first_chunk && table->orig_nents <= SG_CHUNK_SIZE) in sg_free_table_chained()[all …]
321 #define SG_CHUNK_SIZE 128 macro330 #define SG_MAX_SEGMENTS SG_CHUNK_SIZE
41 #define SG_ALL SG_CHUNK_SIZE
367 SG_CHUNK_SIZE * sizeof(struct scatterlist); in nvme_loop_configure_admin_queue()540 SG_CHUNK_SIZE * sizeof(struct scatterlist); in nvme_loop_create_io_queues()
417 #define HISI_SAS_SGE_PAGE_CNT SG_CHUNK_SIZE
68 SG_CHUNK_SIZE * sizeof(struct scatterlist), in svc_rdma_get_rw_ctxt()
248 .sg_tablesize = SG_CHUNK_SIZE,273 int sg_tablesize = SG_CHUNK_SIZE;
1698 op->fcp_req.private = &op->fcp_req.first_sgl[SG_CHUNK_SIZE]; in __nvme_fc_init_request()2426 (SG_CHUNK_SIZE * in nvme_fc_create_io_queues()3031 (SG_CHUNK_SIZE * in nvme_fc_init_ctrl()
691 SG_CHUNK_SIZE * sizeof(struct scatterlist); in nvme_rdma_alloc_tagset()705 SG_CHUNK_SIZE * sizeof(struct scatterlist); in nvme_rdma_alloc_tagset()
94 #define MPT_MAX_PHYS_SEGMENTS SG_CHUNK_SIZE
1999 return min_t(unsigned int, shost->sg_tablesize, SG_CHUNK_SIZE) * in scsi_mq_sgl_size()