Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/sfc/
Defx_common.c555 if (efx->type->start_stats) { in efx_start_all()
556 efx->type->start_stats(efx); in efx_start_all()
Def100_nic.c1248 .start_stats = efx_mcdi_mac_start_stats,
1330 .start_stats = efx_mcdi_mac_start_stats,
Dnet_driver.h1402 void (*start_stats)(struct efx_nic *efx); member
Def10.c4046 .start_stats = efx_port_dummy_op_void,
4157 .start_stats = efx_mcdi_mac_start_stats,
/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Defx_common.c554 if (efx->type->start_stats) { in efx_siena_start_all()
555 efx->type->start_stats(efx); in efx_siena_start_all()
Dnet_driver.h1328 void (*start_stats)(struct efx_nic *efx); member
Dsiena.c1005 .start_stats = efx_siena_mcdi_mac_start_stats,
/Linux-v6.1/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.c1827 efx->type->start_stats(efx); in ef4_start_all()