Searched defs:type_max (Results 1 – 3 of 3) sorted by relevance
33 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) macro
35 #define type_max(t) __type_max(typeof(t)) macro
1270 u16 type_max; in mlx5e_dcbnl_initialize() local