Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/block/
Dnvme.c107 volatile struct nvme_completion *cqes; member
646 struct nvme_completion cqe = nvmeq->cqes[head]; in nvme_process_cq()
688 struct nvme_completion cqe = nvmeq->cqes[nvmeq->cq_head]; in nvme_irq_check()
880 (void *)nvmeq->cqes, nvmeq->cq_dma_addr); in nvme_free_queue()
895 nvmeq->cqes = dma_alloc_coherent(dmadev, CQ_SIZE(depth), in nvme_alloc_queue()
897 if (!nvmeq->cqes) in nvme_alloc_queue()
899 memset((void *)nvmeq->cqes, 0, CQ_SIZE(depth)); in nvme_alloc_queue()
921 dma_free_coherent(dmadev, CQ_SIZE(nvmeq->q_depth), (void *)nvmeq->cqes, in nvme_alloc_queue()
969 (void *)nvmeq->cqes, nvmeq->cq_dma_addr); in nvme_create_queue()
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dcnic.c1371 struct kcqe *cqes[], u32 num_cqes) in cnic_reply_bnx2x_kcqes() argument
1380 cqes, num_cqes); in cnic_reply_bnx2x_kcqes()
1472 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_init2() local
1502 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_init2()
1503 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_init2()
1799 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_ofld1() local
1853 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_ofld1()
1854 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_ofld1()
1917 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_destroy() local
1950 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_destroy()
[all …]
Dcnic_if.h328 void (*indicate_kcqes)(void *ulp_ctx, struct kcqe *cqes[],
/linux-3.4.99/include/linux/
Dnvme.h94 __u8 cqes; member