Searched refs:qpid (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_user.h57 __u32 qpid; member in struct:iwch_create_qp_resp
H A Dcxio_hal.c136 static int cxio_hal_clear_qp_ctx(struct cxio_rdev *rdev_p, u32 qpid) argument
147 build_fw_riwrh((struct fw_riwrh *) wqe, T3_WR_QP_MOD, 3, 1, qpid, 7);
149 sge_cmd = qpid << 8 | 3;
203 u32 qpid; local
211 qpid = entry->qpid;
214 qpid = cxio_hal_get_qpid(rdev_p->rscp);
215 if (!qpid)
217 for (i = qpid+1; i & rdev_p->qpmask; i++) {
221 entry->qpid
231 put_qpid(struct cxio_rdev *rdev_p, u32 qpid, struct cxio_ucontext *uctx) argument
[all...]
H A Dcxio_resource.c208 u32 qpid = cxio_hal_get_resource(rscp->qpid_fifo); local
209 PDBG("%s qpid 0x%x\n", __FUNCTION__, qpid);
210 return qpid;
213 void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid) argument
215 PDBG("%s qpid 0x%x\n", __FUNCTION__, qpid);
216 cxio_hal_put_resource(rscp->qpid_fifo, qpid);
H A Diwch.h136 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid) argument
138 return idr_find(&rhp->qpidr, qpid);
H A Dcxio_resource.h53 extern void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid);
H A Diwch_ev.c54 printk(KERN_ERR "%s unaffiliated error 0x%x qpid 0x%x\n",
64 "qp state %d qpid 0x%x status 0x%x\n", __FUNCTION__,
65 qhp->attr.state, qhp->wq.qpid, CQE_STATUS(rsp_msg->cqe));
70 printk(KERN_ERR "%s - AE qpid 0x%x opcode %d status 0x%x "
114 printk(KERN_ERR MOD "BAD AE cqid 0x%x qpid 0x%x opcode %d "
135 __FUNCTION__, qhp->wq.qpid, qhp->ep);
139 qhp->wq.qpid);
182 printk(KERN_ERR "%s - CQE Err qpid 0x%x opcode %d status 0x%x "
220 CQE_STATUS(rsp_msg->cqe), qhp->wq.qpid);
H A Dcxio_wr.h51 static inline void ring_doorbell(void __iomem *doorbell, u32 qpid) argument
53 writel(((1<<31) | qpid), doorbell);
283 u32 qpid; member in struct:t3_rdma_init_attr
302 __be32 qpid; /* 2 */ member in struct:t3_rdma_init_wr
611 u32 qpid; member in struct:t3_wq
H A Diwch_provider.c746 remove_handle(rhp, &rhp->qpidr, qhp->wq.qpid);
756 PDBG("%s ib_qp %p qpid 0x%0x qhp %p\n", __FUNCTION__,
757 ib_qp, qhp->wq.qpid, qhp);
844 insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.qpid);
863 uresp.qpid = qhp->wq.qpid;
888 qhp->ibqp.qp_num = qhp->wq.qpid;
891 "qpid 0x%0x qhp %p dma_addr 0x%llx size %d\n",
893 qhp->wq.qpid, qhp, (unsigned long long) qhp->wq.dma_addr,
H A Diwch_qp.c148 * TBD: this is going to be moved to firmware. Missing pdid/qpid check for now.
327 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
378 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
458 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
693 init_attr.qpid = qhp->wq.qpid;
734 PDBG("%s qhp %p qpid 0x%x ep %p state %d -> %d\n", __FUNCTION__,
735 qhp, qhp->wq.qpid, qhp->ep, qhp->attr.state,
897 PDBG("%s disassociating ep %p qpid 0x%x\n", __FUNCTION__, qhp->ep,
898 qhp->wq.qpid);
[all...]
H A Dcxio_hal.h85 u32 qpid; member in struct:cxio_qpid_list
H A Diwch_provider.h67 u32 qpid; member in struct:tpt_attributes

Completed in 81 milliseconds