Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_ethtool.c59 fbnic_set_counter(&eth_mac_stats->MulticastFramesReceivedOK, in fbnic_get_eth_mac_stats()
60 &mac_stats->eth_mac.MulticastFramesReceivedOK); in fbnic_get_eth_mac_stats()
Dfbnic_hw_stats.h25 struct fbnic_stat_counter MulticastFramesReceivedOK; member
Dfbnic_mac.c672 fbnic_mac_stat_rd64(fbd, reset, mac_stats->MulticastFramesReceivedOK, in fbnic_mac_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/mscc/
Docelot_stats.c717 mac_stats->MulticastFramesReceivedOK = s[OCELOT_STAT_RX_MULTICAST]; in ocelot_port_mac_stats_cb()
751 mac_stats->MulticastFramesReceivedOK = s[OCELOT_STAT_RX_PMAC_MULTICAST]; in ocelot_port_pmac_mac_stats_cb()
/linux-6.12.1/drivers/net/ethernet/wangxun/libwx/
Dwx_ethtool.c175 mac_stats->MulticastFramesReceivedOK = hwstats->mprc; in wx_get_mac_stats()
/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_ethtool.c425 mac_stats->MulticastFramesReceivedOK = umac_rl(intf, UMC_GRMCA); in bcmasp_get_eth_mac_stats()
/linux-6.12.1/net/ethtool/
Dstats.c288 data->mac_stats.MulticastFramesReceivedOK) || in stats_put_mac_stats()
/linux-6.12.1/include/linux/
Dethtool.h397 u64 MulticastFramesReceivedOK;
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_ethtool.c399 mac_stats->MulticastFramesReceivedOK = in lan966x_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/ti/
Dam65-cpsw-ethtool.c689 s->MulticastFramesReceivedOK = readl_relaxed(&stats->rx_multicast_frames); in am65_cpsw_get_eth_mac_stats()
/linux-6.12.1/drivers/net/dsa/
Drzn1_a5psw.c852 mac_stats->MulticastFramesReceivedOK = RD(ifInMulticastPkts); in a5psw_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c367 s->MulticastFramesReceivedOK = enetc_port_rd(hw, ENETC_PM_RMCA(mac)); in enetc_mac_stats()
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ethtool.c890 mac_stats->MulticastFramesReceivedOK = portstats[spx5_stats_rx_mc_cnt] + in sparx5_get_eth_mac_stats()
/linux-6.12.1/drivers/net/dsa/realtek/
Drtl8365mb.c1412 mac_stats->MulticastFramesReceivedOK = in rtl8365mb_get_mac_stats()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ethtool.c1133 mac_stats->MulticastFramesReceivedOK = in mlxsw_sp_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c2208 mac_stats->MulticastFramesReceivedOK = in axienet_ethtool_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c986 mac_stats->MulticastFramesReceivedOK = RD(a_multicast_frames_received_ok); in mlx5e_stats_eth_mac_get()
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/
Dchip.c1443 MV88E6XXX_ETH_MAC_STAT_MAP(in_multicasts, MulticastFramesReceivedOK); in mv88e6xxx_get_eth_mac_stats()
1450 mac_stats->stats.FramesReceivedOK += mac_stats->stats.MulticastFramesReceivedOK; in mv88e6xxx_get_eth_mac_stats()