/drivers/nvme/host/ |
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()
|
D | pci.c | 1139 c.create_cq.cqid = cpu_to_le16(qid); in adapter_alloc_cq() 1171 c.create_sq.cqid = cpu_to_le16(qid); in adapter_alloc_sq() 1176 static int adapter_delete_cq(struct nvme_dev *dev, u16 cqid) in adapter_delete_cq() argument 1178 return adapter_delete_queue(dev, nvme_admin_delete_cq, cqid); in adapter_delete_cq()
|
/drivers/infiniband/hw/cxgb4/ |
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 …]
|
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()
|
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()
|
D | iw_cxgb4.h | 344 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() argument 346 return xa_load(&rhp->cqs, cqid); in get_chp()
|
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() 2131 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid); in c4iw_create_qp() 2132 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid); in c4iw_create_qp() 2188 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid; in c4iw_create_qp() 2189 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid; in c4iw_create_qp()
|
D | restrack.c | 273 if (rdma_nl_put_driver_u32(msg, "cqid", cq->cqid)) in fill_cq()
|
/drivers/scsi/lpfc/ |
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() 15020 uint16_t cqid; in lpfc_sli4_sp_handle_eqe() local 15024 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe); in lpfc_sli4_sp_handle_eqe() 15027 if (childq->queue_id == cqid) { in lpfc_sli4_sp_handle_eqe() 15036 "(%d) does not exist\n", cqid); in lpfc_sli4_sp_handle_eqe() 15052 cqid, cq->queue_id, raw_smp_processor_id()); in lpfc_sli4_sp_handle_eqe() 15552 struct lpfc_queue *cq, uint16_t cqid) in lpfc_sli4_sched_cq_work() argument 15574 cqid, cq->queue_id, in lpfc_sli4_sched_cq_work() [all …]
|
/drivers/infiniband/hw/ocrdma/ |
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()
|
/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 2899 resp.cqid = cq->qplib_cq.id; in bnxt_re_create_cq()
|