/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 | 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 | 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 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 | 1262 u16 cqid, u16 flags, u16 qsize, u64 pci_addr, u16 vector) in nvmet_pci_epf_create_cq() argument 1265 struct nvmet_pci_epf_queue *cq = &ctrl->cq[cqid]; in nvmet_pci_epf_create_cq() 1278 cq->qid = cqid; in nvmet_pci_epf_create_cq() 1284 cq->db = NVME_REG_DBS + (((cqid * 2) + 1) * sizeof(u32)); in nvmet_pci_epf_create_cq() 1287 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() 1304 cqid, qsize, cq->qes, cq->vector); in nvmet_pci_epf_create_cq() 1314 static u16 nvmet_pci_epf_delete_cq(struct nvmet_ctrl *tctrl, u16 cqid) in nvmet_pci_epf_delete_cq() argument 1317 struct nvmet_pci_epf_queue *cq = &ctrl->cq[cqid]; in nvmet_pci_epf_delete_cq()
|
H A D | nvmet.h | 423 u16 (*create_cq)(struct nvmet_ctrl *ctrl, u16 cqid, u16 flags, 425 u16 (*delete_cq)(struct nvmet_ctrl *ctrl, u16 cqid); 567 u16 nvmet_check_cqid(struct nvmet_ctrl *ctrl, u16 cqid);
|
H A D | core.c | 837 u16 nvmet_check_cqid(struct nvmet_ctrl *ctrl, u16 cqid) in nvmet_check_cqid() argument 842 if (cqid > ctrl->subsys->max_qid) in nvmet_check_cqid() 853 if (ctrl->sqs[cqid]) in nvmet_check_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/infiniband/hw/mana/ |
H A D | cq.c | 69 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/include/linux/ |
H A D | nvme.h | 1413 __le16 cqid; member 1430 __le16 cqid; member
|
/linux/drivers/nvme/host/ |
H A D | apple.c | 686 c.create_cq.cqid = cpu_to_le16(1); in apple_nvme_create_cq() 717 c.create_sq.cqid = cpu_to_le16(1); in apple_nvme_create_sq()
|
H A D | pci.c | 1298 c.create_cq.cqid = cpu_to_le16(qid); in adapter_alloc_cq() 1330 c.create_sq.cqid = cpu_to_le16(qid); in adapter_alloc_sq() 1335 static int adapter_delete_cq(struct nvme_dev *dev, u16 cqid) in adapter_delete_cq() argument 1337 return adapter_delete_queue(dev, nvme_admin_delete_cq, cqid); in adapter_delete_cq()
|
/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/scsi/lpfc/ |
H A D | lpfc.h | 1006 u8 ulp_class, u16 cqid, bool ia,
|
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 3178 resp.cqid = cq->qplib_cq.id; in bnxt_re_create_cq()
|