Searched refs:rvt_get_rwqe_ptr (Results 1 – 3 of 3) sorted by relevance
200 wqe = rvt_get_rwqe_ptr(&srq->rq, tail); in rvt_modify_srq()
1351 wc.wr_id = rvt_get_rwqe_ptr(&qp->r_rq, tail)->wr_id; in rvt_error_qp()1827 wqe = rvt_get_rwqe_ptr(&qp->r_rq, wq->head); in rvt_post_recv()2234 wqe = rvt_get_rwqe_ptr(&srq->rq, wq->head); in rvt_post_srq_recv()2398 wqe = rvt_get_rwqe_ptr(rq, tail); in rvt_get_rwqe()
544 static inline struct rvt_rwqe *rvt_get_rwqe_ptr(struct rvt_rq *rq, unsigned n) in rvt_get_rwqe_ptr() function