Searched refs:SG_MAX_SEGMENTS (Results 1 – 11 of 11) sorted by relevance
381 #define SG_MAX_SEGMENTS SG_CHUNK_SIZE macro383 #define SG_MAX_SEGMENTS 2048 macro
628 .sg_tablesize = SG_MAX_SEGMENTS,
292 .sg_tablesize = SG_MAX_SEGMENTS,
369 .sg_tablesize = SG_MAX_SEGMENTS,
486 .sg_tablesize = SG_MAX_SEGMENTS,
303 .sg_tablesize = SG_MAX_SEGMENTS,
87 …lt max number of gather/scatter entries (default is 12, max is " __stringify(SG_MAX_SEGMENTS) ")");3557 token > SG_MAX_SEGMENTS) { in srp_parse_options()4108 if (indirect_sg_entries > SG_MAX_SEGMENTS) { in srp_init_module()4110 SG_MAX_SEGMENTS); in srp_init_module()4111 indirect_sg_entries = SG_MAX_SEGMENTS; in srp_init_module()
1841 SG_MAX_SEGMENTS)); in __scsi_init_queue()
7578 .sg_tablesize = SG_MAX_SEGMENTS,
1776 ring_cfg.size = SG_MAX_SEGMENTS; in udma_alloc_rx_resources()
6145 SG_MAX_SEGMENTS); in _base_allocate_memory_pools()
Completed in 61 milliseconds