Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h156 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qid) in get_qhp() function
H A Dcq.c214 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq()
591 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c164 qhp = get_qhp(dev, CQE_QPID(err_cqe)); in c4iw_ev_dispatch()
H A Dcq.c378 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq()
730 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
H A Diw_cxgbe.h294 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() function
H A Dcm.c2406 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn); in c4iw_accept_cr()
2639 ep->com.qp = get_qhp(dev, conn_param->qpn); in c4iw_connect()
H A Dqp.c1957 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()