Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dnic.h184 bool workaround_26807; member
H A Def10.c2508 nic_data->workaround_26807 = false; in efx_ef10_probe_multicast_chaining()
2515 nic_data->workaround_26807 = in efx_ef10_probe_multicast_chaining()
2518 if (want_workaround_26807 && !nic_data->workaround_26807) { in efx_ef10_probe_multicast_chaining()
2543 nic_data->workaround_26807 = true; in efx_ef10_probe_multicast_chaining()
2560 rc = efx_mcdi_filter_table_probe(efx, nic_data->workaround_26807); in efx_ef10_filter_table_probe()