Home
last modified time | relevance | path

Searched refs:tx_pause_frames (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_ethtool.c154 pause_stats->tx_pause_frames = (data_hi << 32) | data_lo; in mlxbf_gige_get_pause_stats()
/linux/net/ethtool/
H A Dpause.c130 if (ethtool_put_stat(skb, pause_stats->tx_pause_frames, in pause_put_stats()
/linux/drivers/net/ethernet/agere/
H A Det131x.h1160 u32 tx_pause_frames; /* 0x60F0 */ member
/linux/drivers/net/ethernet/mscc/
H A Docelot_stats.c492 pause_stats->tx_pause_frames = s[OCELOT_STAT_TX_PAUSE]; in ocelot_port_pause_stats_cb()
502 pause_stats->tx_pause_frames = s[OCELOT_STAT_TX_PMAC_PAUSE]; in ocelot_port_pmac_pause_stats_cb()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils.h471 u64 tx_pause_frames; member
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede.h84 u64 tx_pause_frames; member
H A Dqede_main.c380 p_common->tx_pause_frames = stats.common.tx_pause_frames; in qede_fill_by_demand_stats()
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_ethtool.c386 epstats->tx_pause_frames = stats->tx_pause_frame_cnt; in hbg_ethtool_get_pause_stats()
/linux/drivers/net/dsa/qca/
H A Dar9331.c652 pstats->tx_pause_frames += raw.txpause; in ar9331_read_stats()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_ethtool.c1721 pause_stats->tx_pause_frames = mac_stats->pause.tx_pause_frames.value; in fbnic_get_pause_stats()
/linux/include/linux/qed/
H A Dqed_if.h1362 u64 tx_pause_frames; member
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c1039 u64 *end = &bp->hw_stats.macb.tx_pause_frames + 1; in macb_update_stats()
3321 pause_stats->tx_pause_frames = hwstat->tx_pause_frames; in macb_get_pause_stats()
3334 pause_stats->tx_pause_frames = hwstat->tx_pause_frames; in gem_get_pause_stats()
/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c919 s->tx_pause_frames = memac_read64(&memac->regs->txpf_l); in memac_get_pause_stats()
/linux/drivers/net/usb/
H A Dlan78xx.c265 u32 tx_pause_frames; member
315 u64 tx_pause_frames; member
761 check_counter_rollover(stats, dev->stats, tx_pause_frames); in lan78xx_check_stat_rollover()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c423 BNXT_TX_STATS_ENTRY(tx_pause_frames),
3383 epstat->tx_pause_frames = BNXT_GET_TX_PORT_STATS64(tx, tx_pause_frames); in bnxt_get_pause_stats()
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c1307 pause_stats->tx_pause_frames = tx_stats->stats.tx_pause_pkts; in emac_get_pause_stats()
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c2281 pstats->tx_pause_frames = raw->tx_pause; in ksz_r_mib_stats64()
2336 pstats->tx_pause_frames = raw->tx_pause; in ksz88xx_r_mib_stats64()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1108 stats->tx_pause_frames = priv->tx_flowstats.tx_pause; in mlx4_en_get_pause_stats()
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c2376 pause_stats->tx_pause_frames = in axienet_ethtools_get_pause_stats()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c928 pause_stats->tx_pause_frames = in mlx5e_stats_pause_get()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c1796 p_common->tx_pause_frames += port_stats.eth.txpf; in __qed_get_vport_port_stats()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c543 stats->tx_pause_frames = hwstats->lxontxc + hwstats->lxofftxc; in ixgbe_get_pause_stats()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c4704 pause_stats->tx_pause_frames = ps->link_xon_tx + ps->link_xoff_tx; in ice_get_pause_stats()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c2291 pause_stats->tx_pause_frames = le32_to_cpu(tp->counters->tx_pause_on); in rtl8169_get_pause_stats()