Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dmmc_hsq.c30 mmc->hsq_depth = HSQ_NORMAL_DEPTH; in mmc_hsq_modify_threshold()
37 mmc->hsq_depth = HSQ_PERFORMANCE_DEPTH; in mmc_hsq_modify_threshold()
361 mmc->hsq_depth = HSQ_NORMAL_DEPTH; in mmc_hsq_init()
/linux/include/linux/mmc/
H A Dhost.h506 int hsq_depth; member
/linux/drivers/mmc/core/
H A Dqueue.c265 if (host->hsq_enabled && mq->in_flight[issue_type] > host->hsq_depth) { in mmc_mq_queue_rq()