Searched refs:get_qhp (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/libcxgb4/ |
H A D | libcxgb4.h | 156 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qid) in get_qhp() function
|
H A D | cq.c | 214 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 D | ev.c | 164 qhp = get_qhp(dev, CQE_QPID(err_cqe)); in c4iw_ev_dispatch()
|
H A D | cq.c | 378 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 D | iw_cxgbe.h | 294 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() function
|
H A D | cm.c | 2406 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 D | qp.c | 1957 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()
|