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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_user.h50 __u32 cqid; member in struct:iwch_create_cq_resp
H A Diwch.h131 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid) argument
133 return idr_find(&rhp->cqidr, cqid);
H A Dcxio_resource.h55 extern void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid);
H A Diwch_ev.c107 u32 cqid = RSPQ_CQID(rsp_msg); local
111 chp = get_chp(rnicp, cqid);
114 printk(KERN_ERR MOD "BAD AE cqid 0x%x qpid 0x%x opcode %d "
116 cqid, CQE_QPID(rsp_msg->cqe),
H A Diwch_provider.c134 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid);
195 insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid);
205 uresp.cqid = chp->cq.cqid;
222 PDBG("created cqid 0x%0x chp %p size 0x%0x, dma_addr 0x%0llx\n",
223 chp->cq.cqid, chp, (1 << chp->cq.size_log2),
265 /* old iwch_qp gets new t3_cq but keeps old cqid */
268 chp->cq.cqid = oldcq.cqid;
279 oldcq.cqid
[all...]
H A Dcxio_hal.c77 setup.id = cq->cqid;
124 static int cxio_hal_clear_cq_ctx(struct cxio_rdev *rdev_p, u32 cqid) argument
127 setup.id = cqid;
160 cq->cqid = cxio_hal_get_cqid(rdev_p->rscp);
161 if (!cq->cqid)
176 setup.id = cq->cqid;
191 setup.id = cq->cqid;
319 err = cxio_hal_clear_cq_ctx(rdev_p, cq->cqid);
325 cxio_hal_put_cqid(rdev_p->rscp, cq->cqid);
417 PDBG("%s cq %p cqid
[all...]
H A Diwch_cq.c71 credit, chp->cq.cqid);
H A Dcxio_resource.c224 void cxio_hal_put_cqid(struct cxio_hal_resource *rscp, u32 cqid) argument
226 cxio_hal_put_resource(rscp->cqid_fifo, cqid);
H A Diwch_qp.c961 if ((qhp->attr.rcq == chp->cq.cqid) && !qp_quiesced(qhp)) {
965 if ((qhp->attr.scq == chp->cq.cqid) && !qp_quiesced(qhp))
980 if ((qhp->attr.rcq == chp->cq.cqid) && qp_quiesced(qhp)) {
984 if ((qhp->attr.scq == chp->cq.cqid) && qp_quiesced(qhp))
H A Dcxio_wr.h630 u32 cqid; member in struct:t3_cq

Completed in 68 milliseconds