Lines Matching refs:s_acked
274 qib_send_complete(qp, wqe, qp->s_last != qp->s_acked ? in qib_make_rc_req()
787 u32 n = qp->s_acked; in reset_psn()
872 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_acked); in qib_restart_rc()
879 } else if (qp->s_last == qp->s_acked) { in qib_restart_rc()
1004 if ((psn & IB_BTH_REQ_ACK) && qp->s_acked != qp->s_tail && in qib_rc_send_complete()
1009 while (qp->s_last != qp->s_acked) { in qib_rc_send_complete()
1099 if (qp->s_acked == qp->s_cur) { in do_rc_completion()
1102 qp->s_acked = qp->s_cur; in do_rc_completion()
1104 if (qp->s_acked != qp->s_tail) { in do_rc_completion()
1109 if (++qp->s_acked >= qp->s_size) in do_rc_completion()
1110 qp->s_acked = 0; in do_rc_completion()
1111 if (qp->state == IB_QPS_SQD && qp->s_acked == qp->s_cur) in do_rc_completion()
1113 wqe = get_swqe_ptr(qp, qp->s_acked); in do_rc_completion()
1154 wqe = get_swqe_ptr(qp, qp->s_acked); in do_rc_ack()
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()
1324 if (qp->s_last == qp->s_acked) { in do_rc_ack()
1363 wqe = get_swqe_ptr(qp, qp->s_acked); in rdma_seq_err()
1469 if (unlikely(qp->s_acked == qp->s_tail)) in qib_rc_rcv_resp()
1471 wqe = get_swqe_ptr(qp, qp->s_acked); in qib_rc_rcv_resp()
1490 wqe = get_swqe_ptr(qp, qp->s_acked); in qib_rc_rcv_resp()
1556 wqe = get_swqe_ptr(qp, qp->s_acked); in qib_rc_rcv_resp()
1599 if (qp->s_last == qp->s_acked) { in qib_rc_rcv_resp()