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

/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_user.h67 uint32_t qpid; member in struct:iwch_create_qp_resp
H A Diw_cxgb_hal.c176 cxio_hal_clear_qp_ctx(struct cxio_rdev *rdev_p, u32 qpid) argument
189 build_fw_riwrh((struct fw_riwrh *) wqe, T3_WR_QP_MOD, 3, 0, qpid, 7);
191 sge_cmd = qpid << 8 | 3;
229 u32 qpid; local
237 qpid = entry->qpid;
240 qpid = cxio_hal_get_qpid(rdev_p->rscp);
241 if (!qpid)
243 for (i = qpid+1; i & rdev_p->qpmask; i++) {
247 entry->qpid
258 put_qpid(struct cxio_rdev *rdev_p, u32 qpid, struct cxio_ucontext *uctx) argument
931 int qpid = CQE_QPID(rsp_msg->cqe); local
[all...]
H A Diw_cxgb.h139 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid) argument
141 return idr_find(&rhp->qpidr, qpid);
H A Diw_cxgb_ev.c91 CTR3(KTR_IW_CXGB, "%s unaffiliated error 0x%x qpid 0x%x\n",
101 "qp state %d qpid 0x%x status 0x%x", __FUNCTION__,
102 qhp->attr.state, qhp->wq.qpid, CQE_STATUS(rsp_msg->cqe));
107 log(LOG_ERR, "%s - AE qpid 0x%x opcode %d status 0x%x "
148 log(LOG_ERR,"BAD AE cqid 0x%x qpid 0x%x opcode %d "
171 __FUNCTION__, qhp->wq.qpid, qhp->ep);
175 qhp->wq.qpid);
251 CQE_STATUS(rsp_msg->cqe), qhp->wq.qpid);
H A Diw_cxgb_resource.h43 extern void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid);
H A Diw_cxgb_resource.c154 mtx_init(&rdev_p->rscp->qpid_fifo_lock, "qpid fifo", NULL, MTX_DEF);
251 u32 qpid = cxio_hal_get_resource(rscp->qpid_fifo, &rscp->qpid_fifo_lock); local
252 CTR2(KTR_IW_CXGB, "%s qpid 0x%x", __FUNCTION__, qpid);
253 return qpid;
256 void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid) argument
258 CTR2(KTR_IW_CXGB, "%s qpid 0x%x", __FUNCTION__, qpid);
259 cxio_hal_put_resource(rscp->qpid_fifo, qpid, &rscp->qpid_fifo_lock);
H A Diw_cxgb_wr.h48 ring_doorbell(void /* __iomem */ *doorbell, u32 qpid) argument
50 writel(doorbell, ((1<<31) | qpid));
296 u32 qpid; member in struct:t3_rdma_init_attr
319 __be32 qpid; /* 2 */ member in struct:t3_rdma_init_wr
639 u32 qpid; member in struct:t3_wq
H A Diw_cxgb_provider.c741 remove_handle(rhp, &rhp->qpidr, qhp->wq.qpid);
753 CTR4(KTR_IW_CXGB, "%s ib_qp %p qpid 0x%0x qhp %p", __FUNCTION__,
754 ib_qp, qhp->wq.qpid, qhp);
849 if (insert_handle(rhp, &rhp->qpidr, qhp, qhp->wq.qpid)) {
873 uresp.qpid = qhp->wq.qpid;
898 qhp->ibqp.qp_num = qhp->wq.qpid;
901 "qpid 0x%0x qhp %p dma_addr 0x%llx size %d",
903 qhp->wq.qpid, qhp, (unsigned long long) qhp->wq.dma_addr,
H A Diw_cxgb_qp.c445 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
506 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
588 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid);
851 init_attr.qpid = qhp->wq.qpid;
901 CTR6(KTR_IW_CXGB, "%s qhp %p qpid 0x%x ep %p state %d -> %d", __FUNCTION__,
902 qhp, qhp->wq.qpid, qhp->ep, qhp->attr.state,
1067 CTR3(KTR_IW_CXGB, "%s disassociating ep %p qpid 0x%x", __FUNCTION__, qhp->ep,
1068 qhp->wq.qpid);
H A Diw_cxgb_provider.h63 u32 qpid; member in struct:tpt_attributes
H A Diw_cxgb_hal.h80 u32 qpid; member in struct:cxio_qpid
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1852 __be32 qpid; member in struct:fw_ri_wr::fw_ri::fw_ri_init

Completed in 201 milliseconds