Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/
Dcnic.c1425 struct kcqe *cqes[], u32 num_cqes) in cnic_reply_bnx2x_kcqes() argument
1434 cqes, num_cqes); in cnic_reply_bnx2x_kcqes()
1552 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_init2() local
1582 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_init2()
1583 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_init2()
1881 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_ofld1() local
1935 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_ofld1()
1936 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_ofld1()
2000 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_destroy() local
2033 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_destroy()
[all …]
Dcnic_if.h369 void (*indicate_kcqes)(void *ulp_ctx, struct kcqe *cqes[],
/linux-4.4.14/drivers/nvme/host/
Dpci.c116 volatile struct nvme_completion *cqes; member
957 struct nvme_completion cqe = nvmeq->cqes[head]; in __nvme_process_cq()
1008 struct nvme_completion cqe = nvmeq->cqes[nvmeq->cq_head]; in nvme_irq_check()
1018 if ((le16_to_cpu(nvmeq->cqes[nvmeq->cq_head].status) & 1) == in nvme_poll()
1395 (void *)nvmeq->cqes, nvmeq->cq_dma_addr); in nvme_free_queue()
1518 nvmeq->cqes = dma_zalloc_coherent(dev->dev, CQ_SIZE(depth), in nvme_alloc_queue()
1520 if (!nvmeq->cqes) in nvme_alloc_queue()
1546 dma_free_coherent(dev->dev, CQ_SIZE(depth), (void *)nvmeq->cqes, in nvme_alloc_queue()
1573 memset((void *)nvmeq->cqes, 0, CQ_SIZE(nvmeq->q_depth)); in nvme_init_queue()
/linux-4.4.14/include/linux/
Dnvme.h125 __u8 cqes; member