| /linux/include/uapi/rdma/ |
| H A D | mana-abi.h | 31 __u32 cqid; member 43 __u32 cqid; member 78 __u32 cqid; member
|
| H A D | cxgb4-abi.h | 61 __u32 cqid; member
|
| H A D | bnxt_re-abi.h | 111 __u32 cqid; member
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | ev.c | 124 u32 cqid; in c4iw_ev_dispatch() local 139 cqid = qhp->attr.scq; in c4iw_ev_dispatch() 141 cqid = qhp->attr.rcq; in c4iw_ev_dispatch() 142 chp = get_chp(dev, cqid); in c4iw_ev_dispatch() 145 cqid, CQE_QPID(err_cqe), in c4iw_ev_dispatch()
|
| H A D | cq.c | 58 res->u.cq.iqid = cpu_to_be32(cq->cqid); in destroy_cq() 67 c4iw_put_cqid(rdev, cq->cqid, uctx); in destroy_cq() 85 cq->cqid = c4iw_get_cqid(rdev, uctx); in create_cq() 86 if (!cq->cqid) { in create_cq() 136 res->u.cq.iqid = cpu_to_be32(cq->cqid); in create_cq() 163 cq->bar2_va = c4iw_bar2_addrs(rdev, cq->cqid, CXGB4_BAR2_QTYPE_INGRESS, in create_cq() 168 pci_name(rdev->lldi.pdev), cq->cqid); in create_cq() 179 c4iw_put_cqid(rdev, cq->cqid, uctx); in create_cq() 342 pr_debug("cqid 0x%x\n", chp->cq.cqid); in c4iw_flush_hw_cq() 744 cq, cq->cqid, cq->sw_cidx); in poll_cq() [all …]
|
| H A D | t4.h | 688 u32 cqid; member 709 writel(val | INGRESSQID_V(cq->cqid), cq->gts); in write_gts() 738 __func__, cq->cqid); in t4_swcq_produce() 793 pr_err("cq overflow cqid %u\n", cq->cqid); in t4_next_hw_cqe()
|
| H A D | restrack.c | 273 if (rdma_nl_put_driver_u32(msg, "cqid", cq->cqid)) in fill_cq()
|
| /linux/drivers/nvme/target/ |
| H A D | admin-cmd.c | 46 u16 cqid = le16_to_cpu(cmd->create_sq.cqid); in nvmet_execute_create_sq() local 66 status = nvmet_check_io_cqid(ctrl, cqid, false); in nvmet_execute_create_sq() 68 pr_err("SQ %u: Invalid CQID %u\n", sqid, cqid); in nvmet_execute_create_sq() 77 status = ctrl->ops->create_sq(ctrl, sqid, cqid, sq_flags, qsize, prp1); in nvmet_execute_create_sq() 86 u16 cqid = le16_to_cpu(req->cmd->delete_queue.qid); in nvmet_execute_delete_cq() local 94 status = nvmet_check_io_cqid(ctrl, cqid, false); in nvmet_execute_delete_cq() 98 if (!ctrl->cqs[cqid] || nvmet_cq_in_use(ctrl->cqs[cqid])) { in nvmet_execute_delete_cq() 104 status = ctrl->ops->delete_cq(ctrl, cqid); in nvmet_execute_delete_cq() 114 u16 cqid = le16_to_cpu(cmd->create_cq.cqid); in nvmet_execute_create_cq() local 126 status = nvmet_check_io_cqid(ctrl, cqid, true); in nvmet_execute_create_cq() [all …]
|
| H A D | nvmet.h | 431 u16 (*create_sq)(struct nvmet_ctrl *ctrl, u16 sqid, u16 cqid, u16 flags, 434 u16 (*create_cq)(struct nvmet_ctrl *ctrl, u16 cqid, u16 flags, 436 u16 (*delete_cq)(struct nvmet_ctrl *ctrl, u16 cqid); 578 u16 nvmet_check_cqid(struct nvmet_ctrl *ctrl, u16 cqid, bool create); 579 u16 nvmet_check_io_cqid(struct nvmet_ctrl *ctrl, u16 cqid, bool create);
|
| H A D | pci-epf.c | 1268 u16 cqid, u16 flags, u16 qsize, u64 pci_addr, u16 vector) in nvmet_pci_epf_create_cq() argument 1271 struct nvmet_pci_epf_queue *cq = &ctrl->cq[cqid]; in nvmet_pci_epf_create_cq() 1282 cq->qid = cqid; in nvmet_pci_epf_create_cq() 1288 cq->db = NVME_REG_DBS + (((cqid * 2) + 1) * sizeof(u32)); in nvmet_pci_epf_create_cq() 1291 if (!cqid) in nvmet_pci_epf_create_cq() 1304 status = nvmet_cq_create(tctrl, &cq->nvme_cq, cqid, cq->depth); in nvmet_pci_epf_create_cq() 1331 cqid, qsize, cq->qes, cq->vector); in nvmet_pci_epf_create_cq() 1335 cqid, qsize, cq->qes); in nvmet_pci_epf_create_cq() 1349 static u16 nvmet_pci_epf_delete_cq(struct nvmet_ctrl *tctrl, u16 cqid) in nvmet_pci_epf_delete_cq() argument 1352 struct nvmet_pci_epf_queue *cq = &ctrl->cq[cqid]; in nvmet_pci_epf_delete_cq() [all …]
|
| H A D | core.c | 862 u16 nvmet_check_cqid(struct nvmet_ctrl *ctrl, u16 cqid, bool create) in nvmet_check_cqid() argument 867 if (cqid > ctrl->subsys->max_qid) in nvmet_check_cqid() 870 if ((create && ctrl->cqs[cqid]) || (!create && !ctrl->cqs[cqid])) in nvmet_check_cqid() 876 u16 nvmet_check_io_cqid(struct nvmet_ctrl *ctrl, u16 cqid, bool create) in nvmet_check_io_cqid() argument 878 if (!cqid) in nvmet_check_io_cqid() 880 return nvmet_check_cqid(ctrl, cqid, create); in nvmet_check_io_cqid()
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_dev.h | 119 unsigned int cqid) in fun_cq_db_addr() argument 121 return fun_db_addr(fdev, cqid * 2 + 1); in fun_cq_db_addr()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 596 int cqid = 0; in lpfc_sli4_eqcq_flush() local 602 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe); in lpfc_sli4_eqcq_flush() 606 if (childq->queue_id == cqid) { in lpfc_sli4_eqcq_flush() 11185 u16 iotag, u8 ulp_class, u16 cqid, bool ia, in __lpfc_sli_prep_abort_xri_s3() argument 11215 u16 iotag, u8 ulp_class, u16 cqid, bool ia, in __lpfc_sli_prep_abort_xri_s4() argument 11245 bf_set(wqe_cqid, &wqe->abort_cmd.wqe_com, cqid); in __lpfc_sli_prep_abort_xri_s4() 11251 u16 ulp_context, u16 iotag, u8 ulp_class, u16 cqid, in lpfc_sli_prep_abort_xri() argument 11255 cqid, ia, wqec); in lpfc_sli_prep_abort_xri() 12920 u16 ulp_context, iotag, cqid = LPFC_WQE_CQ_ID_DEFAULT; in lpfc_sli_abort_taskmgmt() local 12984 cqid = lpfc_cmd->hdwq->io_cq_map; in lpfc_sli_abort_taskmgmt() [all …]
|
| H A D | lpfc.h | 995 u8 ulp_class, u16 cqid, bool ia,
|
| /linux/include/linux/ |
| H A D | nvme.h | 1489 __le16 cqid; member 1506 __le16 cqid; member
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_hw.c | 688 u16 cqid = cqe->cqvalid_cqid & OCRDMA_AE_MCQE_CQID_MASK; in ocrdma_dispatch_ibevent() local 706 if (cqid < dev->attr.max_cq) in ocrdma_dispatch_ibevent() 707 cq = dev->cq_tbl[cqid]; in ocrdma_dispatch_ibevent() 710 dev->id, cqid); in ocrdma_dispatch_ibevent()
|
| /linux/drivers/nvme/host/ |
| H A D | pci.c | 1572 c.create_cq.cqid = cpu_to_le16(qid); in adapter_alloc_cq() 1604 c.create_sq.cqid = cpu_to_le16(qid); in adapter_alloc_sq() 1609 static int adapter_delete_cq(struct nvme_dev *dev, u16 cqid) in adapter_delete_cq() argument 1611 return adapter_delete_queue(dev, nvme_admin_delete_cq, cqid); in adapter_delete_cq()
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 3211 resp.cqid = cq->qplib_cq.id; in bnxt_re_create_cq()
|