Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ipath/
Dipath_rc.c137 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()
192 ohdr->u.aeth = ipath_compute_aeth(qp); in ipath_make_rc_ack()
672 ohdr->u.aeth = ipath_compute_aeth(qp); in send_rc_ack()
Dipath_verbs.h732 __be32 ipath_compute_aeth(struct ipath_qp *qp);
Dipath_qp.c677 __be32 ipath_compute_aeth(struct ipath_qp *qp) in ipath_compute_aeth() function