Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Def10_filter.c1568 eftp->eft_mulcst_filter_count = filter_count;
1580 eftp->eft_mulcst_filter_count = 0;
1610 eftp->eft_mulcst_filter_count = 1; in ef10_filter_insert_all_multicast()
1794 for (i = 0; i < table->eft_mulcst_filter_count; i++) { in ef10_filter_remove_all_existing_filters()
1798 table->eft_mulcst_filter_count = 0; in ef10_filter_remove_all_existing_filters()
1821 for (i = 0; i < table->eft_mulcst_filter_count; i++) { in ef10_filter_mark_old_filters()
H A Def10_impl.h1294 uint32_t eft_mulcst_filter_count; member