Searched refs:tx_pause (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-current/sys/dev/mlx4/
H A Dstats.h125 u64 tx_pause; member in struct:mlx4_en_flow_stats_tx
140 __be64 tx_pause; member in struct:mlx4_en_stat_out_flow_control_mbox
/freebsd-current/sys/dev/axgbe/
H A Dxgbe-mdio.c1040 if (pdata->tx_pause && pdata->rx_pause)
1044 else if (pdata->tx_pause)
1089 pdata->tx_pause, pdata->phy.tx_pause,
1098 if (pdata->tx_pause != pdata->phy.tx_pause) {
1100 axgbe_printf(2, "tx pause %d/%d\n", pdata->tx_pause,
1101 pdata->phy.tx_pause);
1102 pdata->tx_pause = pdata->phy.tx_pause;
[all...]
H A Dxgbe-sysctl.c68 tx_pause, enumerator in enum:__anon32
137 unsigned int tx_pause; member in struct:sysctl_op
410 sys_op->tx_pause = value;
760 { "tx", SYSL_BOOL, tx_pause, "supported" },
774 sys_op->tx_pause = pdata->phy.tx_pause;
783 sys_op->tx_pause ? "on" : "off");
822 pdata->phy.tx_pause = sys_op->tx_pause;
833 if (sys_op->tx_pause) {
[all...]
H A Dxgbe-phy-v1.c171 pdata->phy.tx_pause = 0;
175 pdata->phy.tx_pause = 1;
181 pdata->phy.tx_pause = 1;
H A Dxgbe.h647 int tx_pause; member in struct:xgbe_phy
1163 unsigned int tx_pause; member in struct:xgbe_prv_data
H A Dxgbe-phy-v2.c1782 pdata->phy.tx_pause = 0;
1795 pdata->phy.tx_pause, pdata->phy.rx_pause);
1863 pdata->phy.tx_pause = 0;
1867 pdata->phy.tx_pause = 1;
1873 pdata->phy.tx_pause = 1;
1877 axgbe_printf(1, "%s: pause tx/rx %d/%d\n", __func__, pdata->phy.tx_pause,
1993 pdata->phy.tx_pause = 0;
1997 pdata->phy.tx_pause = 1;
2003 pdata->phy.tx_pause = 1;
2007 axgbe_printf(1, "%s: pause tx/rx %d/%d\n", __func__, pdata->phy.tx_pause,
[all...]
H A Dif_axgbe.c513 sc->prv.tx_pause = 1;
/freebsd-current/sys/dev/ae/
H A Dif_aevar.h90 uint32_t tx_pause; member in struct:ae_stats
/freebsd-current/sys/dev/mlx5/
H A Dport.h186 u8 rx_pause, u8 tx_pause,
189 u32 *rx_pause, u32 *tx_pause);
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c396 priv->tx_priority_flowstats[i].tx_pause =
397 be64_to_cpu(flowstats[i].tx_pause);
411 priv->tx_flowstats.tx_pause =
412 be64_to_cpu(flowstats[0].tx_pause);
H A Dmlx4_en_main.c91 params->prof[i].tx_pause = 1;
H A Dmlx4_en_netdev.c1382 priv->prof->tx_pause,
1880 if (priv->prof->tx_pause)
1937 if (priv->prof->tx_pause != txpause || priv->prof->rx_pause != rxpause) {
1938 priv->prof->tx_pause = txpause;
1941 priv->rx_mb_size + ETHER_CRC_LEN, priv->prof->tx_pause,
2322 prof->tx_pause, prof->tx_ppp,
2596 priv->prof->tx_pause,
2645 priv->prof->tx_pause,
H A Den.h434 u8 tx_pause; member in struct:mlx4_en_port_profile
/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h163 uint32_t tx_pause; member in struct:fxp_hwstats
H A Dif_fxpreg.h425 uint32_t tx_pause; member in struct:fxp_stats
/freebsd-current/sys/dev/nfe/
H A Dif_nfevar.h98 uint32_t tx_pause; member in struct:nfe_hw_stats
/freebsd-current/sys/dev/vge/
H A Dif_vgevar.h172 uint32_t tx_pause; member in struct:vge_hw_stats
/freebsd-current/sys/dev/et/
H A Dif_etvar.h267 uint32_t tx_pause; member in struct:et_hw_stats
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c382 u8 rx_pause, u8 tx_pause,
390 if (tx_pause || rx_pause)
395 MLX5_SET(pfcc_reg, in, pptx, tx_pause);
407 u32 *rx_pause, u32 *tx_pause)
421 *tx_pause = MLX5_GET(pfcc_reg, out, pptx);
381 mlx5_set_port_pause_and_pfc(struct mlx5_core_dev *dev, u32 port, u8 rx_pause, u8 tx_pause, u8 pfc_en_rx, u8 pfc_en_tx) argument
406 mlx5_query_port_pause(struct mlx5_core_dev *dev, u32 port, u32 *rx_pause, u32 *tx_pause) argument
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c340 RMON_UPDATE(mac, tx_pause, stats0[25 - STATS0_START]);
H A Dcxgb_common.h188 u64 tx_pause; /* # of transmitted pause frames */ member in struct:mac_stats
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_device.h510 int tx_pause; member in struct:octeon_device
/freebsd-current/sys/dev/nge/
H A Dif_nge.c1723 stats->tx_pause =
1745 nstats->tx_pause += stats->tx_pause;
2703 &stats->tx_pause, "Pause frames");
H A Dif_ngereg.h630 uint32_t tx_pause; member in struct:nge_stats
/freebsd-current/sys/dev/qlxgb/
H A Dqla_hw.h567 uint64_t tx_pause; member in struct:_qla_snmp_stats

Completed in 396 milliseconds

12