Home
last modified time | relevance | path

Searched refs:max_segs (Results 1 – 25 of 58) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/mmc/core/
Dmmc_test.c80 unsigned int max_segs; member
337 unsigned int max_segs, in mmc_test_alloc_mem() argument
355 if (max_segs > max_page_cnt) in mmc_test_alloc_mem()
356 max_segs = max_page_cnt; in mmc_test_alloc_mem()
362 mem->arr = kcalloc(max_segs, sizeof(*mem->arr), GFP_KERNEL); in mmc_test_alloc_mem()
391 if (mem->cnt >= max_segs) { in mmc_test_alloc_mem()
411 unsigned int max_segs, unsigned int max_seg_sz, in mmc_test_map_sg() argument
418 sg_init_table(sglist, max_segs); in mmc_test_map_sg()
419 if (min_sg_len > max_segs) in mmc_test_map_sg()
420 min_sg_len = max_segs; in mmc_test_map_sg()
[all …]
Dqueue.c201 host->max_segs; in mmc_get_max_segments()
460 host->max_segs < MMC_DMA_MAP_MERGE_SEGMENTS && in mmc_init_queue()
Dhost.c500 host->max_segs = 1; in mmc_alloc_host()
/kernel/linux/linux-5.10/drivers/mmc/host/
Drenesas_sdhi.h33 unsigned short max_segs; member
Drenesas_sdhi_internal_dmac.c101 .max_segs = 1,
116 .max_segs = 1,
Dwmt-sdmmc.c181 u32 max_segs; member
740 .max_segs = 128,
795 mmc->max_segs = wmt_caps->max_segs; in wmt_mci_probe()
798 mmc->max_req_size = (16*512*mmc->max_segs); in wmt_mci_probe()
Dmmci_stm32_sdmmc.c137 host->mmc->max_segs = SDMMC_LLI_BUF_LEN / in sdmmc_idma_setup()
141 host->mmc->max_segs = 1; in sdmmc_idma_setup()
Dcqhci.c50 (cq_host->mmc->max_segs * tag * in get_trans_desc_dma()
57 (cq_host->trans_desc_len * cq_host->mmc->max_segs * tag); in get_trans_desc()
196 cq_host->data_size = cq_host->trans_desc_len * cq_host->mmc->max_segs * in cqhci_host_alloc_tdl()
Dtmio_mmc_core.c1118 mmc->max_segs = pdata->max_segs ? : 32; in tmio_mmc_host_probe()
1121 (PAGE_SIZE / mmc->max_blk_size) * mmc->max_segs; in tmio_mmc_host_probe()
Dandroid-goldfish.c482 mmc->max_segs = 32; in goldfish_mmc_probe()
Dcavium.c1044 mmc->max_segs = 16; in cvm_mmc_of_slot_probe()
1046 mmc->max_segs = 1; in cvm_mmc_of_slot_probe()
Drenesas_sdhi_core.c987 mmc_data->max_segs = of_data->max_segs; in renesas_sdhi_probe()
Dushc.c457 mmc->max_segs = 1; in ushc_probe()
Dmeson-gx-mmc.c1229 mmc->max_segs = 1; in meson_mmc_probe()
1235 mmc->max_segs = SD_EMMC_DESC_BUF_LEN / in meson_mmc_probe()
Ddavinci_mmc.c1285 mmc->max_segs = MAX_NR_SG; in davinci_mmcsd_probe()
1295 dev_dbg(mmc_dev(host->mmc), "max_segs=%d\n", mmc->max_segs); in davinci_mmcsd_probe()
Duniphier-sd.c634 tmio_data->max_segs = 1; in uniphier_sd_probe()
Dowl-mmc.c607 mmc->max_segs = 256; in owl_mmc_probe()
/kernel/linux/linux-5.10/block/
Dblk-merge.c199 unsigned *sectors, unsigned max_segs, in bvec_split_segs() argument
207 while (len && *nsegs < max_segs) { in bvec_split_segs()
254 const unsigned max_segs = queue_max_segments(q); in blk_bio_segment_split() local
264 if (nsegs < max_segs && in blk_bio_segment_split()
269 } else if (bvec_split_segs(q, &bv, &nsegs, &sectors, max_segs, in blk_bio_segment_split()
/kernel/linux/linux-5.10/include/linux/mfd/
Dtmio.h103 unsigned short max_segs; member
/kernel/linux/linux-5.10/include/rdma/
Drdmavt_mr.h39 u32 max_segs; /* number of rvt_segs in all the arrays */ member
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c1998 unsigned int max_segs, in tcp_mss_split_point() argument
2005 max_len = mss_now * max_segs; in tcp_mss_split_point()
2172 u32 max_segs) in tcp_tso_should_defer() argument
2206 if (limit >= max_segs * tp->mss_cache) in tcp_tso_should_defer()
2604 u32 max_segs; in tcp_write_xmit() local
2619 max_segs = tcp_tso_segs(sk, mss_now); in tcp_write_xmit()
2659 &is_rwnd_limited, max_segs)) in tcp_write_xmit()
2668 max_segs), in tcp_write_xmit()
3290 u32 max_segs; in tcp_xmit_retransmit_queue() local
3298 max_segs = tcp_tso_segs(sk, tcp_current_mss(sk)); in tcp_xmit_retransmit_queue()
[all …]
/kernel/linux/linux-5.10/include/linux/mmc/
Dhost.h384 unsigned short max_segs; /* see blk_queue_max_segments */ member
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
Dmr.c158 mr->max_segs = count; in rvt_init_mregion()
605 if (unlikely(mapped_segs == mr->mr.max_segs)) in rvt_set_page()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
Dsdio.c744 if (ar_sdio->func->card->host->max_segs < MAX_SCATTER_ENTRIES_PER_REQ) { in ath6kl_sdio_enable_scatter()
746 ar_sdio->func->card->host->max_segs, in ath6kl_sdio_enable_scatter()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbcmsdh.c759 sdiodev->sg_support = host->max_segs > 1; in brcmf_sdiod_sgtable_alloc()
763 sdiodev->max_segment_count = min_t(uint, host->max_segs, in brcmf_sdiod_sgtable_alloc()

123