Searched refs:rvt_get_rwqe_ptr (Results 1 – 3 of 3) sorted by relevance
242 wqe = rvt_get_rwqe_ptr(&srq->rq, tail); in rvt_modify_srq()
1369 wc.wr_id = rvt_get_rwqe_ptr(&qp->r_rq, tail)->wr_id; in rvt_error_qp()1847 wqe = rvt_get_rwqe_ptr(&qp->r_rq, wq->head); in rvt_post_recv()2253 wqe = rvt_get_rwqe_ptr(&srq->rq, wq->head); in rvt_post_srq_recv()2442 wqe = rvt_get_rwqe_ptr(rq, tail); in rvt_get_rwqe()
540 static inline struct rvt_rwqe *rvt_get_rwqe_ptr(struct rvt_rq *rq, unsigned n) in rvt_get_rwqe_ptr() function