Searched refs:get_qhp (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/infiniband/hw/cxgb3/ |
D | iwch_ev.c | 51 qhp = get_qhp(rnicp, CQE_QPID(rsp_msg->cqe)); in post_qp_event() 114 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 | 1779 struct iwch_qp *qp = get_qhp(h, conn_param->qpn); in iwch_accept_cr() 1899 ep->com.qp = get_qhp(h, conn_param->qpn); in iwch_connect()
|
D | iwch_provider.c | 1108 return (struct ib_qp *)get_qhp(to_iwch_dev(dev), qpn); in iwch_get_qp()
|
/linux-2.6.39/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 85 qhp = get_qhp(dev, CQE_QPID(err_cqe)); in c4iw_ev_dispatch()
|
D | iw_cxgb4.h | 198 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 | 1786 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn); in c4iw_accept_cr() 1886 ep->com.qp = get_qhp(dev, conn_param->qpn); in c4iw_connect()
|
D | qp.c | 1594 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()
|