| /linux-6.15/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-6.15/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_queue.h | 41 u32 cqid; member 132 int fun_sq_create(struct fun_dev *fdev, u16 flags, u32 sqid, u32 cqid, 137 int fun_cq_create(struct fun_dev *fdev, u16 flags, u32 cqid, u32 rqid, 151 #define fun_destroy_cq(fdev, cqid) \ argument 152 fun_res_destroy((fdev), FUN_ADMIN_OP_EPCQ, 0, (cqid))
|
| H A D | fun_queue.c | 75 int fun_sq_create(struct fun_dev *fdev, u16 flags, u32 sqid, u32 cqid, in fun_sq_create() argument 100 sqid, cqid, sqe_size_log2, in fun_sq_create() 125 int fun_cq_create(struct fun_dev *fdev, u16 flags, u32 cqid, u32 rqid, in fun_cq_create() argument 145 cqid, rqid, cqe_size_log2, in fun_cq_create() 331 funq->cqid, new_cqes, max, funq->cq_head, funq->cq_phase); in __fun_process_cq() 420 funq->cqid = 2 * qid; in fun_alloc_queue() 423 funq->rqid = funq->cqid; in fun_alloc_queue() 431 funq->cqid = qid; in fun_alloc_queue() 475 if (funq->cqid == 0) in fun_alloc_queue() 491 rc = fun_sq_create(fdev, funq->rq_flags, funq->rqid, funq->cqid, 0, in fun_create_rq()
|
| 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-6.15/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() 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() 748 cq, cq->cqid, cq->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 | iw_cxgb4.h | 343 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() argument 345 return xa_load(&rhp->cqs, cqid); in get_chp()
|
| H A D | qp.c | 338 FW_RI_RES_WR_IQID_V(scq->cqid)); in create_qp() 368 FW_RI_RES_WR_IQID_V(rcq->cqid)); in create_qp() 2139 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp() 2140 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp() 2196 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp() 2197 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid; in c4iw_create_qp()
|
| H A D | restrack.c | 273 if (rdma_nl_put_driver_u32(msg, "cqid", cq->cqid)) in fill_cq()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | trace.c | 27 u16 cqid = get_unaligned_le16(cdw10 + 6); in nvme_trace_create_sq() local 31 sqid, qsize, sq_flags, cqid); in nvme_trace_create_sq() 40 u16 cqid = get_unaligned_le16(cdw10); in nvme_trace_delete_cq() local 42 trace_seq_printf(p, "cqid=%u", cqid); in nvme_trace_delete_cq() 51 u16 cqid = get_unaligned_le16(cdw10); in nvme_trace_create_cq() local 57 cqid, qsize, cq_flags, irq_vector); in nvme_trace_create_cq()
|
| H A D | apple.c | 687 c.create_cq.cqid = cpu_to_le16(1); in apple_nvme_create_cq() 718 c.create_sq.cqid = cpu_to_le16(1); in apple_nvme_create_sq()
|
| H A D | pci.c | 1301 c.create_cq.cqid = cpu_to_le16(qid); in adapter_alloc_cq() 1333 c.create_sq.cqid = cpu_to_le16(qid); in adapter_alloc_sq() 1338 static int adapter_delete_cq(struct nvme_dev *dev, u16 cqid) in adapter_delete_cq() argument 1340 return adapter_delete_queue(dev, nvme_admin_delete_cq, cqid); in adapter_delete_cq()
|
| /linux-6.15/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 71 if (!cqid || cqid != sqid) { in nvmet_execute_create_sq() 72 pr_err("SQ %u: Unsupported CQID %u\n", sqid, cqid); in nvmet_execute_create_sq() 91 u16 cqid = le16_to_cpu(req->cmd->delete_queue.qid); in nvmet_execute_delete_cq() local 99 if (!cqid) { in nvmet_execute_delete_cq() 104 status = nvmet_check_cqid(ctrl, cqid); in nvmet_execute_delete_cq() 108 status = ctrl->ops->delete_cq(ctrl, cqid); in nvmet_execute_delete_cq() 118 u16 cqid = le16_to_cpu(cmd->create_cq.cqid); in nvmet_execute_create_cq() local 130 if (!cqid) { in nvmet_execute_create_cq() 135 status = nvmet_check_cqid(ctrl, cqid); in nvmet_execute_create_cq() [all …]
|
| H A D | pci-epf.c | 1263 u16 cqid, u16 flags, u16 qsize, u64 pci_addr, u16 vector) in nvmet_pci_epf_create_cq() argument 1266 struct nvmet_pci_epf_queue *cq = &ctrl->cq[cqid]; in nvmet_pci_epf_create_cq() 1277 cq->qid = cqid; in nvmet_pci_epf_create_cq() 1283 cq->db = NVME_REG_DBS + (((cqid * 2) + 1) * sizeof(u32)); in nvmet_pci_epf_create_cq() 1286 if (!cqid) in nvmet_pci_epf_create_cq() 1299 status = nvmet_cq_create(tctrl, &cq->nvme_cq, cqid, cq->depth); in nvmet_pci_epf_create_cq() 1326 cqid, qsize, cq->qes, cq->vector); in nvmet_pci_epf_create_cq() 1330 cqid, qsize, cq->qes); in nvmet_pci_epf_create_cq() 1344 static u16 nvmet_pci_epf_delete_cq(struct nvmet_ctrl *tctrl, u16 cqid) in nvmet_pci_epf_delete_cq() argument 1347 struct nvmet_pci_epf_queue *cq = &ctrl->cq[cqid]; in nvmet_pci_epf_delete_cq()
|
| H A D | nvmet.h | 430 u16 (*create_cq)(struct nvmet_ctrl *ctrl, u16 cqid, u16 flags, 432 u16 (*delete_cq)(struct nvmet_ctrl *ctrl, u16 cqid); 574 u16 nvmet_check_cqid(struct nvmet_ctrl *ctrl, u16 cqid);
|
| H A D | core.c | 840 u16 nvmet_check_cqid(struct nvmet_ctrl *ctrl, u16 cqid) in nvmet_check_cqid() argument 845 if (cqid > ctrl->subsys->max_qid) in nvmet_check_cqid() 856 if (ctrl->sqs[cqid]) in nvmet_check_cqid()
|
| /linux-6.15/drivers/infiniband/hw/mana/ |
| H A D | cq.c | 86 resp.cqid = cq->queue.id; in mana_ib_create_cq()
|
| H A D | qp.c | 214 resp.entries[i].cqid = cq->queue.id; in mana_ib_create_qp_rss() 373 resp.cqid = send_cq->queue.id; in mana_ib_create_qp_raw()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 594 int cqid = 0; in lpfc_sli4_eqcq_flush() local 604 if (childq->queue_id == cqid) { in lpfc_sli4_eqcq_flush() 11176 cqid, ia, wqec); in lpfc_sli_prep_abort_xri() 12913 cqid = lpfc_cmd->hdwq->io_cq_map; in lpfc_sli_abort_taskmgmt() 12934 iocbq->iocb.ulpClass, cqid, in lpfc_sli_abort_taskmgmt() 14792 uint16_t cqid; in lpfc_sli4_sp_handle_eqe() local 14799 if (childq->queue_id == cqid) { in lpfc_sli4_sp_handle_eqe() 15407 uint16_t cqid, id; in lpfc_sli4_hba_handle_eqe() local 15432 if ((cqid >= id) && (cqid < (id + phba->cfg_nvmet_mrq))) { in lpfc_sli4_hba_handle_eqe() 15457 cqid, cq->queue_id); in lpfc_sli4_hba_handle_eqe() [all …]
|
| H A D | lpfc_crtn.h | 380 u16 ulp_context, u16 iotag, u8 ulp_class, u16 cqid,
|
| /linux-6.15/include/linux/ |
| H A D | nvme.h | 1413 __le16 cqid; member 1430 __le16 cqid; member
|
| /linux-6.15/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()
|