Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.c21 #define NVME_CQ_ALLOCATION ALIGN(NVME_CQ_SIZE(NVME_Q_DEPTH), \ macro
153 ulong stop = start + NVME_CQ_ALLOCATION; in nvme_read_completion_status()
249 nvmeq->cqes = (void *)memalign(4096, NVME_CQ_ALLOCATION); in nvme_alloc_queue()
347 (ulong)nvmeq->cqes + NVME_CQ_ALLOCATION); in nvme_init_queue()