Home
last modified time | relevance | path

Searched refs:stop_stats (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h1068 void (*stop_stats)(struct ef4_nic *efx); member
Dfalcon.c2735 .stop_stats = falcon_stop_nic_stats,
2832 .stop_stats = falcon_stop_nic_stats,
Defx.c1866 efx->type->stop_stats(efx); in ef4_stop_all()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dnet_driver.h1299 void (*stop_stats)(struct efx_nic *efx); member
Dsiena.c987 .stop_stats = efx_mcdi_mac_stop_stats,
Def10.c6597 .stop_stats = efx_port_dummy_op_void,
6704 .stop_stats = efx_mcdi_mac_stop_stats,
Defx.c2012 efx->type->stop_stats(efx); in efx_stop_all()