Searched defs:BIT_ULL (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/i40e/ | ||
H A D | i40e_osdep.h | 88 #define BIT_ULL(a) (1ULL << (a)) macro |
/titanic_50/usr/src/uts/common/io/i40e/core/ | ||
H A D | i40e_type.h | 48 #define BIT_ULL(a) (1ULL << (a)) macro |