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 | 1801 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()
|
D | iwch_provider.c | 1101 return (struct ib_qp *)get_qhp(to_iwch_dev(dev), qpn); in iwch_get_qp()
|
/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 125 qhp = get_qhp(dev, CQE_QPID(err_cqe)); in c4iw_ev_dispatch()
|
D | cq.c | 350 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()
|
D | iw_cxgb4.h | 285 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() function
|
D | cm.c | 2768 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()
|
D | qp.c | 1868 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()
|