Searched refs:qhp (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/infiniband/hw/cxgb4/ |
| H A D | qp.c | 711 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in post_write_cmpl() 728 if (++qhp->wq.sq.pidx == qhp->wq.sq.size) in post_write_cmpl() 732 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in post_write_cmpl() 1150 swsqe = &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx]; in c4iw_post_send() 1310 qhp->wq.rq.sw_rq[qhp->wq.rq.pidx].sge_ts = in c4iw_post_receive() 1764 qhp->wq.sq.qid, qhp->ep->hwtid, qhp->ep->ird, qhp->ep->ord); in rdma_init() 1854 qhp, qhp->wq.sq.qid, qhp->wq.rq.qid, qhp->ep, qhp->attr.state, in c4iw_modify_qp() 1916 qhp->ep = qhp->attr.llp_stream_handle; in c4iw_modify_qp() 2094 wait_event(qhp->wait, !qhp->ep); in c4iw_destroy_qp() 2352 qhp->ibqp.qp_num = qhp->wq.sq.qid; in c4iw_create_qp() [all …]
|
| H A D | ev.c | 88 struct c4iw_qp *qhp, in post_qp_event() argument 100 c4iw_modify_qp(qhp->rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, in post_qp_event() 109 event.element.qp = &qhp->ibqp; in post_qp_event() 110 if (qhp->ibqp.event_handler) in post_qp_event() 111 (*qhp->ibqp.event_handler)(&event, qhp->ibqp.qp_context); in post_qp_event() 123 struct c4iw_qp *qhp; in c4iw_ev_dispatch() local 128 if (!qhp) { in c4iw_ev_dispatch() 139 cqid = qhp->attr.scq; in c4iw_ev_dispatch() 141 cqid = qhp->attr.rcq; in c4iw_ev_dispatch() 153 c4iw_qp_add_ref(&qhp->ibqp); in c4iw_ev_dispatch() [all …]
|
| H A D | cq.c | 338 struct c4iw_qp *qhp; in c4iw_flush_hw_cq() local 356 if (qhp == NULL) in c4iw_flush_hw_cq() 359 if (flush_qhp != qhp) { in c4iw_flush_hw_cq() 360 spin_lock(&qhp->lock); in c4iw_flush_hw_cq() 417 if (qhp && flush_qhp != qhp) in c4iw_flush_hw_cq() 758 struct t4_wq *wq = qhp ? &qhp->wq : NULL; in __c4iw_poll_cq_one() 770 wc->qp = &qhp->ibqp; in __c4iw_poll_cq_one() 934 if (qhp) { in c4iw_poll_cq_one() 935 spin_lock(&qhp->lock); in c4iw_poll_cq_one() 936 srq = qhp->srq; in c4iw_poll_cq_one() [all …]
|
| H A D | restrack.c | 140 struct c4iw_qp *qhp = to_c4iw_qp(ibqp); in c4iw_fill_res_qp_entry() local 147 if (qhp->ucontext) in c4iw_fill_res_qp_entry() 155 spin_lock_irq(&qhp->lock); in c4iw_fill_res_qp_entry() 156 wq = qhp->wq; in c4iw_fill_res_qp_entry() 161 first_sqe = qhp->wq.sq.sw_sq[first_sq_idx]; in c4iw_fill_res_qp_entry() 167 last_sqe = qhp->wq.sq.sw_sq[last_sq_idx]; in c4iw_fill_res_qp_entry() 171 spin_unlock_irq(&qhp->lock); in c4iw_fill_res_qp_entry()
|
| H A D | iw_cxgb4.h | 634 struct c4iw_qp *qhp, 1041 int c4iw_flush_sq(struct c4iw_qp *qhp); 1066 void c4iw_flush_srqidx(struct c4iw_qp *qhp, u32 srqidx);
|
| /linux-6.15/Documentation/devicetree/bindings/phy/ |
| H A D | qcom,sc8280xp-qmp-pcie-phy.yaml | 28 - qcom,sdm845-qhp-pcie-phy 150 - qcom,sdm845-qhp-pcie-phy
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sdm845.dtsi | 2506 compatible = "qcom,sdm845-qhp-pcie-phy";
|