Searched refs:NVME_CQ_ALLOCATION (Results 1 – 1 of 1) sorted by relevance
21 #define NVME_CQ_ALLOCATION ALIGN(NVME_CQ_SIZE(NVME_Q_DEPTH), \ macro153 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()