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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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_resource.c210 u32 qpid = cxio_hal_get_resource(&rscp->qpid_fifo, local
212 PDBG("%s qpid 0x%x\n", __func__, qpid);
213 return qpid;
216 void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid) argument
218 PDBG("%s qpid 0x%x\n", __func__, qpid);
219 cxio_hal_put_resource(&rscp->qpid_fifo, &rscp->qpid_fifo_lock, qpid);
H A Diwch.h142 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid) argument
144 return idr_find(&rhp->qpidr, qpid);
H A Dcxio_hal.c137 static int cxio_hal_clear_qp_ctx(struct cxio_rdev *rdev_p, u32 qpid) argument
149 T3_COMPLETION_FLAG | T3_NOTIFY_FLAG, 0, qpid, 7,
152 sge_cmd = qpid << 8 | 3;
206 u32 qpid; local
214 qpid = entry->qpid;
217 qpid = cxio_hal_get_qpid(rdev_p->rscp);
218 if (!qpid)
220 for (i = qpid+1; i & rdev_p->qpmask; i++) {
224 entry->qpid
234 put_qpid(struct cxio_rdev *rdev_p, u32 qpid, struct cxio_ucontext *uctx) argument
[all...]
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", __func__,
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 __func__, qhp->wq.qpid, qhp->ep);
139 qhp->wq.qpid);
215 CQE_STATUS(rsp_msg->cqe), qhp->wq.qpid);
H A Diwch_qp.c457 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
520 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
604 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
880 init_attr.qpid = qhp->wq.qpid;
938 PDBG("%s qhp %p qpid 0x%x ep %p state %d -> %d\n", __func__,
939 qhp, qhp->wq.qpid, qhp->ep, qhp->attr.state,
1103 PDBG("%s disassociating ep %p qpid 0x%x\n", __func__, qhp->ep,
1104 qhp->wq.qpid);
H A Dcxio_wr.h54 static inline void ring_doorbell(void __iomem *doorbell, u32 qpid) argument
56 writel(((1<<31) | qpid), doorbell);
337 u32 qpid; member in struct:t3_rdma_init_attr
360 __be32 qpid; /* 2 */ member in struct:t3_rdma_init_wr
696 u32 qpid; member in struct:t3_wq
H A Dcxio_hal.h91 u32 qpid; member in struct:cxio_qpid_list
H A Diwch.c79 ring_doorbell(qhp->rhp->rdev.ctrl_qp.doorbell, qhp->wq.qpid);
H A Diwch_provider.h67 u32 qpid; member in struct:tpt_attributes
H A Diwch_provider.c866 remove_handle(rhp, &rhp->qpidr, qhp->wq.qpid);
876 PDBG("%s ib_qp %p qpid 0x%0x qhp %p\n", __func__,
877 ib_qp, qhp->wq.qpid, qhp);
976 if (insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.qpid)) {
1000 uresp.qpid = qhp->wq.qpid;
1025 qhp->ibqp.qp_num = qhp->wq.qpid;
1028 "qpid 0x%0x qhp %p dma_addr 0x%llx size %d rq_addr 0x%x\n",
1030 qhp->wq.qpid, qhp, (unsigned long long) qhp->wq.dma_addr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_user.h57 __u32 qpid; member in struct:iwch_create_qp_resp
H A Dcxio_resource.c210 u32 qpid = cxio_hal_get_resource(&rscp->qpid_fifo, local
212 PDBG("%s qpid 0x%x\n", __func__, qpid);
213 return qpid;
216 void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid) argument
218 PDBG("%s qpid 0x%x\n", __func__, qpid);
219 cxio_hal_put_resource(&rscp->qpid_fifo, &rscp->qpid_fifo_lock, qpid);
H A Diwch.h142 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid) argument
144 return idr_find(&rhp->qpidr, qpid);
H A Dcxio_hal.c137 static int cxio_hal_clear_qp_ctx(struct cxio_rdev *rdev_p, u32 qpid) argument
149 T3_COMPLETION_FLAG | T3_NOTIFY_FLAG, 0, qpid, 7,
152 sge_cmd = qpid << 8 | 3;
206 u32 qpid; local
214 qpid = entry->qpid;
217 qpid = cxio_hal_get_qpid(rdev_p->rscp);
218 if (!qpid)
220 for (i = qpid+1; i & rdev_p->qpmask; i++) {
224 entry->qpid
234 put_qpid(struct cxio_rdev *rdev_p, u32 qpid, struct cxio_ucontext *uctx) argument
[all...]
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", __func__,
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 __func__, qhp->wq.qpid, qhp->ep);
139 qhp->wq.qpid);
215 CQE_STATUS(rsp_msg->cqe), qhp->wq.qpid);
H A Diwch_qp.c457 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
520 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
604 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
880 init_attr.qpid = qhp->wq.qpid;
938 PDBG("%s qhp %p qpid 0x%x ep %p state %d -> %d\n", __func__,
939 qhp, qhp->wq.qpid, qhp->ep, qhp->attr.state,
1103 PDBG("%s disassociating ep %p qpid 0x%x\n", __func__, qhp->ep,
1104 qhp->wq.qpid);
H A Dcxio_wr.h54 static inline void ring_doorbell(void __iomem *doorbell, u32 qpid) argument
56 writel(((1<<31) | qpid), doorbell);
337 u32 qpid; member in struct:t3_rdma_init_attr
360 __be32 qpid; /* 2 */ member in struct:t3_rdma_init_wr
696 u32 qpid; member in struct:t3_wq
H A Dcxio_hal.h91 u32 qpid; member in struct:cxio_qpid_list
H A Diwch.c79 ring_doorbell(qhp->rhp->rdev.ctrl_qp.doorbell, qhp->wq.qpid);
H A Diwch_provider.h67 u32 qpid; member in struct:tpt_attributes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h173 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) argument
175 return idr_find(&rhp->qpidr, qpid);
225 u32 qpid; member in struct:tpt_attributes
649 void c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qpid,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h173 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) argument
175 return idr_find(&rhp->qpidr, qpid);
225 u32 qpid; member in struct:tpt_attributes
649 void c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qpid,

Completed in 549 milliseconds

12