Searched refs:EFX_EF10_FILTER_FLAG_AUTO_OLD (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/sfxge/common/
H A Def10_filter.c68 if (EFE_SPEC(eftp, index) & EFX_EF10_FILTER_FLAG_AUTO_OLD)
105 EFE_SPEC(eftp, index) |= (uintptr_t)EFX_EF10_FILTER_FLAG_AUTO_OLD;
113 EFE_SPEC(eftp, index) &= ~(uintptr_t)EFX_EF10_FILTER_FLAG_AUTO_OLD;
H A Def10_impl.h936 #define EFX_EF10_FILTER_FLAG_AUTO_OLD 2U macro

Completed in 103 milliseconds