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

/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.c554 if (efx->type->start_stats) {
555 efx->type->start_stats(efx);
H A Dsiena.c1005 .start_stats = efx_siena_mcdi_mac_start_stats,
H A Dnet_driver.h1180 * @start_stats: Start the regular fetching of statistics
1328 void (*start_stats)(struct efx_nic *efx); member in struct:efx_nic_type
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.c552 if (efx->type->start_stats) {
553 efx->type->start_stats(efx);
H A Def100_nic.c1302 .start_stats = efx_mcdi_mac_start_stats,
1383 .start_stats = efx_mcdi_mac_start_stats,
H A Dnet_driver.h1232 * @start_stats: Start the regular fetching of statistics
1377 void (*start_stats)(struct efx_nic *efx); member in struct:efx_nic_type
H A Def10.c4078 .start_stats = efx_port_dummy_op_void,
4189 .start_stats = efx_mcdi_mac_start_stats,
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h950 * @start_stats: Start the regular fetching of statistics
1063 void (*start_stats)(struct ef4_nic *efx); member in struct:ef4_nic_type
H A Dfalcon.c2642 * they arrive when we call this just after start_stats
2730 .start_stats = falcon_start_nic_stats,
2827 .start_stats = falcon_start_nic_stats,
H A Defx.c1826 efx->type->start_stats(efx);

Completed in 222 milliseconds