Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_hw_stats.h53 struct fbnic_stat_counter MulticastFramesReceivedOK; member
H A Dfbnic_mac.c651 fbnic_mac_stat_rd64(fbd, reset, mac_stats->MulticastFramesReceivedOK, in fbnic_mac_get_eth_mac_stats()
H A Dfbnic_ethtool.c1606 fbnic_set_counter(&eth_mac_stats->MulticastFramesReceivedOK, in fbnic_get_eth_mac_stats()
1607 &mac_stats->eth_mac.MulticastFramesReceivedOK); in fbnic_get_eth_mac_stats()
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_ethtool.c358 mac_stats->MulticastFramesReceivedOK = umac_rl(intf, UMC_GRMCA); in bcmasp_get_eth_mac_stats()
/linux/drivers/net/ethernet/mscc/
H A 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/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_ethtool.c405 emstats->MulticastFramesReceivedOK = stats->rx_mc_pkt_cnt; in hbg_ethtool_get_eth_mac_stats()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c178 mac_stats->MulticastFramesReceivedOK = hwstats->mprc; in wx_get_mac_stats()
/linux/include/linux/
H A Dethtool.h417 u64 MulticastFramesReceivedOK;
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ethtool.c399 mac_stats->MulticastFramesReceivedOK = in lan966x_get_eth_mac_stats()
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-ethtool.c689 s->MulticastFramesReceivedOK = readl_relaxed(&stats->rx_multicast_frames); in am65_cpsw_get_eth_mac_stats()
/linux/drivers/net/dsa/
H A Drzn1_a5psw.c851 mac_stats->MulticastFramesReceivedOK = RD(ifInMulticastPkts); in a5psw_get_eth_mac_stats()
H A Dmt7530.c848 &mac_stats->MulticastFramesReceivedOK); in mt7530_get_eth_mac_stats()
849 mac_stats->FramesReceivedOK += mac_stats->MulticastFramesReceivedOK; in mt7530_get_eth_mac_stats()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c367 s->MulticastFramesReceivedOK = enetc_port_rd64(hw, ENETC_PM_RMCA(mac)); in enetc_mac_stats()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ethtool.c890 mac_stats->MulticastFramesReceivedOK = portstats[spx5_stats_rx_mc_cnt] + in sparx5_get_eth_mac_stats()
/linux/drivers/net/dsa/realtek/
H A Drtl8365mb.c1412 mac_stats->MulticastFramesReceivedOK = in rtl8365mb_get_mac_stats()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c2254 mac_stats->MulticastFramesReceivedOK = in rtl8169_get_eth_mac_stats()
2276 mac_stats->MulticastFramesReceivedOK = in rtl8169_get_eth_mac_stats()
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c2401 mac_stats->MulticastFramesReceivedOK = in axienet_ethtool_get_eth_mac_stats()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c974 mac_stats->MulticastFramesReceivedOK = RD(a_multicast_frames_received_ok); in mlx5e_stats_eth_mac_get()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1424 MV88E6XXX_ETH_MAC_STAT_MAP(in_multicasts, MulticastFramesReceivedOK); in mv88e6xxx_get_eth_mac_stats()
1431 mac_stats->stats.FramesReceivedOK += mac_stats->stats.MulticastFramesReceivedOK; in mv88e6xxx_get_eth_mac_stats()