Home
last modified time | relevance | path

Searched refs:BroadcastFramesReceivedOK (Results 1 – 20 of 20) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_ethtool.c61 fbnic_set_counter(&eth_mac_stats->BroadcastFramesReceivedOK, in fbnic_get_eth_mac_stats()
62 &mac_stats->eth_mac.BroadcastFramesReceivedOK); in fbnic_get_eth_mac_stats()
Dfbnic_hw_stats.h26 struct fbnic_stat_counter BroadcastFramesReceivedOK; member
Dfbnic_mac.c674 fbnic_mac_stat_rd64(fbd, reset, mac_stats->BroadcastFramesReceivedOK, in fbnic_mac_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/mscc/
Docelot_stats.c718 mac_stats->BroadcastFramesReceivedOK = s[OCELOT_STAT_RX_BROADCAST]; in ocelot_port_mac_stats_cb()
752 mac_stats->BroadcastFramesReceivedOK = s[OCELOT_STAT_RX_PMAC_BROADCAST]; in ocelot_port_pmac_mac_stats_cb()
/linux-6.12.1/drivers/net/ethernet/wangxun/libwx/
Dwx_ethtool.c176 mac_stats->BroadcastFramesReceivedOK = hwstats->bprc; in wx_get_mac_stats()
/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_ethtool.c426 mac_stats->BroadcastFramesReceivedOK = umac_rl(intf, UMC_GRBCA); in bcmasp_get_eth_mac_stats()
/linux-6.12.1/net/ethtool/
Dstats.c290 data->mac_stats.BroadcastFramesReceivedOK) || in stats_put_mac_stats()
/linux-6.12.1/include/linux/
Dethtool.h398 u64 BroadcastFramesReceivedOK;
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_ethtool.c401 mac_stats->BroadcastFramesReceivedOK = in lan966x_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/ti/
Dam65-cpsw-ethtool.c690 s->BroadcastFramesReceivedOK = readl_relaxed(&stats->rx_broadcast_frames); in am65_cpsw_get_eth_mac_stats()
/linux-6.12.1/drivers/net/dsa/
Drzn1_a5psw.c853 mac_stats->BroadcastFramesReceivedOK = RD(ifInBroadcastPkts); in a5psw_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c368 s->BroadcastFramesReceivedOK = enetc_port_rd(hw, ENETC_PM_RBCA(mac)); in enetc_mac_stats()
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ethtool.c892 mac_stats->BroadcastFramesReceivedOK = portstats[spx5_stats_rx_bc_cnt] + in sparx5_get_eth_mac_stats()
/linux-6.12.1/drivers/net/dsa/realtek/
Drtl8365mb.c1414 mac_stats->BroadcastFramesReceivedOK = in rtl8365mb_get_mac_stats()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ethtool.c1135 mac_stats->BroadcastFramesReceivedOK = in mlxsw_sp_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/realtek/rtase/
Drtase_main.c1774 stats->BroadcastFramesReceivedOK = le64_to_cpu(counters->rx_broadcast); in rtase_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c2210 mac_stats->BroadcastFramesReceivedOK = in axienet_ethtool_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/mediatek/
Dairoha_eth.c2530 stats->BroadcastFramesReceivedOK = port->stats.rx_broadcast; in airoha_ethtool_get_mac_stats()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c987 mac_stats->BroadcastFramesReceivedOK = RD(a_broadcast_frames_received_ok); in mlx5e_stats_eth_mac_get()
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/
Dchip.c1444 MV88E6XXX_ETH_MAC_STAT_MAP(in_broadcasts, BroadcastFramesReceivedOK); in mv88e6xxx_get_eth_mac_stats()
1451 mac_stats->stats.FramesReceivedOK += mac_stats->stats.BroadcastFramesReceivedOK; in mv88e6xxx_get_eth_mac_stats()