Lines Matching refs:s_last
482 if (qp->s_last == READ_ONCE(qp->s_head)) in hfi1_make_rc_req()
490 wqe = rvt_get_swqe_ptr(qp, qp->s_last); in hfi1_make_rc_req()
491 hfi1_trdma_send_complete(qp, wqe, qp->s_last != qp->s_acked ? in hfi1_make_rc_req()
552 if (qp->s_last != qp->s_cur) in hfi1_make_rc_req()
1619 } else if (qp->s_last == qp->s_acked) { in hfi1_restart_rc()
1680 u32 n = qp->s_last; in reset_sending_psn()
1830 while (qp->s_last != qp->s_acked) { in hfi1_rc_send_complete()
1831 wqe = rvt_get_swqe_ptr(qp, qp->s_last); in hfi1_rc_send_complete()
1836 trace_hfi1_qp_send_completion(qp, wqe, qp->s_last); in hfi1_rc_send_complete()
1882 trace_hfi1_qp_send_completion(qp, wqe, qp->s_last); in do_rc_completion()
2273 if (qp->s_last == qp->s_acked) { in do_rc_ack()
2516 if (qp->s_last == qp->s_acked) { in rc_rcv_resp()