Searched refs:NASID_LOCAL_BITS (Results 1 – 2 of 2) sorted by relevance
39 #define NASID_GET_META(_n) ((_n) >> NASID_LOCAL_BITS)40 #define NASID_MAKE(_m, _l) (((_m) << NASID_LOCAL_BITS) | (_l))
29 #define NASID_LOCAL_BITS 4 macro