Searched refs:hfi1_compute_aeth (Results 1 – 3 of 3) sorted by relevance
167 __be32 hfi1_compute_aeth(struct hfi1_qp *qp);
168 ohdr->u.aeth = hfi1_compute_aeth(qp); in make_rc_ack()177 ohdr->u.at.aeth = hfi1_compute_aeth(qp); in make_rc_ack()202 ohdr->u.aeth = hfi1_compute_aeth(qp); in make_rc_ack()229 ohdr->u.aeth = hfi1_compute_aeth(qp); in make_rc_ack()732 ohdr->u.aeth = hfi1_compute_aeth(qp); in hfi1_send_rc_ack()
947 __be32 hfi1_compute_aeth(struct hfi1_qp *qp) in hfi1_compute_aeth() function