Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.h96 int efx_mcdi_filter_table_probe(struct efx_nic *efx, bool multicast_chaining);
H A Def100_nic.c388 return efx_mcdi_filter_table_probe(efx, true); in ef100_filter_table_probe()
H A Dmcdi_filters.c1301 int efx_mcdi_filter_table_probe(struct efx_nic *efx, bool multicast_chaining) in efx_mcdi_filter_table_probe() function
H A Def10.c2560 rc = efx_mcdi_filter_table_probe(efx, nic_data->workaround_26807); in efx_ef10_filter_table_probe()