Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dcqhci.c196 cq_host->mmc->cqe_qdepth; in cqhci_host_alloc_tdl()
1122 mmc->cqe_qdepth = NUM_SLOTS; in cqhci_init()
1124 mmc->cqe_qdepth -= 1; in cqhci_init()
/Linux-v5.4/include/linux/mmc/
Dhost.h461 int cqe_qdepth; member
/Linux-v5.4/drivers/mmc/core/
Dqueue.c435 min_t(int, card->ext_csd.cmdq_depth, host->cqe_qdepth); in mmc_init_queue()