Symbol: mlxsw_sp_port_hw_stats
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
270
static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_stats[] = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
349
#define MLXSW_SP_PORT_HW_STATS_LEN ARRAY_SIZE(mlxsw_sp_port_hw_stats)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
351
static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_rfc_2863_stats[] = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
369
static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_rfc_2819_stats[] = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
427
static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_rfc_3635_stats[] = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
449
static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_ext_stats[] = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
458
static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_discard_stats[] = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
512
static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_prio_stats[] = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
549
static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_tc_stats[] = {
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
638
memcpy(p, mlxsw_sp_port_hw_stats[i].str,
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
714
mlxsw_sp_get_hw_stats_by_group(struct mlxsw_sp_port_hw_stats **p_hw_stats,
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
719
*p_hw_stats = mlxsw_sp_port_hw_stats;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
763
struct mlxsw_sp_port_hw_stats *hw_stats;