Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/cxgb3/
Diwch_ev.c51 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()
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.c1779 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()
Diwch_provider.c1108 return (struct ib_qp *)get_qhp(to_iwch_dev(dev), qpn); in iwch_get_qp()
/linux-2.6.39/drivers/infiniband/hw/cxgb4/
Dev.c85 qhp = get_qhp(dev, CQE_QPID(err_cqe)); in c4iw_ev_dispatch()
Diw_cxgb4.h198 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() function
Dcq.c580 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
Dcm.c1786 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()
Dqp.c1594 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()