Home
last modified time | relevance | path

Searched refs:get_qhp (Results 1 – 10 of 10) sorted by relevance

/drivers/infiniband/hw/cxgb3/
Diwch_ev.c52 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe)); in post_qp_event()
118 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe)); in iwch_ev_dispatch()
Diwch.h142 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid) in get_qhp() function
Diwch_cq.c60 qhp = get_qhp(rhp, CQE_QPID(*rd_cqe)); in iwch_poll_cq_one()
Diwch_cm.c1801 struct iwch_qp *qp = get_qhp(h, conn_param->qpn); in iwch_accept_cr()
1929 ep->com.qp = get_qhp(h, conn_param->qpn); in iwch_connect()
Diwch_provider.c1101 return (struct ib_qp *)get_qhp(to_iwch_dev(dev), qpn); in iwch_get_qp()
/drivers/infiniband/hw/cxgb4/
Dev.c125 qhp = get_qhp(dev, CQE_QPID(err_cqe)); in c4iw_ev_dispatch()
Dcq.c350 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq()
692 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
Diw_cxgb4.h285 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() function
Dcm.c2768 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn); in c4iw_accept_cr()
2973 ep->com.qp = get_qhp(dev, conn_param->qpn); in c4iw_connect()
Dqp.c1868 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()