Home
last modified time | relevance | path

Searched refs:cqe_qdepth (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/mmc/host/
Dcqhci-core.c203 cq_host->data_size = get_trans_desc_offset(cq_host, cq_host->mmc->cqe_qdepth); in cqhci_host_alloc_tdl()
1188 mmc->cqe_qdepth = NUM_SLOTS; in cqhci_init()
1190 mmc->cqe_qdepth -= 1; in cqhci_init()
/linux-6.1.9/include/linux/mmc/
Dhost.h511 int cqe_qdepth; member
/linux-6.1.9/drivers/mmc/core/
Dqueue.c428 min_t(int, card->ext_csd.cmdq_depth, host->cqe_qdepth); in mmc_init_queue()