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

/drivers/infiniband/hw/cxgb3/
H A Diwch_user.h65 __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;
209 u32 qpid; local
217 qpid = entry->qpid;
220 qpid = cxio_hal_get_qpid(rdev_p->rscp);
221 if (!qpid)
223 for (i = qpid+1; i & rdev_p->qpmask; i++) {
227 entry->qpid
237 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.c55 printk(KERN_ERR "%s unaffiliated error 0x%x qpid 0x%x\n",
65 "qp state %d qpid 0x%x status 0x%x\n", __func__,
66 qhp->attr.state, qhp->wq.qpid, CQE_STATUS(rsp_msg->cqe));
71 printk(KERN_ERR "%s - AE qpid 0x%x opcode %d status 0x%x "
120 printk(KERN_ERR MOD "BAD AE cqid 0x%x qpid 0x%x opcode %d "
141 __func__, qhp->wq.qpid, qhp->ep);
145 qhp->wq.qpid);
222 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);
901 init_attr.qpid = qhp->wq.qpid;
959 PDBG("%s qhp %p qpid 0x%x ep %p state %d -> %d\n", __func__,
960 qhp, qhp->wq.qpid, qhp->ep, qhp->attr.state,
1124 PDBG("%s disassociating ep %p qpid 0x%x\n", __func__, qhp->ep,
1125 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.c873 remove_handle(rhp, &rhp->qpidr, qhp->wq.qpid);
883 PDBG("%s ib_qp %p qpid 0x%0x qhp %p\n", __func__,
884 ib_qp, qhp->wq.qpid, qhp);
988 if (insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.qpid)) {
1012 uresp.qpid = qhp->wq.qpid;
1037 qhp->ibqp.qp_num = qhp->wq.qpid;
1040 "qpid 0x%0x qhp %p dma_addr 0x%llx size %d rq_addr 0x%x\n",
1042 qhp->wq.qpid, qhp, (unsigned long long) qhp->wq.dma_addr,
/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h153 u32 hwtid, u32 qpid,
163 "tid %u qpid %u\n", func,
164 pci_name(rdev->lldi.pdev), hwtid, qpid);
173 PDBG("%s: FW reply %d tid %u qpid %u\n",
174 pci_name(rdev->lldi.pdev), wr_waitp->ret, hwtid, qpid);
204 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) argument
206 return idr_find(&rhp->qpidr, qpid);
256 u32 qpid; member in struct:tpt_attributes
700 void c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qpid,
151 c4iw_wait_for_reply(struct c4iw_rdev *rdev, struct c4iw_wr_wait *wr_waitp, u32 hwtid, u32 qpid, const char *func) argument
H A Dt4fw_ri_api.h711 __be32 qpid; member in struct:fw_ri_wr::fw_ri::fw_ri_init
H A Dqp.c1105 wqe->u.init.qpid = cpu_to_be32(qhp->wq.sq.qid);
1315 PDBG("%s disassociating ep %p qpid 0x%x\n", __func__, qhp->ep,
1381 PDBG("%s ib_qp %p qpid 0x%0x\n", __func__, ib_qp, qhp->wq.sq.qid);
1556 PDBG("%s qhp %p sq_num_entries %d, rq_num_entries %d qpid 0x%0x\n",
/drivers/infiniband/hw/nes/
H A Dnes_hw.h990 u8 qpid; member in struct:nic_qp_map
H A Dnes_nic.c1698 nesvnic->nic.qp_id = curr_qp_map[nesdev->netdev_count].qpid;

Completed in 99 milliseconds