Searched refs:cqid (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_user.h52 __u32 cqid; member in struct:iwch_create_cq_resp_v0
58 uint32_t cqid; member in struct:iwch_create_cq_resp
H A Diw_cxgb.h134 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid) argument
136 return idr_find(&rhp->cqidr, cqid);
H A Diw_cxgb_resource.h45 extern void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid);
H A Diw_cxgb_ev.c142 u32 cqid = RSPQ_CQID(rsp_msg); local
145 chp = get_chp(rnicp, cqid);
148 log(LOG_ERR,"BAD AE cqid 0x%x qpid 0x%x opcode %d "
150 cqid, CQE_QPID(rsp_msg->cqe),
H A Diw_cxgb_provider.c167 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid);
233 if (insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid)) {
247 uresp.cqid = chp->cq.cqid;
276 CTR4(KTR_IW_CXGB, "created cqid 0x%0x chp %p size 0x%0x, dma_addr 0x%0llx",
277 chp->cq.cqid, chp, (1 << chp->cq.size_log2),
317 chp->cq.cqid);
787 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid);
788 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid);
835 qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid;
[all...]
H A Diw_cxgb_hal.c121 ret = t3_sge_cqcntxt_op(sc, cq->cqid, op, credit);
169 cxio_hal_clear_cq_ctx(struct cxio_rdev *rdev_p, u32 cqid) argument
172 return (cxio_rdma_cq_setup(rdev_p, cqid, 0, 0, 0, 0, 0));
202 cq->cqid = cxio_hal_get_cqid(rdev_p->rscp);
203 if (!cq->cqid)
221 return (cxio_rdma_cq_setup(rdev_p, cq->cqid, cq->dma_addr,
346 err = cxio_hal_clear_cq_ctx(rdev_p, cq->cqid);
357 cxio_hal_put_cqid(rdev_p->rscp, cq->cqid);
468 CTR3(KTR_IW_CXGB, "%s cq %p cqid 0x%x", __FUNCTION__, cq, cq->cqid);
[all...]
H A Diw_cxgb_resource.c267 void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid) argument
269 cxio_hal_put_resource(rscp->cqid_fifo, cqid, &rscp->cqid_fifo_lock);
H A Diw_cxgb_cq.c115 credit, chp->cq.cqid);
H A Diw_cxgb_wr.h659 u32 cqid; member in struct:t3_cq
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Duser.h50 __u32 cqid; member in struct:c4iw_create_cq_resp
H A Dev.c89 u32 cqid; local
105 cqid = qhp->attr.scq;
107 cqid = qhp->attr.rcq;
108 chp = get_chp(dev, cqid);
110 printf("BAD AE cqid 0x%x qpid 0x%x opcode %d "
112 cqid, CQE_QPID(err_cqe),
209 CTR2(KTR_IW_CXGBE, "%s unknown cqid 0x%x", __func__, qid);
H A Dcq.c78 res->u.cq.iqid = cpu_to_be32(cq->cqid);
90 c4iw_put_cqid(rdev, cq->cqid, uctx);
109 cq->cqid = c4iw_get_cqid(rdev, uctx);
110 if (!cq->cqid) {
149 res->u.cq.iqid = cpu_to_be32(cq->cqid);
178 t4_bar2_sge_qregs(rdev->adap, cq->cqid, T4_BAR2_QTYPE_INGRESS, user,
197 c4iw_put_cqid(rdev, cq->cqid, uctx);
366 CTR3(KTR_IW_CXGBE, "%s cq %p cqid 0x%x", __func__, &chp->cq,
367 chp->cq.cqid);
693 CTR4(KTR_IW_CXGBE, "%s cq %p cqid
[all...]
H A Dt4.h558 u32 cqid; member in struct:t4_cq
605 CTR2(KTR_IW_CXGBE, "%s cxgb4 sw cq overflow cqid %u",
606 __func__, cq->cqid);
661 printk(KERN_ERR MOD "cq overflow cqid %u\n", cq->cqid);
677 CTR2(KTR_IW_CXGBE, "%s cxgb4 sw cq overflow cqid %u",
678 __func__, cq->cqid);
H A Dqp.c263 V_FW_RI_RES_WR_IQID(scq->cqid));
286 V_FW_RI_RES_WR_IQID(rcq->cqid));
1724 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid);
1725 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid);
1778 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid;
1779 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid;
H A Diw_cxgbe.h281 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) argument
283 return idr_find(&rhp->cqidr, cqid);
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dcxgb4-abi.h55 __u32 cqid; member in struct:c4iw_create_cq_resp
H A Dt4.h582 u32 cqid; member in struct:t4_cq
600 INGRESSQID_V(cq->cqid & cq->qid_mask);
605 INGRESSQID_V(cq->cqid & cq->qid_mask);
615 syslog(LOG_NOTICE, "cxgb4 sw cq overflow cqid %u\n", cq->cqid);
638 INGRESSQID_V(cq->cqid & cq->qid_mask);
666 syslog(LOG_NOTICE, "cxgb4 cq overflow cqid %u\n", cq->cqid);
681 syslog(LOG_NOTICE, "cxgb4 sw cq overflow cqid %u\n", cq->cqid);
[all...]
H A Dcq.c205 PDBG("%s cqid 0x%x\n", __func__, chp->cq.cqid);
540 PDBG("%s cq %p cqid 0x%x skip sw cqe cidx %u\n",
541 __func__, cq, cq->cqid, cq->sw_cidx);
544 PDBG("%s cq %p cqid 0x%x skip hw cqe cidx %u\n",
545 __func__, cq, cq->cqid, cq->cidx);
701 syslog(LOG_NOTICE, "cxgb4 app err cqid %u qpid %u "
703 chp->cq.cqid, CQE_QPID(&cqe), CQE_TYPE(&cqe),
H A Dverbs.c199 chp->cq.cqid = resp.cqid;
221 PDBG("%s cqid 0x%x key %" PRIx64 " va %p memsize %lu gts_key %"
223 __func__, chp->cq.cqid, resp.key, chp->cq.queue,
227 dev->cqid2ptr[chp->cq.cqid] = chp;
272 dev->cqid2ptr[chp->cq.cqid] = NULL;
H A Ddev.c251 chp->cq.cqid, chp->cq.queue, chp->cq.cidx,

Completed in 179 milliseconds