/Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 136 static int cxio_hal_clear_qp_ctx(struct cxio_rdev *rdev_p, u32 qpid) in cxio_hal_clear_qp_ctx() argument 147 T3_COMPLETION_FLAG | T3_NOTIFY_FLAG, 0, qpid, 7, in cxio_hal_clear_qp_ctx() 150 sge_cmd = qpid << 8 | 3; in cxio_hal_clear_qp_ctx() 192 u32 qpid; in get_qpid() local 200 qpid = entry->qpid; in get_qpid() 203 qpid = cxio_hal_get_qpid(rdev_p->rscp); in get_qpid() 204 if (!qpid) in get_qpid() 206 for (i = qpid+1; i & rdev_p->qpmask; i++) { in get_qpid() 210 entry->qpid = i; in get_qpid() 216 pr_debug("%s qpid 0x%x\n", __func__, qpid); in get_qpid() [all …]
|
D | cxio_resource.c | 210 u32 qpid = cxio_hal_get_resource(&rscp->qpid_fifo, in cxio_hal_get_qpid() local 212 pr_debug("%s qpid 0x%x\n", __func__, qpid); in cxio_hal_get_qpid() 213 return qpid; in cxio_hal_get_qpid() 216 void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid) in cxio_hal_put_qpid() argument 218 pr_debug("%s qpid 0x%x\n", __func__, qpid); in cxio_hal_put_qpid() 219 cxio_hal_put_resource(&rscp->qpid_fifo, &rscp->qpid_fifo_lock, qpid); in cxio_hal_put_qpid()
|
D | iwch_ev.c | 66 qhp->attr.state, qhp->wq.qpid, in post_qp_event() 141 __func__, qhp->wq.qpid, qhp->ep); in iwch_ev_dispatch() 145 qhp->wq.qpid); in iwch_ev_dispatch() 222 CQE_STATUS(rsp_msg->cqe), qhp->wq.qpid); in iwch_ev_dispatch()
|
D | iwch.h | 141 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid) in get_qhp() argument 143 return xa_load(&rhp->qps, qpid); in get_qhp()
|
D | cxio_wr.h | 54 static inline void ring_doorbell(void __iomem *doorbell, u32 qpid) in ring_doorbell() argument 56 writel(((1<<31) | qpid), doorbell); in ring_doorbell() 337 u32 qpid; member 360 __be32 qpid; /* 2 */ member 696 u32 qpid; member
|
D | cxio_resource.h | 53 extern void cxio_hal_put_qpid(struct cxio_hal_resource *rscp, u32 qpid);
|
D | iwch_provider.c | 679 xa_erase_irq(&rhp->qps, qhp->wq.qpid); in iwch_destroy_qp() 690 ib_qp, qhp->wq.qpid, qhp); in iwch_destroy_qp() 795 if (xa_store_irq(&rhp->qps, qhp->wq.qpid, qhp, GFP_KERNEL)) { in iwch_create_qp() 819 uresp.qpid = qhp->wq.qpid; in iwch_create_qp() 844 qhp->ibqp.qp_num = qhp->wq.qpid; in iwch_create_qp() 848 qhp->wq.qpid, qhp, &qhp->wq.dma_addr, 1 << qhp->wq.size_log2, in iwch_create_qp()
|
D | iwch_qp.c | 458 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid); in iwch_post_send() 521 ring_doorbell(qhp->wq.doorbell, qhp->wq.qpid); in iwch_post_receive() 823 init_attr.qpid = qhp->wq.qpid; in rdma_init() 882 qhp, qhp->wq.qpid, qhp->ep, qhp->attr.state, in iwch_modify_qp() 1046 qhp->wq.qpid); in iwch_modify_qp()
|
D | cxio_hal.h | 91 u32 qpid; member
|
D | iwch.c | 85 qhp->wq.qpid); in enable_dbs()
|
D | iwch_provider.h | 67 u32 qpid; member
|
/Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 261 u32 hwtid, u32 qpid, in c4iw_wait_for_reply() argument 274 func, pci_name(rdev->lldi.pdev), hwtid, qpid); in c4iw_wait_for_reply() 281 pci_name(rdev->lldi.pdev), wr_waitp->ret, hwtid, qpid); in c4iw_wait_for_reply() 291 u32 hwtid, u32 qpid, in c4iw_ref_send_wait() argument 297 qpid); in c4iw_ref_send_wait() 304 return c4iw_wait_for_reply(rdev, wr_waitp, hwtid, qpid, func); in c4iw_ref_send_wait() 354 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() argument 356 return xa_load(&rhp->qps, qpid); in get_qhp() 383 u32 qpid; member 947 void c4iw_put_qpid(struct c4iw_rdev *rdev, u32 qpid,
|
D | t4fw_ri_api.h | 785 __be32 qpid; member
|
D | qp.c | 1800 wqe->u.init.qpid = cpu_to_be32(qhp->wq.sq.qid); in rdma_init()
|
/Linux-v5.4/include/uapi/rdma/ |
D | cxgb3-abi.h | 68 __u32 qpid; member
|
D | bnxt_re-abi.h | 97 __u32 qpid; member
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_hw.h | 308 u8 qpid; /* roce relative */ member
|
D | qed_rdma.h | 111 u32 qpid; member
|
D | qed_rdma.c | 1312 qp->qpid = qp->icid; in qed_rdma_create_qp() 1315 qp->qpid = ((0xFF << 16) | qp->icid); in qed_rdma_create_qp() 1324 out_params->qp_id = qp->qpid; in qed_rdma_create_qp()
|
/Linux-v5.4/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 687 u16 qpid = cqe->qpvalid_qpid & OCRDMA_AE_MCQE_QPID_MASK; in ocrdma_dispatch_ibevent() local 696 if (qpid < dev->attr.max_qp) in ocrdma_dispatch_ibevent() 697 qp = dev->qp_tbl[qpid]; in ocrdma_dispatch_ibevent() 700 dev->id, qpid); in ocrdma_dispatch_ibevent()
|
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 1187 resp.qpid = qp->ib_qp.qp_num; in bnxt_re_create_qp()
|