Searched refs:SG_MAX_SEGMENTS (Results 1 – 11 of 11) sorted by relevance
527 #define SG_MAX_SEGMENTS SG_CHUNK_SIZE macro529 #define SG_MAX_SEGMENTS 2048 macro
296 .sg_tablesize = SG_MAX_SEGMENTS,
373 .sg_tablesize = SG_MAX_SEGMENTS,
490 .sg_tablesize = SG_MAX_SEGMENTS,
642 .sg_tablesize = SG_MAX_SEGMENTS,
303 .sg_tablesize = SG_MAX_SEGMENTS,
82 …lt max number of gather/scatter entries (default is 12, max is " __stringify(SG_MAX_SEGMENTS) ")");3584 if (token < 1 || token > SG_MAX_SEGMENTS) { in srp_parse_options()4163 if (indirect_sg_entries > SG_MAX_SEGMENTS) { in srp_init_module()4165 SG_MAX_SEGMENTS); in srp_init_module()4166 indirect_sg_entries = SG_MAX_SEGMENTS; in srp_init_module()
1986 min_t(unsigned short, shost->sg_tablesize, SG_MAX_SEGMENTS); in scsi_init_limits()
8731 .sg_tablesize = SG_MAX_SEGMENTS,
1796 ring_cfg.size = SG_MAX_SEGMENTS; in udma_alloc_rx_resources()
6315 SG_MAX_SEGMENTS); in _base_allocate_memory_pools()