Lines Matching refs:aeth
147 ohdr->u.aeth = qib_compute_aeth(qp); in qib_make_rc_ack()
156 ohdr->u.at.aeth = qib_compute_aeth(qp); in qib_make_rc_ack()
180 ohdr->u.aeth = qib_compute_aeth(qp); in qib_make_rc_ack()
202 ohdr->u.aeth = in qib_make_rc_ack()
207 ohdr->u.aeth = qib_compute_aeth(qp); in qib_make_rc_ack()
689 ohdr->u.aeth = cpu_to_be32((qp->r_msn & QIB_MSN_MASK) | in qib_send_rc_ack()
693 ohdr->u.aeth = qib_compute_aeth(qp); in qib_send_rc_ack()
1127 static int do_rc_ack(struct qib_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack() argument
1150 if (aeth >> 29) in do_rc_ack()
1230 switch (aeth >> 29) { in do_rc_ack()
1253 qib_get_credit(qp, aeth); in do_rc_ack()
1284 ib_qib_rnr_table[(aeth >> QIB_AETH_CREDIT_SHIFT) & in do_rc_ack()
1294 switch ((aeth >> QIB_AETH_CREDIT_SHIFT) & in do_rc_ack()
1411 u32 aeth; in qib_rc_rcv_resp() local
1450 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1451 if ((aeth >> 29) == 0) in qib_rc_rcv_resp()
1452 qib_get_credit(qp, aeth); in qib_rc_rcv_resp()
1476 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1484 if (!do_rc_ack(qp, aeth, psn, opcode, val, rcd) || in qib_rc_rcv_resp()
1537 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1538 if (!do_rc_ack(qp, aeth, psn, opcode, 0, rcd)) in qib_rc_rcv_resp()
1578 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1581 (void) do_rc_ack(qp, aeth, psn, in qib_rc_rcv_resp()