Home
last modified time | relevance | path

Searched refs:EFE_SPEC (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_filter.c14 #define EFE_SPEC(eftp, index) ((eftp)->eft_entry[(index)].efe_spec) macro
21 return ((efx_filter_spec_t *)(EFE_SPEC(eftp, index) & in ef10_filter_entry_spec()
30 if (EFE_SPEC(eftp, index) & EFX_EF10_FILTER_FLAG_BUSY) in ef10_filter_entry_is_busy()
41 if (EFE_SPEC(eftp, index) & EFX_EF10_FILTER_FLAG_AUTO_OLD) in ef10_filter_entry_is_auto_old()
53 EFE_SPEC(eftp, index) = (uintptr_t)efsp; in ef10_filter_set_entry()
61 EFE_SPEC(eftp, index) |= (uintptr_t)EFX_EF10_FILTER_FLAG_BUSY; in ef10_filter_set_entry_busy()
69 EFE_SPEC(eftp, index) &= ~(uintptr_t)EFX_EF10_FILTER_FLAG_BUSY; in ef10_filter_set_entry_not_busy()
78 EFE_SPEC(eftp, index) |= (uintptr_t)EFX_EF10_FILTER_FLAG_AUTO_OLD; in ef10_filter_set_entry_auto_old()
86 EFE_SPEC(eftp, index) &= ~(uintptr_t)EFX_EF10_FILTER_FLAG_AUTO_OLD; in ef10_filter_set_entry_not_auto_old()