Searched refs:aeth (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_rc.c130 ohdr->u.aeth = ipath_compute_aeth(qp);
139 ohdr->u.at.aeth = ipath_compute_aeth(qp);
158 ohdr->u.aeth = ipath_compute_aeth(qp);
178 ohdr->u.aeth =
183 ohdr->u.aeth = ipath_compute_aeth(qp);
609 ohdr->u.aeth = cpu_to_be32((qp->r_msn & IPATH_MSN_MASK) |
613 ohdr->u.aeth = ipath_compute_aeth(qp);
809 static int do_rc_ack(struct ipath_qp *qp, u32 aeth, u32 psn, int opcode) argument
835 if (aeth >> 29)
931 switch (aeth >> 2
1081 u32 aeth; local
[all...]
H A Dipath_qp.c664 u32 aeth = qp->r_msn & IPATH_MSN_MASK; local
671 aeth |= IPATH_AETH_CREDIT_INVAL << IPATH_AETH_CREDIT_SHIFT;
706 aeth |= x << IPATH_AETH_CREDIT_SHIFT;
708 return cpu_to_be32(aeth);
1028 * @aeth: the Acknowledge Extended Transport Header
1032 void ipath_get_credit(struct ipath_qp *qp, u32 aeth) argument
1034 u32 credit = (aeth >> IPATH_AETH_CREDIT_SHIFT) & IPATH_AETH_CREDIT_MASK;
1045 credit = (aeth + credit_table[credit]) & IPATH_MSN_MASK;
H A Dipath_verbs.h113 __be32 aeth; member in struct:ipath_other_headers::__anon4529::__anon4532
117 __be32 aeth; member in union:ipath_other_headers::__anon4529
680 void ipath_get_credit(struct ipath_qp *qp, u32 aeth);

Completed in 73 milliseconds