Searched refs:NASID_LOCAL_BITS (Results 1 – 3 of 3) sorted by relevance
75 #define NASID_LOCAL_BITS 4 macro89 #define NASID_LOCAL_BITS 4 macro
49 #define NASID_GET_META(_n) ((_n) >> NASID_LOCAL_BITS)53 #define NASID_MAKE(_m, _l) (((_m) << NASID_LOCAL_BITS) | (_l))
108 #define NASID_LOCAL_BITS 7 /* same router as SN1 */ macro