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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_rc.c137 ohdr->u.aeth = ipath_compute_aeth(qp);
146 ohdr->u.at.aeth = ipath_compute_aeth(qp);
166 ohdr->u.aeth = ipath_compute_aeth(qp);
187 ohdr->u.aeth =
192 ohdr->u.aeth = ipath_compute_aeth(qp);
668 ohdr->u.aeth = cpu_to_be32((qp->r_msn & IPATH_MSN_MASK) |
672 ohdr->u.aeth = ipath_compute_aeth(qp);
857 static int do_rc_ack(struct ipath_qp *qp, u32 aeth, u32 psn, int opcode, argument
886 if (aeth >> 29)
988 switch (aeth >> 2
1130 u32 aeth; local
[all...]
H A Dipath_qp.c679 u32 aeth = qp->r_msn & IPATH_MSN_MASK; local
686 aeth |= IPATH_AETH_CREDIT_INVAL << IPATH_AETH_CREDIT_SHIFT;
721 aeth |= x << IPATH_AETH_CREDIT_SHIFT;
723 return cpu_to_be32(aeth);
1046 * @aeth: the Acknowledge Extended Transport Header
1050 void ipath_get_credit(struct ipath_qp *qp, u32 aeth) argument
1052 u32 credit = (aeth >> IPATH_AETH_CREDIT_SHIFT) & IPATH_AETH_CREDIT_MASK;
1063 credit = (aeth + credit_table[credit]) & IPATH_MSN_MASK;
H A Dipath_verbs.h120 __be32 aeth; member in struct:ipath_other_headers::__anon11597::__anon11600
124 __be32 aeth; member in union:ipath_other_headers::__anon11597
749 void ipath_get_credit(struct ipath_qp *qp, u32 aeth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_rc.c148 ohdr->u.aeth = qib_compute_aeth(qp);
157 ohdr->u.at.aeth = qib_compute_aeth(qp);
181 ohdr->u.aeth = qib_compute_aeth(qp);
203 ohdr->u.aeth =
208 ohdr->u.aeth = qib_compute_aeth(qp);
694 ohdr->u.aeth = cpu_to_be32((qp->r_msn & QIB_MSN_MASK) |
698 ohdr->u.aeth = qib_compute_aeth(qp);
1131 static int do_rc_ack(struct qib_qp *qp, u32 aeth, u32 psn, int opcode, argument
1154 if (aeth >> 29)
1234 switch (aeth >> 2
1414 u32 aeth; local
[all...]
H A Dqib_qp.c885 u32 aeth = qp->r_msn & QIB_MSN_MASK; local
892 aeth |= QIB_AETH_CREDIT_INVAL << QIB_AETH_CREDIT_SHIFT;
927 aeth |= x << QIB_AETH_CREDIT_SHIFT;
929 return cpu_to_be32(aeth);
1218 * @aeth: the Acknowledge Extended Transport Header
1222 void qib_get_credit(struct qib_qp *qp, u32 aeth) argument
1224 u32 credit = (aeth >> QIB_AETH_CREDIT_SHIFT) & QIB_AETH_CREDIT_MASK;
1241 credit = (aeth + credit_table[credit]) & QIB_MSN_MASK;
H A Dqib_verbs.h171 __be32 aeth; member in struct:qib_other_headers::__anon11692::__anon11695
175 __be32 aeth; member in union:qib_other_headers::__anon11692
890 void qib_get_credit(struct qib_qp *qp, u32 aeth);

Completed in 88 milliseconds