Home
last modified time | relevance | path

Searched refs:start_stats (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/sfc/
Defx_common.c553 if (efx->type->start_stats) { in efx_start_all()
554 efx->type->start_stats(efx); in efx_start_all()
Def100_nic.c775 .start_stats = efx_mcdi_mac_start_stats,
853 .start_stats = efx_mcdi_mac_start_stats,
Dnet_driver.h1333 void (*start_stats)(struct efx_nic *efx); member
Dsiena.c994 .start_stats = efx_mcdi_mac_start_stats,
Def10.c4020 .start_stats = efx_port_dummy_op_void,
4130 .start_stats = efx_mcdi_mac_start_stats,
/Linux-v5.15/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h1063 void (*start_stats)(struct ef4_nic *efx); member
Dfalcon.c2730 .start_stats = falcon_start_nic_stats,
2827 .start_stats = falcon_start_nic_stats,
Defx.c1836 efx->type->start_stats(efx); in ef4_start_all()