Home
last modified time | relevance | path

Searched refs:SG_MAX_SEGMENTS (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dscatterlist.h349 #define SG_MAX_SEGMENTS SG_CHUNK_SIZE macro
351 #define SG_MAX_SEGMENTS 2048 macro
/OK3568_Linux_fs/kernel/drivers/scsi/arm/
H A Dpowertec.c292 .sg_tablesize = SG_MAX_SEGMENTS,
H A Dcumana_2.c368 .sg_tablesize = SG_MAX_SEGMENTS,
H A Deesox.c485 .sg_tablesize = SG_MAX_SEGMENTS,
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dscsiglue.c631 .sg_tablesize = SG_MAX_SEGMENTS,
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_icside.c298 .sg_tablesize = SG_MAX_SEGMENTS,
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srp/
H A Dib_srp.c87 …lt max number of gather/scatter entries (default is 12, max is " __stringify(SG_MAX_SEGMENTS) ")");
3547 token > SG_MAX_SEGMENTS) { in srp_parse_options()
4105 if (indirect_sg_entries > SG_MAX_SEGMENTS) { in srp_init_module()
4107 SG_MAX_SEGMENTS); in srp_init_module()
4108 indirect_sg_entries = SG_MAX_SEGMENTS; in srp_init_module()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_lib.c1799 SG_MAX_SEGMENTS)); in __scsi_init_queue()
H A Dscsi_debug.c7434 .sg_tablesize = SG_MAX_SEGMENTS,
/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dk3-udma.c1473 ring_cfg.size = SG_MAX_SEGMENTS; in udma_alloc_rx_resources()
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5174 SG_MAX_SEGMENTS); in _base_allocate_memory_pools()