Lines Matching refs:s_head
441 while (qp->s_last != qp->s_head) { in rvt_clear_mr_refs()
500 while (s_last != qp->s_head) { in rvt_qp_sends_has_lkey()
666 qp->s_head = 0; in rvt_init_qp()
1074 if (READ_ONCE(qp->s_last) != qp->s_head) in rvt_error_qp()
1690 if (qp->s_head >= slast) in rvt_qp_is_avail()
1691 avail = qp->s_size - (qp->s_head - slast); in rvt_qp_is_avail()
1693 avail = slast - qp->s_head; in rvt_qp_is_avail()
1709 qp->s_head, qp->s_tail, qp->s_cur, in rvt_qp_is_avail()
1791 next = qp->s_head + 1; in rvt_post_one_wr()
1797 wqe = rvt_get_swqe_ptr(qp, qp->s_head); in rvt_post_one_wr()
1870 qp->s_head = next; in rvt_post_one_wr()
1920 call_send = qp->s_head == READ_ONCE(qp->s_last) && !wr->next; in rvt_post_send()