Lines Matching refs:s_head
592 while (qp->s_last != qp->s_head) { in rvt_clear_mr_refs()
645 while (s_last != qp->s_head) { in rvt_qp_sends_has_lkey()
853 qp->s_head = 0; in rvt_init_qp()
1312 if (READ_ONCE(qp->s_last) != qp->s_head) in rvt_error_qp()
1934 if (qp->s_head >= slast) in rvt_qp_is_avail()
1935 avail = qp->s_size - (qp->s_head - slast); in rvt_qp_is_avail()
1937 avail = slast - qp->s_head; in rvt_qp_is_avail()
1951 qp->s_head, qp->s_tail, qp->s_cur, in rvt_qp_is_avail()
2034 next = qp->s_head + 1; in rvt_post_one_wr()
2040 wqe = rvt_get_swqe_ptr(qp, qp->s_head); in rvt_post_one_wr()
2118 qp->s_head = next; in rvt_post_one_wr()
2171 call_send = qp->s_head == READ_ONCE(qp->s_last) && !wr->next; in rvt_post_send()
2942 if (sqp->s_last == READ_ONCE(sqp->s_head)) in rvt_ruc_loopback()