Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_pkvm.h124 SG_MAX_SEGMENTS * sizeof(struct ffa_mem_region_addr_range); in hyp_ffa_proxy_pages()
/openbmc/linux/include/linux/
H A Dscatterlist.h527 #define SG_MAX_SEGMENTS SG_CHUNK_SIZE macro
529 #define SG_MAX_SEGMENTS 2048 macro
/openbmc/linux/drivers/usb/storage/
H A Dscsiglue.c649 .sg_tablesize = SG_MAX_SEGMENTS,
/openbmc/linux/drivers/scsi/arm/
H A Dpowertec.c296 .sg_tablesize = SG_MAX_SEGMENTS,
H A Dcumana_2.c373 .sg_tablesize = SG_MAX_SEGMENTS,
H A Deesox.c490 .sg_tablesize = SG_MAX_SEGMENTS,
/openbmc/linux/drivers/ata/
H A Dpata_icside.c303 .sg_tablesize = SG_MAX_SEGMENTS,
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c82 …lt max number of gather/scatter entries (default is 12, max is " __stringify(SG_MAX_SEGMENTS) ")");
3583 if (token < 1 || token > SG_MAX_SEGMENTS) { in srp_parse_options()
4162 if (indirect_sg_entries > SG_MAX_SEGMENTS) { in srp_init_module()
4164 SG_MAX_SEGMENTS); in srp_init_module()
4165 indirect_sg_entries = SG_MAX_SEGMENTS; in srp_init_module()
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c1890 SG_MAX_SEGMENTS)); in __scsi_init_queue()
H A Dscsi_debug.c7697 .sg_tablesize = SG_MAX_SEGMENTS,
/openbmc/linux/drivers/dma/ti/
H A Dk3-udma.c1796 ring_cfg.size = SG_MAX_SEGMENTS; in udma_alloc_rx_resources()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c6324 SG_MAX_SEGMENTS); in _base_allocate_memory_pools()