Searched refs:start_stats (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx_common.c | 555 if (efx->type->start_stats) { in efx_start_all() 556 efx->type->start_stats(efx); in efx_start_all()
|
H A D | ef100_nic.c | 766 .start_stats = efx_mcdi_mac_start_stats, 844 .start_stats = efx_mcdi_mac_start_stats,
|
H A D | siena.c | 994 .start_stats = efx_mcdi_mac_start_stats,
|
H A D | net_driver.h | 1220 * @start_stats: Start the regular fetching of statistics 1366 void (*start_stats)(struct efx_nic *efx); member
|
H A D | ef10.c | 4023 .start_stats = efx_port_dummy_op_void, 4133 .start_stats = efx_mcdi_mac_start_stats,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef100_nic.c | 1302 .start_stats = efx_mcdi_mac_start_stats, 1383 .start_stats = efx_mcdi_mac_start_stats,
|
H A D | efx_common.c | 552 if (efx->type->start_stats) { in efx_start_all() 553 efx->type->start_stats(efx); in efx_start_all()
|
H A D | net_driver.h | 1232 * @start_stats: Start the regular fetching of statistics 1377 void (*start_stats)(struct efx_nic *efx); member
|
H A D | ef10.c | 4078 .start_stats = efx_port_dummy_op_void, 4189 .start_stats = efx_mcdi_mac_start_stats,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx_common.c | 554 if (efx->type->start_stats) { in efx_siena_start_all() 555 efx->type->start_stats(efx); in efx_siena_start_all()
|
H A D | siena.c | 1005 .start_stats = efx_siena_mcdi_mac_start_stats,
|
H A D | net_driver.h | 1180 * @start_stats: Start the regular fetching of statistics 1328 void (*start_stats)(struct efx_nic *efx); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | net_driver.h | 950 * @start_stats: Start the regular fetching of statistics 1063 void (*start_stats)(struct ef4_nic *efx); member
|
H A D | falcon.c | 2642 * 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 D | efx.c | 1836 efx->type->start_stats(efx); in ef4_start_all()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | net_driver.h | 950 * @start_stats: Start the regular fetching of statistics 1063 void (*start_stats)(struct ef4_nic *efx); member
|
H A D | falcon.c | 2642 * 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 D | efx.c | 1826 efx->type->start_stats(efx); in ef4_start_all()
|
Completed in 68 milliseconds