Searched refs:qhp (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/infiniband/hw/cxgb4/ |
| 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() 1756 qhp->wq.sq.qid, qhp->ep->hwtid, qhp->ep->ird, qhp->ep->ord); in rdma_init() 1846 qhp, qhp->wq.sq.qid, qhp->wq.rq.qid, qhp->ep, qhp->attr.state, in c4iw_modify_qp() 1908 qhp->ep = qhp->attr.llp_stream_handle; in c4iw_modify_qp() 2086 wait_event(qhp->wait, !qhp->ep); in c4iw_destroy_qp() 2325 qhp->ibqp.qp_num = qhp->wq.sq.qid; in c4iw_create_qp() [all …]
|
| 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 …]
|
| 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 ? &qhp->ibqp : NULL; 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 …]
|
| 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()
|
| A D | iw_cxgb4.h | 599 struct c4iw_qp *qhp, 1010 int c4iw_flush_sq(struct c4iw_qp *qhp); 1012 u16 c4iw_rqes_posted(struct c4iw_qp *qhp); 1013 int c4iw_post_terminate(struct c4iw_qp *qhp, struct t4_cqe *err_cqe); 1037 void c4iw_flush_srqidx(struct c4iw_qp *qhp, u32 srqidx);
|
| /linux/Documentation/devicetree/bindings/phy/ |
| A D | qcom,qmp-phy.yaml | 35 - qcom,sdm845-qhp-pcie-phy 329 - qcom,sdm845-qhp-pcie-phy
|
| /linux/arch/arm64/boot/dts/qcom/ |
| A D | sdm845.dtsi | 2159 compatible = "qcom,sdm845-qhp-pcie-phy";
|
Completed in 26 milliseconds