Lines Matching refs:s_last
441 if (qp->s_last == READ_ONCE(qp->s_head)) in hfi1_make_rc_req()
449 wqe = rvt_get_swqe_ptr(qp, qp->s_last); in hfi1_make_rc_req()
450 hfi1_trdma_send_complete(qp, wqe, qp->s_last != qp->s_acked ? in hfi1_make_rc_req()
511 if (qp->s_last != qp->s_cur) in hfi1_make_rc_req()
1577 } else if (qp->s_last == qp->s_acked) { in hfi1_restart_rc()
1638 u32 n = qp->s_last; in reset_sending_psn()
1788 while (qp->s_last != qp->s_acked) { in hfi1_rc_send_complete()
1789 wqe = rvt_get_swqe_ptr(qp, qp->s_last); in hfi1_rc_send_complete()
1794 trace_hfi1_qp_send_completion(qp, wqe, qp->s_last); in hfi1_rc_send_complete()
1840 trace_hfi1_qp_send_completion(qp, wqe, qp->s_last); in do_rc_completion()
2231 if (qp->s_last == qp->s_acked) { in do_rc_ack()
2474 if (qp->s_last == qp->s_acked) { in rc_rcv_resp()