Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_ethtool.c57 fbnic_set_counter(&eth_mac_stats->BroadcastFramesXmittedOK, in fbnic_get_eth_mac_stats()
58 &mac_stats->eth_mac.BroadcastFramesXmittedOK); in fbnic_get_eth_mac_stats()
Dfbnic_hw_stats.h24 struct fbnic_stat_counter BroadcastFramesXmittedOK; member
Dfbnic_mac.c685 fbnic_mac_stat_rd64(fbd, reset, mac_stats->BroadcastFramesXmittedOK, in fbnic_mac_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/mscc/
Docelot_stats.c716 mac_stats->BroadcastFramesXmittedOK = s[OCELOT_STAT_TX_BROADCAST]; in ocelot_port_mac_stats_cb()
750 mac_stats->BroadcastFramesXmittedOK = s[OCELOT_STAT_TX_PMAC_BROADCAST]; in ocelot_port_pmac_mac_stats_cb()
/linux-6.12.1/drivers/net/ethernet/wangxun/libwx/
Dwx_ethtool.c174 mac_stats->BroadcastFramesXmittedOK = hwstats->bptc; in wx_get_mac_stats()
/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_ethtool.c423 mac_stats->BroadcastFramesXmittedOK = umac_rl(intf, UMC_GTBCA); in bcmasp_get_eth_mac_stats()
/linux-6.12.1/net/ethtool/
Dstats.c284 data->mac_stats.BroadcastFramesXmittedOK) || in stats_put_mac_stats()
/linux-6.12.1/include/linux/
Dethtool.h395 u64 BroadcastFramesXmittedOK;
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_ethtool.c396 mac_stats->BroadcastFramesXmittedOK = in lan966x_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/ti/
Dam65-cpsw-ethtool.c688 s->BroadcastFramesXmittedOK = readl_relaxed(&stats->tx_broadcast_frames); in am65_cpsw_get_eth_mac_stats()
/linux-6.12.1/drivers/net/dsa/
Drzn1_a5psw.c850 mac_stats->BroadcastFramesXmittedOK = RD(ifOutBroadcastPkts); in a5psw_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c366 s->BroadcastFramesXmittedOK = enetc_port_rd(hw, ENETC_PM_TBCA(mac)); in enetc_mac_stats()
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ethtool.c886 mac_stats->BroadcastFramesXmittedOK = portstats[spx5_stats_tx_bc_cnt] + in sparx5_get_eth_mac_stats()
/linux-6.12.1/drivers/net/dsa/realtek/
Drtl8365mb.c1410 mac_stats->BroadcastFramesXmittedOK = in rtl8365mb_get_mac_stats()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ethtool.c1131 mac_stats->BroadcastFramesXmittedOK = in mlxsw_sp_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c2204 mac_stats->BroadcastFramesXmittedOK = in axienet_ethtool_get_eth_mac_stats()
/linux-6.12.1/drivers/net/ethernet/mediatek/
Dairoha_eth.c2529 stats->BroadcastFramesXmittedOK = port->stats.tx_broadcast; in airoha_ethtool_get_mac_stats()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c985 mac_stats->BroadcastFramesXmittedOK = RD(a_broadcast_frames_xmitted_ok); in mlx5e_stats_eth_mac_get()
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/
Dchip.c1441 MV88E6XXX_ETH_MAC_STAT_MAP(out_broadcasts, BroadcastFramesXmittedOK); in mv88e6xxx_get_eth_mac_stats()
1449 mac_stats->stats.FramesTransmittedOK += mac_stats->stats.BroadcastFramesXmittedOK; in mv88e6xxx_get_eth_mac_stats()