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

/freebsd-10.1-release/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);
232 if (insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid)) {
246 uresp.cqid = chp->cq.cqid;
275 CTR4(KTR_IW_CXGB, "created cqid 0x%0x chp %p size 0x%0x, dma_addr 0x%0llx",
276 chp->cq.cqid, chp, (1 << chp->cq.size_log2),
316 chp->cq.cqid);
778 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid);
779 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid);
826 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-10.1-release/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),
203 CTR2(KTR_IW_CXGBE, "%s unknown cqid 0x%x", __func__, qid);
H A Dcq.c77 res->u.cq.iqid = cpu_to_be32(cq->cqid);
87 c4iw_put_cqid(rdev, cq->cqid, uctx);
104 cq->cqid = c4iw_get_cqid(rdev, uctx);
105 if (!cq->cqid) {
148 res->u.cq.iqid = cpu_to_be32(cq->cqid);
180 (cq->cqid << rdev->cqshift));
183 "%s: UGTS %p cqid %x cqshift %d page_mask %x", __func__,
184 cq->ugts, cq->cqid, rdev->cqshift, PAGE_MASK);
192 c4iw_put_cqid(rdev, cq->cqid, uctx);
274 CTR3(KTR_IW_CXGBE, "%s cq %p cqid
[all...]
H A Dt4.h482 u32 cqid; member in struct:t4_cq
499 INGRESSQID(cq->cqid);
504 INGRESSQID(cq->cqid);
531 INGRESSQID(cq->cqid);
559 printk(KERN_ERR MOD "cq overflow cqid %u\n", cq->cqid);
H A Dqp.c224 V_FW_RI_RES_WR_IQID(scq->cqid));
245 V_FW_RI_RES_WR_IQID(rcq->cqid));
1472 schp = get_chp(rhp, ((struct c4iw_cq *)attrs->send_cq)->cq.cqid);
1473 rchp = get_chp(rhp, ((struct c4iw_cq *)attrs->recv_cq)->cq.cqid);
1518 qhp->attr.scq = ((struct c4iw_cq *) attrs->send_cq)->cq.cqid;
1519 qhp->attr.rcq = ((struct c4iw_cq *) attrs->recv_cq)->cq.cqid;
H A Diw_cxgbe.h239 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) argument
241 return idr_find(&rhp->cqidr, cqid);

Completed in 149 milliseconds