Home
last modified time | relevance | path

Searched refs:hfi1_compute_aeth (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dqp.h167 __be32 hfi1_compute_aeth(struct hfi1_qp *qp);
Drc.c168 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()
Dqp.c947 __be32 hfi1_compute_aeth(struct hfi1_qp *qp) in hfi1_compute_aeth() function