Home
last modified time | relevance | path

Searched refs:periodic_hw_stats (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c262 xstats = &mlxsw_sp_port->periodic_hw_stats.xstats; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
368 xstats = &mlxsw_sp_port->periodic_hw_stats.xstats; in mlxsw_sp_qdisc_get_red_xstats()
394 xstats = &mlxsw_sp_port->periodic_hw_stats.xstats; in mlxsw_sp_qdisc_get_red_stats()
570 xstats = &mlxsw_sp_port->periodic_hw_stats.xstats; in mlxsw_sp_qdisc_get_prio_stats()
571 stats = &mlxsw_sp_port->periodic_hw_stats.stats; in mlxsw_sp_qdisc_get_prio_stats()
607 xstats = &mlxsw_sp_port->periodic_hw_stats.xstats; in mlxsw_sp_setup_tc_qdisc_prio_clean_stats()
608 stats = &mlxsw_sp_port->periodic_hw_stats.stats; in mlxsw_sp_setup_tc_qdisc_prio_clean_stats()
Dspectrum.c1051 periodic_hw_stats.update_dw.work); in update_stats_cache()
1057 &mlxsw_sp_port->periodic_hw_stats.stats); in update_stats_cache()
1059 &mlxsw_sp_port->periodic_hw_stats.xstats); in update_stats_cache()
1062 mlxsw_core_schedule_dw(&mlxsw_sp_port->periodic_hw_stats.update_dw, in update_stats_cache()
1075 memcpy(stats, &mlxsw_sp_port->periodic_hw_stats.stats, sizeof(*stats)); in mlxsw_sp_port_get_stats64()
2877 INIT_DELAYED_WORK(&mlxsw_sp_port->periodic_hw_stats.update_dw, in mlxsw_sp_port_create()
3006 mlxsw_core_schedule_dw(&mlxsw_sp_port->periodic_hw_stats.update_dw, 0); in mlxsw_sp_port_create()
3047 cancel_delayed_work_sync(&mlxsw_sp_port->periodic_hw_stats.update_dw); in mlxsw_sp_port_remove()
Dspectrum.h228 } periodic_hw_stats; member