Searched refs:MTUWIDTH_S (Results 1 – 1 of 1) sorted by relevance
1483 #define MTUWIDTH_S 16 macro1485 #define MTUWIDTH_V(x) ((x) << MTUWIDTH_S)1486 #define MTUWIDTH_G(x) (((x) >> MTUWIDTH_S) & MTUWIDTH_M)