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()
1349 wc.wr_id = rvt_get_rwqe_ptr(&qp->r_rq, tail)->wr_id; in rvt_error_qp()1825 wqe = rvt_get_rwqe_ptr(&qp->r_rq, wq->head); in rvt_post_recv()2232 wqe = rvt_get_rwqe_ptr(&srq->rq, wq->head); in rvt_post_srq_recv()2396 wqe = rvt_get_rwqe_ptr(rq, tail); in rvt_get_rwqe()
545 static inline struct rvt_rwqe *rvt_get_rwqe_ptr(struct rvt_rq *rq, unsigned n) in rvt_get_rwqe_ptr() function