Searched refs:cqes (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic.c | 1414 struct kcqe *cqes[], u32 num_cqes) in cnic_reply_bnx2x_kcqes() argument 1423 cqes, num_cqes); in cnic_reply_bnx2x_kcqes() 1541 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_init2() local 1571 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_init2() 1572 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_init2() 1870 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_ofld1() local 1924 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_ofld1() 1925 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_ofld1() 1989 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_destroy() local 2022 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_destroy() [all …]
|
D | cnic_if.h | 352 void (*indicate_kcqes)(void *ulp_ctx, struct kcqe *cqes[],
|
/linux-4.1.27/drivers/block/ |
D | nvme-core.c | 104 volatile struct nvme_completion *cqes; member 919 struct nvme_completion cqe = nvmeq->cqes[head]; in nvme_process_cq() 972 struct nvme_completion cqe = nvmeq->cqes[nvmeq->cq_head]; in nvme_irq_check() 1311 (void *)nvmeq->cqes, nvmeq->cq_dma_addr); in nvme_free_queue() 1395 nvmeq->cqes = dma_zalloc_coherent(dmadev, CQ_SIZE(depth), in nvme_alloc_queue() 1397 if (!nvmeq->cqes) in nvme_alloc_queue() 1421 dma_free_coherent(dmadev, CQ_SIZE(depth), (void *)nvmeq->cqes, in nvme_alloc_queue() 1448 memset((void *)nvmeq->cqes, 0, CQ_SIZE(nvmeq->q_depth)); in nvme_init_queue()
|
/linux-4.1.27/include/uapi/linux/ |
D | nvme.h | 69 __u8 cqes; member
|