Searched refs:S_LBPORT (Results 1 – 1 of 1) sorted by relevance
33568 #define S_LBPORT 4 macro33570 #define V_LBPORT(x) ((x) << S_LBPORT)33571 #define G_LBPORT(x) (((x) >> S_LBPORT) & M_LBPORT)