Searched refs:rvt_get_rwqe_ptr (Results 1 – 3 of 3) sorted by relevance
253 wqe = rvt_get_rwqe_ptr(&srq->rq, tail); in rvt_modify_srq()
1106 wc.wr_id = rvt_get_rwqe_ptr(&qp->r_rq, tail)->wr_id; in rvt_error_qp()1585 wqe = rvt_get_rwqe_ptr(&qp->r_rq, wq->head); in rvt_post_recv()1979 wqe = rvt_get_rwqe_ptr(&srq->rq, wq->head); in rvt_post_srq_recv()2091 wqe = rvt_get_rwqe_ptr(rq, tail); in rvt_get_rwqe()
473 static inline struct rvt_rwqe *rvt_get_rwqe_ptr(struct rvt_rq *rq, unsigned n) in rvt_get_rwqe_ptr() function