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()
495 qp->s_tail++; in qib_make_rc_req()
496 if (qp->s_tail >= qp->s_size) in qib_make_rc_req()
497 qp->s_tail = 0; in qib_make_rc_req()
809 if (n == qp->s_tail) in reset_psn()
963 if (n == qp->s_tail) in reset_sending_psn()
1004 if ((psn & IB_BTH_REQ_ACK) && qp->s_acked != qp->s_tail && in qib_rc_send_complete()
1104 if (qp->s_acked != qp->s_tail) { in do_rc_completion()
1228 if (qp->s_acked == qp->s_tail) in do_rc_ack()
1235 if (qp->s_acked != qp->s_tail) { in do_rc_ack()
1264 if (qp->s_acked == qp->s_tail) in do_rc_ack()
1292 if (qp->s_acked == qp->s_tail) in do_rc_ack()
1469 if (unlikely(qp->s_acked == qp->s_tail)) in qib_rc_rcv_resp()