Lines Matching refs:s_tail
310 if (qp->s_cur == qp->s_tail) { in qib_make_rc_req()
312 if (qp->s_tail == qp->s_head) in qib_make_rc_req()
493 qp->s_tail++; in qib_make_rc_req()
494 if (qp->s_tail >= qp->s_size) in qib_make_rc_req()
495 qp->s_tail = 0; in qib_make_rc_req()
807 if (n == qp->s_tail) in reset_psn()
961 if (n == qp->s_tail) in reset_sending_psn()
1002 if ((psn & IB_BTH_REQ_ACK) && qp->s_acked != qp->s_tail && in qib_rc_send_complete()
1102 if (qp->s_acked != qp->s_tail) { in do_rc_completion()
1226 if (qp->s_acked == qp->s_tail) in do_rc_ack()
1233 if (qp->s_acked != qp->s_tail) { in do_rc_ack()
1262 if (qp->s_acked == qp->s_tail) in do_rc_ack()
1290 if (qp->s_acked == qp->s_tail) in do_rc_ack()
1467 if (unlikely(qp->s_acked == qp->s_tail)) in qib_rc_rcv_resp()