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()
691 ohdr->u.aeth = cpu_to_be32((qp->r_msn & QIB_MSN_MASK) | in qib_send_rc_ack()
695 ohdr->u.aeth = qib_compute_aeth(qp); in qib_send_rc_ack()
1129 static int do_rc_ack(struct qib_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack() argument
1152 if (aeth >> 29) in do_rc_ack()
1232 switch (aeth >> 29) { in do_rc_ack()
1255 qib_get_credit(qp, aeth); in do_rc_ack()
1286 ib_qib_rnr_table[(aeth >> QIB_AETH_CREDIT_SHIFT) & in do_rc_ack()
1296 switch ((aeth >> QIB_AETH_CREDIT_SHIFT) & in do_rc_ack()
1413 u32 aeth; in qib_rc_rcv_resp() local
1452 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1453 if ((aeth >> 29) == 0) in qib_rc_rcv_resp()
1454 qib_get_credit(qp, aeth); in qib_rc_rcv_resp()
1478 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1486 if (!do_rc_ack(qp, aeth, psn, opcode, val, rcd) || in qib_rc_rcv_resp()
1539 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1540 if (!do_rc_ack(qp, aeth, psn, opcode, 0, rcd)) in qib_rc_rcv_resp()
1580 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1583 (void) do_rc_ack(qp, aeth, psn, in qib_rc_rcv_resp()