Searched defs:efx_mcdi_filter_table (Results 1 – 1 of 1) sorted by relevance
53 struct efx_mcdi_filter_table { struct55 u32 rx_match_mcdi_flags[57 unsigned int rx_match_count;59 bool rx_rss_context_exclusive;61 struct rw_semaphore lock; /* Protects entries */62 struct {69 } *entry;71 struct efx_mcdi_dev_addr dev_uc_list[EFX_EF10_FILTER_DEV_UC_MAX];72 struct efx_mcdi_dev_addr dev_mc_list[EFX_EF10_FILTER_DEV_MC_MAX];96 int efx_mcdi_filter_table_probe(struct efx_nic *efx, bool multicast_chaining); argument