Searched refs:EFX_FILTER_PRI_AUTO (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_filter.c | 624 if (spec->efs_priority == EFX_FILTER_PRI_AUTO && in ef10_filter_add_lookup_equal_spec() 625 probe_spec->efs_priority == EFX_FILTER_PRI_AUTO) { in ef10_filter_add_lookup_equal_spec() 703 EFSYS_ASSERT(spec->efs_priority == EFX_FILTER_PRI_AUTO); in ef10_filter_add_select_action() 720 if (spec->efs_priority == EFX_FILTER_PRI_AUTO) in ef10_filter_add_select_action() 1142 EFX_FILTER_PRI_AUTO); in ef10_filter_delete_auto() 1415 efx_filter_spec_init_rx(&spec, EFX_FILTER_PRI_AUTO, 1451 efx_filter_spec_init_rx(&spec, EFX_FILTER_PRI_AUTO, in ef10_filter_insert_all_unicast() 1507 EFX_FILTER_PRI_AUTO, 1543 efx_filter_spec_init_rx(&spec, EFX_FILTER_PRI_AUTO, 1598 efx_filter_spec_init_rx(&spec, EFX_FILTER_PRI_AUTO, in ef10_filter_insert_all_multicast() [all …]
|
| H A D | efx_filter.c | 108 if (spec->efs_priority == EFX_FILTER_PRI_AUTO) { in efx_filter_insert()
|
| H A D | efx.h | 3493 EFX_FILTER_PRI_AUTO = 0, /* Automatic filter based on device enumerator
|