sstats            148 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 	struct mlx5e_sw_stats *sstats = &priv->stats.sw;
sstats            152 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 	stats->rx_packets = sstats->rx_packets;
sstats            153 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 	stats->rx_bytes   = sstats->rx_bytes;
sstats            154 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 	stats->tx_packets = sstats->tx_packets;
sstats            155 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 	stats->tx_bytes   = sstats->tx_bytes;
sstats            156 drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c 	stats->tx_dropped = sstats->tx_queue_dropped;
sstats            185 drivers/net/ethernet/stmicro/stmmac/stmmac.h 	struct stmmac_safety_stats sstats;
sstats            487 drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c 			if (!stmmac_safety_feat_dump(priv, &priv->sstats, i,
sstats            542 drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c 							&priv->sstats, i,
sstats            570 drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c 							&priv->sstats, i,
sstats           2047 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 			priv->ioaddr, priv->dma_cap.asp, &priv->sstats);