Searched refs:AE_F_SET (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dmesh_hwmp.c54 #define AE_F_SET(x) (*x & AE_F) macro
61 #define PREQ_IE_LIFETIME(x) u32_field_get(x, 17, AE_F_SET(x));
62 #define PREQ_IE_METRIC(x) u32_field_get(x, 21, AE_F_SET(x));
63 #define PREQ_IE_TARGET_F(x) (*(AE_F_SET(x) ? x + 32 : x + 26))
64 #define PREQ_IE_TARGET_ADDR(x) (AE_F_SET(x) ? x + 33 : x + 27)
65 #define PREQ_IE_TARGET_SN(x) u32_field_get(x, 33, AE_F_SET(x));
73 #define PREP_IE_LIFETIME(x) u32_field_get(x, 13, AE_F_SET(x));
74 #define PREP_IE_METRIC(x) u32_field_get(x, 17, AE_F_SET(x));
75 #define PREP_IE_TARGET_ADDR(x) (AE_F_SET(x) ? x + 27 : x + 21)
76 #define PREP_IE_TARGET_SN(x) u32_field_get(x, 27, AE_F_SET(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Dmesh_hwmp.c54 #define AE_F_SET(x) (*x & AE_F) macro
61 #define PREQ_IE_LIFETIME(x) u32_field_get(x, 17, AE_F_SET(x));
62 #define PREQ_IE_METRIC(x) u32_field_get(x, 21, AE_F_SET(x));
63 #define PREQ_IE_TARGET_F(x) (*(AE_F_SET(x) ? x + 32 : x + 26))
64 #define PREQ_IE_TARGET_ADDR(x) (AE_F_SET(x) ? x + 33 : x + 27)
65 #define PREQ_IE_TARGET_SN(x) u32_field_get(x, 33, AE_F_SET(x));
73 #define PREP_IE_LIFETIME(x) u32_field_get(x, 13, AE_F_SET(x));
74 #define PREP_IE_METRIC(x) u32_field_get(x, 17, AE_F_SET(x));
75 #define PREP_IE_TARGET_ADDR(x) (AE_F_SET(x) ? x + 27 : x + 21)
76 #define PREP_IE_TARGET_SN(x) u32_field_get(x, 27, AE_F_SET(
[all...]

Completed in 182 milliseconds