Home
last modified time | relevance | path

Searched refs:qhp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/cxgb4/
H A Dev.c88 struct c4iw_qp *qhp, in post_qp_event() argument
98 if (qhp->attr.state == C4IW_QP_STATE_RTS) { in post_qp_event()
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
127 qhp = xa_load(&dev->qps, CQE_QPID(err_cqe)); in c4iw_ev_dispatch()
128 if (!qhp) { in c4iw_ev_dispatch()
139 cqid = qhp->attr.scq; in c4iw_ev_dispatch()
[all …]
H A Drestrack.c140 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()
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845.dtsi2506 compatible = "qcom,sdm845-qhp-pcie-phy";