Home
last modified time | relevance | path

Searched refs:tx_pause (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-12.1/sys/dev/axgbe/
H A Dxgbe-mdio.c760 if (pdata->tx_pause != pdata->phy.tx_pause) { in xgbe_phy_adjust_link()
762 pdata->tx_pause = pdata->phy.tx_pause; in xgbe_phy_adjust_link()
932 pdata->phy.tx_pause = 0; in xgbe_phy_status_aneg()
936 pdata->phy.tx_pause = 1; in xgbe_phy_status_aneg()
942 pdata->phy.tx_pause = 1; in xgbe_phy_status_aneg()
1148 pdata->phy.tx_pause = pdata->tx_pause; in xgbe_phy_init()
1160 if (pdata->tx_pause) in xgbe_phy_init()
H A Dxgbe.h481 int tx_pause; member
777 unsigned int tx_pause; member
H A Dif_axgbe.c509 sc->prv.tx_pause = 1; in axgbe_attach()
/freebsd-12.1/sys/dev/mlx4/
H A Dstats.h125 u64 tx_pause; member
140 __be64 tx_pause; member
/freebsd-12.1/sys/dev/mlx5/
H A Dport.h243 u8 rx_pause, u8 tx_pause,
246 u32 *rx_pause, u32 *tx_pause);
/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c408 priv->tx_priority_flowstats[i].tx_pause = in mlx4_en_DUMP_ETH_STATS()
409 be64_to_cpu(flowstats[i].tx_pause); in mlx4_en_DUMP_ETH_STATS()
423 priv->tx_flowstats.tx_pause = in mlx4_en_DUMP_ETH_STATS()
424 be64_to_cpu(flowstats[0].tx_pause); in mlx4_en_DUMP_ETH_STATS()
H A Dmlx4_en_main.c91 params->prof[i].tx_pause = 1; in mlx4_en_get_profile()
H A Dmlx4_en_netdev.c1382 priv->prof->tx_pause, in mlx4_en_start_port()
1881 if (priv->prof->tx_pause) in mlx4_en_calc_media()
1938 if (priv->prof->tx_pause != txpause || priv->prof->rx_pause != rxpause) { in mlx4_en_media_change()
1939 priv->prof->tx_pause = txpause; in mlx4_en_media_change()
1942 priv->rx_mb_size + ETHER_CRC_LEN, priv->prof->tx_pause, in mlx4_en_media_change()
2323 prof->tx_pause, prof->tx_ppp, in mlx4_en_init_netdev()
2597 priv->prof->tx_pause, in mlx4_en_set_tx_ppp()
2646 priv->prof->tx_pause, in mlx4_en_set_rx_ppp()
H A Den.h427 u8 tx_pause; member
/freebsd-12.1/sys/dev/ae/
H A Dif_aevar.h92 uint32_t tx_pause; member
H A Dif_ae.c460 "PAUSE frames", &ae_stats->tx_pause); in ae_init_tunables()
2216 stats->tx_pause++; in ae_update_stats_tx()
/freebsd-12.1/sys/dev/nfe/
H A Dif_nfevar.h100 uint32_t tx_pause; member
/freebsd-12.1/sys/dev/fxp/
H A Dif_fxpvar.h165 uint32_t tx_pause; member
H A Dif_fxpreg.h427 uint32_t tx_pause; member
H A Dif_fxp.c2052 status = &sp->tx_pause; in fxp_update_stats()
2072 hsp->tx_pause += le32toh(sp->tx_pause); in fxp_update_stats()
3225 &hsp->tx_pause, "Pause frames"); in fxp_sysctl_node()
/freebsd-12.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c381 u8 rx_pause, u8 tx_pause, in mlx5_set_port_pause_and_pfc() argument
389 if (tx_pause || rx_pause) in mlx5_set_port_pause_and_pfc()
394 MLX5_SET(pfcc_reg, in, pptx, tx_pause); in mlx5_set_port_pause_and_pfc()
406 u32 *rx_pause, u32 *tx_pause) in mlx5_query_port_pause() argument
420 *tx_pause = MLX5_GET(pfcc_reg, out, pptx); in mlx5_query_port_pause()
/freebsd-12.1/sys/dev/vge/
H A Dif_vgevar.h174 uint32_t tx_pause; member
/freebsd-12.1/sys/dev/et/
H A Dif_etvar.h268 uint32_t tx_pause; member
/freebsd-12.1/sys/dev/nge/
H A Dif_ngereg.h634 uint32_t tx_pause; member
H A Dif_nge.c1727 stats->tx_pause = in nge_stats_update()
1749 nstats->tx_pause += stats->tx_pause; in nge_stats_update()
2707 &stats->tx_pause, "Pause frames"); in nge_sysctl_node()
/freebsd-12.1/sys/dev/liquidio/base/
H A Dlio_device.h511 int tx_pause; member
/freebsd-12.1/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c342 RMON_UPDATE(mac, tx_pause, stats0[25 - STATS0_START]); in t3_vsc7323_update_stats()
H A Dcxgb_common.h190 u64 tx_pause; /* # of transmitted pause frames */ member
H A Dcxgb_xgmac.c832 RMON_UPDATE(mac, tx_pause, TX_PAUSE); in t3_mac_update_stats()
/freebsd-12.1/sys/dev/qlxgb/
H A Dqla_hw.h573 uint64_t tx_pause; member

12