Searched refs:get_qhp (Results 1 – 10 of 10) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
D | iwch_ev.c | 52 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()
|
D | iwch.h | 142 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid) in get_qhp() function
|
D | iwch_cq.c | 60 qhp = get_qhp(rhp, CQE_QPID(*rd_cqe)); in iwch_poll_cq_one()
|
D | iwch_cm.c | 1798 struct iwch_qp *qp = get_qhp(h, conn_param->qpn); in iwch_accept_cr() 1918 ep->com.qp = get_qhp(h, conn_param->qpn); in iwch_connect()
|
D | iwch_provider.c | 1102 return (struct ib_qp *)get_qhp(to_iwch_dev(dev), qpn); in iwch_get_qp()
|
/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 88 qhp = get_qhp(dev, CQE_QPID(err_cqe)); in c4iw_ev_dispatch()
|
D | iw_cxgb4.h | 204 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() function
|
D | cq.c | 580 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
|
D | cm.c | 2137 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn); in c4iw_accept_cr() 2257 ep->com.qp = get_qhp(dev, conn_param->qpn); in c4iw_connect()
|
D | qp.c | 1622 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()
|