• Home
  • Raw
  • Download

Lines Matching refs:s_acked

274 		qib_send_complete(qp, wqe, qp->s_last != qp->s_acked ?  in qib_make_rc_req()
785 u32 n = qp->s_acked; in reset_psn()
870 struct qib_swqe *wqe = get_swqe_ptr(qp, qp->s_acked); in qib_restart_rc()
877 } else if (qp->s_last == qp->s_acked) { in qib_restart_rc()
1002 if ((psn & IB_BTH_REQ_ACK) && qp->s_acked != qp->s_tail && in qib_rc_send_complete()
1007 while (qp->s_last != qp->s_acked) { in qib_rc_send_complete()
1097 if (qp->s_acked == qp->s_cur) { in do_rc_completion()
1100 qp->s_acked = qp->s_cur; in do_rc_completion()
1102 if (qp->s_acked != qp->s_tail) { in do_rc_completion()
1107 if (++qp->s_acked >= qp->s_size) in do_rc_completion()
1108 qp->s_acked = 0; in do_rc_completion()
1109 if (qp->state == IB_QPS_SQD && qp->s_acked == qp->s_cur) in do_rc_completion()
1111 wqe = get_swqe_ptr(qp, qp->s_acked); in do_rc_completion()
1152 wqe = get_swqe_ptr(qp, qp->s_acked); in do_rc_ack()
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()
1322 if (qp->s_last == qp->s_acked) { in do_rc_ack()
1361 wqe = get_swqe_ptr(qp, qp->s_acked); in rdma_seq_err()
1467 if (unlikely(qp->s_acked == qp->s_tail)) in qib_rc_rcv_resp()
1469 wqe = get_swqe_ptr(qp, qp->s_acked); in qib_rc_rcv_resp()
1488 wqe = get_swqe_ptr(qp, qp->s_acked); in qib_rc_rcv_resp()
1554 wqe = get_swqe_ptr(qp, qp->s_acked); in qib_rc_rcv_resp()
1597 if (qp->s_last == qp->s_acked) { in qib_rc_rcv_resp()