Home
last modified time | relevance | path

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

/linux-5.19.10/net/ethtool/
Dstats.c252 data->mac_stats.OctetsReceivedOK) || in stats_put_mac_stats()
/linux-5.19.10/include/linux/
Dethtool.h302 u64 OctetsReceivedOK; member
/linux-5.19.10/drivers/net/ethernet/fungible/funeth/
Dfuneth_ethtool.c869 stats->OctetsReceivedOK = RX_STAT(fp, OctetsReceivedOK); in fun_get_802_3_stats()
/linux-5.19.10/drivers/net/ethernet/microchip/lan966x/
Dlan966x_ethtool.c397 mac_stats->OctetsReceivedOK = in lan966x_get_eth_mac_stats()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ethtool.c1113 mac_stats->OctetsReceivedOK = in mlxsw_sp_get_eth_mac_stats()
/linux-5.19.10/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ethtool.c882 mac_stats->OctetsReceivedOK = portstats[spx5_stats_rx_ok_bytes_cnt] + in sparx5_get_eth_mac_stats()
/linux-5.19.10/drivers/net/dsa/realtek/
Drtl8365mb.c1301 mac_stats->OctetsReceivedOK = cnt[RTL8365MB_MIB_ifInOctets] - in rtl8365mb_get_mac_stats()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c920 mac_stats->OctetsReceivedOK = RD(a_octets_received_ok); in mlx5e_stats_eth_mac_get()