Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Defx_common.c552 if (efx->type->start_stats) { in efx_start_all()
553 efx->type->start_stats(efx); in efx_start_all()
H A Def100_nic.c1297 .start_stats = efx_mcdi_mac_start_stats,
1378 .start_stats = efx_mcdi_mac_start_stats,
H A Dnet_driver.h1416 void (*start_stats)(struct efx_nic *efx); member
H A Def10.c4080 .start_stats = efx_port_dummy_op_void,
4191 .start_stats = efx_mcdi_mac_start_stats,
4327 .start_stats = efx_mcdi_mac_start_stats,
/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.c554 if (efx->type->start_stats) { in efx_siena_start_all()
555 efx->type->start_stats(efx); in efx_siena_start_all()
H A Dnet_driver.h1315 void (*start_stats)(struct efx_nic *efx); member
H A Dsiena.c1005 .start_stats = efx_siena_mcdi_mac_start_stats,
/linux/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h1063 void (*start_stats)(struct ef4_nic *efx); member
H A Dfalcon.c2730 .start_stats = falcon_start_nic_stats,
2827 .start_stats = falcon_start_nic_stats,
H A Defx.c1825 efx->type->start_stats(efx); in ef4_start_all()