Searched refs:IPATH_MSN_MASK (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_common.h709 #define IPATH_MSN_MASK 0xFFFFFF macro
H A Dipath_qp.c664 u32 aeth = qp->r_msn & IPATH_MSN_MASK;
1045 credit = (aeth + credit_table[credit]) & IPATH_MSN_MASK;
H A Dipath_rc.c179 cpu_to_be32((qp->r_msn & IPATH_MSN_MASK) |
609 ohdr->u.aeth = cpu_to_be32((qp->r_msn & IPATH_MSN_MASK) |

Completed in 53 milliseconds