Searched refs:EFX_EXTRACT64 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_types.h | 380 #define EFX_EXTRACT64(_element, _min, _max, _low, _high) \ macro 405 (EFX_EXTRACT64((_oword).eo_u64[0], FIX_LINT(0), FIX_LINT(63), \ 407 EFX_EXTRACT64((_oword).eo_u64[1], FIX_LINT(64), FIX_LINT(127), \ 421 (EFX_EXTRACT64((_qword).eq_u64[0], FIX_LINT(0), FIX_LINT(63), \
|