Searched defs:qpid (Results 1 - 10 of 10) 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.h91 u32 qpid; member in struct:cxio_qpid_list
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 Diwch_provider.h67 u32 qpid; member in struct:tpt_attributes
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
/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
/drivers/infiniband/hw/nes/
H A Dnes_hw.h990 u8 qpid; member in struct:nic_qp_map

Completed in 417 milliseconds