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

12

/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dmlx4_stats.h145 u64 tx_pause; member in struct:mlx4_en_flow_stats
162 __be64 tx_pause; member in struct:mlx4_en_stat_out_flow_control_mbox
H A Den_main.c89 params->prof[i].tx_pause = 1;
H A Den_netdev.c1343 priv->prof->tx_pause,
1825 if (priv->prof->tx_pause)
1882 if (priv->prof->tx_pause != txpause || priv->prof->rx_pause != rxpause) {
1883 priv->prof->tx_pause = txpause;
1886 priv->rx_mb_size + ETHER_CRC_LEN, priv->prof->tx_pause,
2227 prof->tx_pause, prof->tx_ppp,
2501 priv->prof->tx_pause,
2550 priv->prof->tx_pause,
H A Den_port.c556 priv->flowstats[i].tx_pause =
557 be64_to_cpu(flowstats[i].tx_pause);
H A Dmlx4_en.h408 u8 tx_pause; member in struct:mlx4_en_port_profile
/freebsd-10-stable/sys/dev/ae/
H A Dif_aevar.h90 uint32_t tx_pause; member in struct:ae_stats
H A Dif_ae.c453 "PAUSE frames", &ae_stats->tx_pause);
2215 stats->tx_pause++;
/freebsd-10-stable/sys/dev/fxp/
H A Dif_fxpvar.h162 uint32_t tx_pause; member in struct:fxp_hwstats
H A Dif_fxpreg.h422 uint32_t tx_pause; member in struct:fxp_stats
H A Dif_fxp.c2045 status = &sp->tx_pause;
2065 hsp->tx_pause += le32toh(sp->tx_pause);
3226 &hsp->tx_pause, "Pause frames");
/freebsd-10-stable/sys/dev/nfe/
H A Dif_nfevar.h100 uint32_t tx_pause; member in struct:nfe_hw_stats
/freebsd-10-stable/sys/dev/et/
H A Dif_etvar.h266 uint32_t tx_pause; member in struct:et_hw_stats
H A Dif_et.c2533 &stats->tx_pause, "Pause frames");
2660 stats->tx_pause += CSR_READ_4(sc, ET_STAT_TX_PAUSE);
/freebsd-10-stable/sys/dev/vge/
H A Dif_vgevar.h172 uint32_t tx_pause; member in struct:vge_hw_stats
H A Dif_vge.c2600 &stats->tx_pause, "Pause frames");
2703 stats->tx_pause += mib[VGE_MIB_TX_PAUSE];
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c339 u32 rx_pause, u32 tx_pause)
348 MLX5_SET(pfcc_reg, in, pptx, tx_pause);
356 u32 *rx_pause, u32 *tx_pause)
373 *tx_pause = MLX5_GET(pfcc_reg, out, pptx);
338 mlx5_set_port_pause(struct mlx5_core_dev *dev, u32 port, u32 rx_pause, u32 tx_pause) argument
355 mlx5_query_port_pause(struct mlx5_core_dev *dev, u32 port, u32 *rx_pause, u32 *tx_pause) argument
/freebsd-10-stable/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c342 RMON_UPDATE(mac, tx_pause, stats0[25 - STATS0_START]);
H A Dcxgb_common.h189 u64 tx_pause; /* # of transmitted pause frames */ member in struct:mac_stats
H A Dcxgb_xgmac.c831 RMON_UPDATE(mac, tx_pause, TX_PAUSE);
/freebsd-10-stable/sys/dev/mlx5/
H A Ddriver.h924 u32 rx_pause, u32 tx_pause);
926 u32 *rx_pause, u32 *tx_pause);
/freebsd-10-stable/sys/dev/nge/
H A Dif_ngereg.h632 uint32_t tx_pause; member in struct:nge_stats
H A Dif_nge.c1726 stats->tx_pause =
1747 nstats->tx_pause += stats->tx_pause;
2705 &stats->tx_pause, "Pause frames");
/freebsd-10-stable/sys/dev/qlxgb/
H A Dqla_hw.h571 uint64_t tx_pause; member in struct:_qla_snmp_stats
/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dcommon.h88 u64 tx_pause; /* # of transmitted pause frames */ member in struct:port_stats
/freebsd-10-stable/sys/dev/ixl/
H A Di40e_common.c1857 bool tx_pause, rx_pause; local
1889 tx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_TX);
1891 if (tx_pause & rx_pause)
1893 else if (tx_pause)

Completed in 287 milliseconds

12