Searched refs:NVME_CQ_SIZE (Results 1 – 1 of 1) sorted by relevance
20 #define NVME_CQ_SIZE(depth) (depth * sizeof(struct nvme_completion)) macro21 #define NVME_CQ_ALLOCATION ALIGN(NVME_CQ_SIZE(NVME_Q_DEPTH), \252 memset((void *)nvmeq->cqes, 0, NVME_CQ_SIZE(depth)); in nvme_alloc_queue()345 memset((void *)nvmeq->cqes, 0, NVME_CQ_SIZE(nvmeq->q_depth)); in nvme_init_queue()