Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
H A Dcq.c351 qhp = get_qhp(chp->rhp, CQE_QPID(hw_cqe)); in c4iw_flush_hw_cq()
933 qhp = get_qhp(chp->rhp, CQE_QPID(rd_cqe)); in c4iw_poll_cq_one()
H A Diw_cxgb4.h348 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() function
H A Dcm.c3123 struct c4iw_qp *qp = get_qhp(h, conn_param->qpn); in c4iw_accept_cr()
3342 ep->com.qp = get_qhp(dev, conn_param->qpn); in c4iw_connect()
H A Dqp.c2413 return (struct ib_qp *)get_qhp(to_c4iw_dev(dev), qpn); in c4iw_get_qp()