cqid             2614 drivers/infiniband/hw/bnxt_re/ib_verbs.c 		resp.cqid = cq->qplib_cq.id;
cqid               79 drivers/infiniband/hw/cxgb3/cxio_hal.c 	setup.id = cq->cqid;
cqid              124 drivers/infiniband/hw/cxgb3/cxio_hal.c static int cxio_hal_clear_cq_ctx(struct cxio_rdev *rdev_p, u32 cqid)
cqid              127 drivers/infiniband/hw/cxgb3/cxio_hal.c 	setup.id = cqid;
cqid              162 drivers/infiniband/hw/cxgb3/cxio_hal.c 	cq->cqid = cxio_hal_get_cqid(rdev_p->rscp);
cqid              163 drivers/infiniband/hw/cxgb3/cxio_hal.c 	if (!cq->cqid)
cqid              177 drivers/infiniband/hw/cxgb3/cxio_hal.c 	setup.id = cq->cqid;
cqid              307 drivers/infiniband/hw/cxgb3/cxio_hal.c 	cxio_hal_clear_cq_ctx(rdev_p, cq->cqid);
cqid              313 drivers/infiniband/hw/cxgb3/cxio_hal.c 	cxio_hal_put_cqid(rdev_p->rscp, cq->cqid);
cqid              410 drivers/infiniband/hw/cxgb3/cxio_hal.c 	pr_debug("%s cq %p cqid 0x%x\n", __func__, cq, cq->cqid);
cqid             1295 drivers/infiniband/hw/cxgb3/cxio_hal.c 			 __func__, cq, cq->cqid, cq->sw_rptr);
cqid             1299 drivers/infiniband/hw/cxgb3/cxio_hal.c 			 __func__, cq, cq->cqid, cq->rptr);
cqid              227 drivers/infiniband/hw/cxgb3/cxio_resource.c void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid)
cqid              229 drivers/infiniband/hw/cxgb3/cxio_resource.c 	cxio_hal_put_resource(&rscp->cqid_fifo, &rscp->cqid_fifo_lock, cqid);
cqid               55 drivers/infiniband/hw/cxgb3/cxio_resource.h extern void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid);
cqid              716 drivers/infiniband/hw/cxgb3/cxio_wr.h 	u32 cqid;
cqid              136 drivers/infiniband/hw/cxgb3/iwch.h static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid)
cqid              138 drivers/infiniband/hw/cxgb3/iwch.h 	return xa_load(&rhp->cqs, cqid);
cqid               49 drivers/infiniband/hw/cxgb3/iwch_cq.c 			 credit, chp->cq.cqid);
cqid              113 drivers/infiniband/hw/cxgb3/iwch_ev.c 	u32 cqid = RSPQ_CQID(rsp_msg);
cqid              118 drivers/infiniband/hw/cxgb3/iwch_ev.c 	chp = get_chp(rnicp, cqid);
cqid              122 drivers/infiniband/hw/cxgb3/iwch_ev.c 		       cqid, CQE_QPID(rsp_msg->cqe),
cqid               98 drivers/infiniband/hw/cxgb3/iwch_provider.c 	xa_erase_irq(&chp->rhp->cqs, chp->cq.cqid);
cqid              156 drivers/infiniband/hw/cxgb3/iwch_provider.c 	if (xa_store_irq(&rhp->cqs, chp->cq.cqid, chp, GFP_KERNEL)) {
cqid              171 drivers/infiniband/hw/cxgb3/iwch_provider.c 		uresp.cqid = chp->cq.cqid;
cqid              200 drivers/infiniband/hw/cxgb3/iwch_provider.c 		 chp->cq.cqid, chp, (1 << chp->cq.size_log2),
cqid              231 drivers/infiniband/hw/cxgb3/iwch_provider.c 		pr_err("Error %d rearming CQID 0x%x\n", err, chp->cq.cqid);
cqid              713 drivers/infiniband/hw/cxgb3/iwch_provider.c 	schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid);
cqid              714 drivers/infiniband/hw/cxgb3/iwch_provider.c 	rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid);
cqid              770 drivers/infiniband/hw/cxgb3/iwch_provider.c 	qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid;
cqid              771 drivers/infiniband/hw/cxgb3/iwch_provider.c 	qhp->attr.rcq = ((struct iwch_cq *) attrs->recv_cq)->cq.cqid;
cqid               58 drivers/infiniband/hw/cxgb4/cq.c 	res->u.cq.iqid = cpu_to_be32(cq->cqid);
cqid               67 drivers/infiniband/hw/cxgb4/cq.c 	c4iw_put_cqid(rdev, cq->cqid, uctx);
cqid               85 drivers/infiniband/hw/cxgb4/cq.c 	cq->cqid = c4iw_get_cqid(rdev, uctx);
cqid               86 drivers/infiniband/hw/cxgb4/cq.c 	if (!cq->cqid) {
cqid              136 drivers/infiniband/hw/cxgb4/cq.c 	res->u.cq.iqid = cpu_to_be32(cq->cqid);
cqid              163 drivers/infiniband/hw/cxgb4/cq.c 	cq->bar2_va = c4iw_bar2_addrs(rdev, cq->cqid, CXGB4_BAR2_QTYPE_INGRESS,
cqid              168 drivers/infiniband/hw/cxgb4/cq.c 			pci_name(rdev->lldi.pdev), cq->cqid);
cqid              179 drivers/infiniband/hw/cxgb4/cq.c 	c4iw_put_cqid(rdev, cq->cqid, uctx);
cqid              342 drivers/infiniband/hw/cxgb4/cq.c 	pr_debug("cqid 0x%x\n", chp->cq.cqid);
cqid              744 drivers/infiniband/hw/cxgb4/cq.c 			 cq, cq->cqid, cq->sw_cidx);
cqid              748 drivers/infiniband/hw/cxgb4/cq.c 			 cq, cq->cqid, cq->cidx);
cqid              978 drivers/infiniband/hw/cxgb4/cq.c 	xa_erase_irq(&chp->rhp->cqs, chp->cq.cqid);
cqid             1081 drivers/infiniband/hw/cxgb4/cq.c 	ret = xa_insert_irq(&rhp->cqs, chp->cq.cqid, chp, GFP_KERNEL);
cqid             1096 drivers/infiniband/hw/cxgb4/cq.c 		uresp.cqid = chp->cq.cqid;
cqid             1129 drivers/infiniband/hw/cxgb4/cq.c 		 chp->cq.cqid, chp, chp->cq.size, chp->cq.memsize,
cqid             1137 drivers/infiniband/hw/cxgb4/cq.c 	xa_erase_irq(&rhp->cqs, chp->cq.cqid);
cqid              124 drivers/infiniband/hw/cxgb4/ev.c 	u32 cqid;
cqid              139 drivers/infiniband/hw/cxgb4/ev.c 		cqid = qhp->attr.scq;
cqid              141 drivers/infiniband/hw/cxgb4/ev.c 		cqid = qhp->attr.rcq;
cqid              142 drivers/infiniband/hw/cxgb4/ev.c 	chp = get_chp(dev, cqid);
cqid              145 drivers/infiniband/hw/cxgb4/ev.c 		       cqid, CQE_QPID(err_cqe),
cqid              349 drivers/infiniband/hw/cxgb4/iw_cxgb4.h static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid)
cqid              351 drivers/infiniband/hw/cxgb4/iw_cxgb4.h 	return xa_load(&rhp->cqs, cqid);
cqid              337 drivers/infiniband/hw/cxgb4/qp.c 		FW_RI_RES_WR_IQID_V(scq->cqid));
cqid              367 drivers/infiniband/hw/cxgb4/qp.c 			FW_RI_RES_WR_IQID_V(rcq->cqid));
cqid             2134 drivers/infiniband/hw/cxgb4/qp.c 	schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid);
cqid             2135 drivers/infiniband/hw/cxgb4/qp.c 	rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid);
cqid             2197 drivers/infiniband/hw/cxgb4/qp.c 	qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid;
cqid             2198 drivers/infiniband/hw/cxgb4/qp.c 	qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid;
cqid              276 drivers/infiniband/hw/cxgb4/restrack.c 	if (rdma_nl_put_driver_u32(msg, "cqid", cq->cqid))
cqid              703 drivers/infiniband/hw/cxgb4/t4.h 	u32 cqid;
cqid              724 drivers/infiniband/hw/cxgb4/t4.h 		writel(val | INGRESSQID_V(cq->cqid), cq->gts);
cqid              753 drivers/infiniband/hw/cxgb4/t4.h 			__func__, cq->cqid);
cqid              808 drivers/infiniband/hw/cxgb4/t4.h 		pr_err("cq overflow cqid %u\n", cq->cqid);
cqid              824 drivers/infiniband/hw/cxgb4/t4.h 			__func__, cq->cqid);
cqid              688 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	u16 cqid = cqe->cqvalid_cqid & OCRDMA_AE_MCQE_CQID_MASK;
cqid              706 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 		if (cqid < dev->attr.max_cq)
cqid              707 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 			cq = dev->cq_tbl[cqid];
cqid              710 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 			       dev->id, cqid);
cqid             1132 drivers/nvme/host/pci.c 	c.create_cq.cqid = cpu_to_le16(qid);
cqid             1165 drivers/nvme/host/pci.c 	c.create_sq.cqid = cpu_to_le16(qid);
cqid             1170 drivers/nvme/host/pci.c static int adapter_delete_cq(struct nvme_dev *dev, u16 cqid)
cqid             1172 drivers/nvme/host/pci.c 	return adapter_delete_queue(dev, nvme_admin_delete_cq, cqid);
cqid               27 drivers/nvme/host/trace.c 	u16 cqid = get_unaligned_le16(cdw10 + 6);
cqid               31 drivers/nvme/host/trace.c 			 sqid, qsize, sq_flags, cqid);
cqid               40 drivers/nvme/host/trace.c 	u16 cqid = get_unaligned_le16(cdw10);
cqid               42 drivers/nvme/host/trace.c 	trace_seq_printf(p, "cqid=%u", cqid);
cqid               51 drivers/nvme/host/trace.c 	u16 cqid = get_unaligned_le16(cdw10);
cqid               57 drivers/nvme/host/trace.c 			 cqid, qsize, cq_flags, irq_vector);
cqid             13536 drivers/scsi/lpfc/lpfc_sli.c 	uint16_t cqid;
cqid             13539 drivers/scsi/lpfc/lpfc_sli.c 	cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
cqid             13542 drivers/scsi/lpfc/lpfc_sli.c 		if (childq->queue_id == cqid) {
cqid             13551 drivers/scsi/lpfc/lpfc_sli.c 					"(%d) does not exist\n", cqid);
cqid             13562 drivers/scsi/lpfc/lpfc_sli.c 				cqid, cq->queue_id, raw_smp_processor_id());
cqid             14048 drivers/scsi/lpfc/lpfc_sli.c 	uint16_t cqid, id;
cqid             14060 drivers/scsi/lpfc/lpfc_sli.c 	cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
cqid             14063 drivers/scsi/lpfc/lpfc_sli.c 	if (cqid <= phba->sli4_hba.cq_max) {
cqid             14064 drivers/scsi/lpfc/lpfc_sli.c 		cq = phba->sli4_hba.cq_lookup[cqid];
cqid             14072 drivers/scsi/lpfc/lpfc_sli.c 		if ((cqid >= id) && (cqid < (id + phba->cfg_nvmet_mrq))) {
cqid             14074 drivers/scsi/lpfc/lpfc_sli.c 			cq = phba->sli4_hba.nvmet_cqset[cqid - id];
cqid             14080 drivers/scsi/lpfc/lpfc_sli.c 	    (cqid == phba->sli4_hba.nvmels_cq->queue_id)) {
cqid             14093 drivers/scsi/lpfc/lpfc_sli.c 	if (unlikely(cqid != cq->queue_id)) {
cqid             14097 drivers/scsi/lpfc/lpfc_sli.c 				cqid, cq->queue_id);
cqid             14112 drivers/scsi/lpfc/lpfc_sli.c 				cqid, cq->queue_id, raw_smp_processor_id());
cqid              947 include/linux/nvme.h 	__le16			cqid;
cqid              964 include/linux/nvme.h 	__le16			cqid;
cqid               84 include/uapi/rdma/bnxt_re-abi.h 	__u32 cqid;
cqid               53 include/uapi/rdma/cxgb3-abi.h 	__u32 cqid;
cqid               59 include/uapi/rdma/cxgb3-abi.h 	__u32 cqid;
cqid               61 include/uapi/rdma/cxgb4-abi.h 	__u32 cqid;