Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.c17 #define NVME_Q_DEPTH 2 macro
21 #define NVME_CQ_ALLOCATION ALIGN(NVME_CQ_SIZE(NVME_Q_DEPTH), \
868 ndev->q_depth = min_t(int, NVME_CAP_MQES(ndev->cap) + 1, NVME_Q_DEPTH); in nvme_probe()