Lines Matching refs:aeth
137 ohdr->u.aeth = ipath_compute_aeth(qp); in ipath_make_rc_ack()
146 ohdr->u.at.aeth = ipath_compute_aeth(qp); in ipath_make_rc_ack()
166 ohdr->u.aeth = ipath_compute_aeth(qp); in ipath_make_rc_ack()
187 ohdr->u.aeth = in ipath_make_rc_ack()
192 ohdr->u.aeth = ipath_compute_aeth(qp); in ipath_make_rc_ack()
668 ohdr->u.aeth = cpu_to_be32((qp->r_msn & IPATH_MSN_MASK) | in send_rc_ack()
672 ohdr->u.aeth = ipath_compute_aeth(qp); in send_rc_ack()
857 static int do_rc_ack(struct ipath_qp *qp, u32 aeth, u32 psn, int opcode, in do_rc_ack() argument
886 if (aeth >> 29) in do_rc_ack()
988 switch (aeth >> 29) { in do_rc_ack()
1011 ipath_get_credit(qp, aeth); in do_rc_ack()
1041 ib_ipath_rnr_table[(aeth >> IPATH_AETH_CREDIT_SHIFT) & in do_rc_ack()
1052 switch ((aeth >> IPATH_AETH_CREDIT_SHIFT) & in do_rc_ack()
1130 u32 aeth; in ipath_rc_rcv_resp() local
1149 aeth = be32_to_cpu(ohdr->u.aeth); in ipath_rc_rcv_resp()
1151 aeth = be32_to_cpu(((__be32 *) data)[0]); in ipath_rc_rcv_resp()
1154 if ((aeth >> 29) == 0) in ipath_rc_rcv_resp()
1155 ipath_get_credit(qp, aeth); in ipath_rc_rcv_resp()
1170 aeth = be32_to_cpu(ohdr->u.aeth); in ipath_rc_rcv_resp()
1172 aeth = be32_to_cpu(((__be32 *) data)[0]); in ipath_rc_rcv_resp()
1185 if (!do_rc_ack(qp, aeth, psn, opcode, val) || in ipath_rc_rcv_resp()
1242 aeth = be32_to_cpu(ohdr->u.aeth); in ipath_rc_rcv_resp()
1244 aeth = be32_to_cpu(((__be32 *) data)[0]); in ipath_rc_rcv_resp()
1245 if (!do_rc_ack(qp, aeth, psn, opcode, 0)) in ipath_rc_rcv_resp()
1292 aeth = be32_to_cpu(ohdr->u.aeth); in ipath_rc_rcv_resp()
1294 aeth = be32_to_cpu(((__be32 *) data)[0]); in ipath_rc_rcv_resp()
1298 (void) do_rc_ack(qp, aeth, psn, in ipath_rc_rcv_resp()