Home
last modified time | relevance | path

Searched defs:BIT_ULL (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h88 #define BIT_ULL(a) (1ULL << (a)) macro
/titanic_50/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h48 #define BIT_ULL(a) (1ULL << (a)) macro