Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dcqhci-core.c198 cq_host->mmc->cqe_qdepth; in cqhci_host_alloc_tdl()
1176 mmc->cqe_qdepth = NUM_SLOTS; in cqhci_init()
1178 mmc->cqe_qdepth -= 1; in cqhci_init()
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h483 int cqe_qdepth; member
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dqueue.c453 min_t(int, card->ext_csd.cmdq_depth, host->cqe_qdepth); in mmc_init_queue()