| /freebsd-14.2/sys/dev/axgbe/ |
| H A D | xgbe-mdio.c | 1045 if (pdata->tx_pause && pdata->rx_pause) in xgbe_phy_fc_string() 1049 else if (pdata->tx_pause) in xgbe_phy_fc_string() 1094 pdata->tx_pause, pdata->phy.tx_pause, in xgbe_phy_adjust_link() 1103 if (pdata->tx_pause != pdata->phy.tx_pause) { in xgbe_phy_adjust_link() 1105 axgbe_printf(2, "tx pause %d/%d\n", pdata->tx_pause, in xgbe_phy_adjust_link() 1106 pdata->phy.tx_pause); in xgbe_phy_adjust_link() 1107 pdata->tx_pause = pdata->phy.tx_pause; in xgbe_phy_adjust_link() 1594 pdata->phy.tx_pause = pdata->tx_pause; in xgbe_phy_init() 1606 if (pdata->tx_pause) { in xgbe_phy_init()
|
| H A D | xgbe-sysctl.c | 69 tx_pause, enumerator 138 unsigned int tx_pause; member 411 sys_op->tx_pause = value; in fill_data() 761 { "tx", SYSL_BOOL, tx_pause, "supported" }, in sysctl_pauseparam_handler() 775 sys_op->tx_pause = pdata->phy.tx_pause; in sysctl_pauseparam_handler() 784 sys_op->tx_pause ? "on" : "off"); in sysctl_pauseparam_handler() 823 pdata->phy.tx_pause = sys_op->tx_pause; in sysctl_pauseparam_handler() 834 if (sys_op->tx_pause) { in sysctl_pauseparam_handler()
|
| H A D | xgbe-phy-v1.c | 171 pdata->phy.tx_pause = 0; in xgbe_phy_an_outcome() 175 pdata->phy.tx_pause = 1; in xgbe_phy_an_outcome() 181 pdata->phy.tx_pause = 1; in xgbe_phy_an_outcome()
|
| H A D | xgbe-phy-v2.c | 1570 pdata->phy.tx_pause = 0; in xgbe_phy_phydev_flowctrl() 1583 pdata->phy.tx_pause, pdata->phy.rx_pause); in xgbe_phy_phydev_flowctrl() 1651 pdata->phy.tx_pause = 0; in xgbe_phy_an37_outcome() 1655 pdata->phy.tx_pause = 1; in xgbe_phy_an37_outcome() 1661 pdata->phy.tx_pause = 1; in xgbe_phy_an37_outcome() 1665 axgbe_printf(1, "%s: pause tx/rx %d/%d\n", __func__, pdata->phy.tx_pause, in xgbe_phy_an37_outcome() 1781 pdata->phy.tx_pause = 0; in xgbe_phy_an73_outcome() 1785 pdata->phy.tx_pause = 1; in xgbe_phy_an73_outcome() 1791 pdata->phy.tx_pause = 1; in xgbe_phy_an73_outcome() 1795 axgbe_printf(1, "%s: pause tx/rx %d/%d\n", __func__, pdata->phy.tx_pause, in xgbe_phy_an73_outcome()
|
| H A D | xgbe.h | 647 int tx_pause; member 1163 unsigned int tx_pause; member
|
| H A D | if_axgbe.c | 509 sc->prv.tx_pause = 1; in axgbe_attach()
|
| /freebsd-14.2/sys/dev/mlx4/ |
| H A D | stats.h | 125 u64 tx_pause; member 140 __be64 tx_pause; member
|
| /freebsd-14.2/sys/dev/mlx5/ |
| H A D | port.h | 186 u8 rx_pause, u8 tx_pause, 189 u32 *rx_pause, u32 *tx_pause);
|
| /freebsd-14.2/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_port.c | 396 priv->tx_priority_flowstats[i].tx_pause = in mlx4_en_DUMP_ETH_STATS() 397 be64_to_cpu(flowstats[i].tx_pause); in mlx4_en_DUMP_ETH_STATS() 411 priv->tx_flowstats.tx_pause = in mlx4_en_DUMP_ETH_STATS() 412 be64_to_cpu(flowstats[0].tx_pause); in mlx4_en_DUMP_ETH_STATS()
|
| H A D | mlx4_en_main.c | 91 params->prof[i].tx_pause = 1; in mlx4_en_get_profile()
|
| H A D | mlx4_en_netdev.c | 1382 priv->prof->tx_pause, in mlx4_en_start_port() 1880 if (priv->prof->tx_pause) in mlx4_en_calc_media() 1937 if (priv->prof->tx_pause != txpause || priv->prof->rx_pause != rxpause) { in mlx4_en_media_change() 1938 priv->prof->tx_pause = txpause; in mlx4_en_media_change() 1941 priv->rx_mb_size + ETHER_CRC_LEN, priv->prof->tx_pause, in mlx4_en_media_change() 2317 prof->tx_pause, prof->tx_ppp, in mlx4_en_init_netdev() 2591 priv->prof->tx_pause, in mlx4_en_set_tx_ppp() 2640 priv->prof->tx_pause, in mlx4_en_set_rx_ppp()
|
| H A D | en.h | 434 u8 tx_pause; member
|
| /freebsd-14.2/sys/dev/ae/ |
| H A D | if_aevar.h | 90 uint32_t tx_pause; member
|
| /freebsd-14.2/sys/dev/nfe/ |
| H A D | if_nfevar.h | 98 uint32_t tx_pause; member
|
| /freebsd-14.2/sys/dev/fxp/ |
| H A D | if_fxpvar.h | 163 uint32_t tx_pause; member
|
| H A D | if_fxpreg.h | 425 uint32_t tx_pause; member
|
| H A D | if_fxp.c | 2037 status = &sp->tx_pause; in fxp_update_stats() 2057 hsp->tx_pause += le32toh(sp->tx_pause); in fxp_update_stats() 3220 &hsp->tx_pause, "Pause frames"); in fxp_sysctl_node()
|
| /freebsd-14.2/sys/dev/et/ |
| H A D | if_etvar.h | 267 uint32_t tx_pause; member
|
| /freebsd-14.2/sys/dev/vge/ |
| H A D | if_vgevar.h | 172 uint32_t tx_pause; member
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_port.c | 382 u8 rx_pause, u8 tx_pause, in mlx5_set_port_pause_and_pfc() argument 390 if (tx_pause || rx_pause) in mlx5_set_port_pause_and_pfc() 395 MLX5_SET(pfcc_reg, in, pptx, tx_pause); in mlx5_set_port_pause_and_pfc() 407 u32 *rx_pause, u32 *tx_pause) in mlx5_query_port_pause() argument 421 *tx_pause = MLX5_GET(pfcc_reg, out, pptx); in mlx5_query_port_pause()
|
| /freebsd-14.2/sys/dev/liquidio/base/ |
| H A D | lio_device.h | 510 int tx_pause; member
|
| /freebsd-14.2/sys/dev/nge/ |
| H A D | if_ngereg.h | 630 uint32_t tx_pause; member
|
| H A D | if_nge.c | 1718 stats->tx_pause = in nge_stats_update() 1740 nstats->tx_pause += stats->tx_pause; in nge_stats_update() 2698 &stats->tx_pause, "Pause frames"); in nge_sysctl_node()
|
| /freebsd-14.2/sys/dev/cxgb/common/ |
| H A D | cxgb_vsc7323.c | 340 RMON_UPDATE(mac, tx_pause, stats0[25 - STATS0_START]); in t3_vsc7323_update_stats()
|
| /freebsd-14.2/sys/dev/qlxgb/ |
| H A D | qla_hw.h | 567 uint64_t tx_pause; member
|