Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c759 struct mlxsw_sp_port_hw_stats { struct
764 static const struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_stats[] = { argument
843 #define MLXSW_SP_PORT_HW_STATS_LEN ARRAY_SIZE(mlxsw_sp_port_hw_stats)
854 memcpy(p, mlxsw_sp_port_hw_stats[i].str, in mlxsw_sp_port_get_strings()
874 data[i] = !err ? mlxsw_sp_port_hw_stats[i].getter(ppcnt_pl) : 0; in mlxsw_sp_port_get_stats()