/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 500 pause->tx_pause = !(netxen_gb_get_gb0_mask(val)); in netxen_nic_get_pauseparam() 503 pause->tx_pause = !(netxen_gb_get_gb1_mask(val)); in netxen_nic_get_pauseparam() 506 pause->tx_pause = !(netxen_gb_get_gb2_mask(val)); in netxen_nic_get_pauseparam() 510 pause->tx_pause = !(netxen_gb_get_gb3_mask(val)); in netxen_nic_get_pauseparam() 519 pause->tx_pause = !(netxen_xg_get_xg0_mask(val)); in netxen_nic_get_pauseparam() 521 pause->tx_pause = !(netxen_xg_get_xg1_mask(val)); in netxen_nic_get_pauseparam() 558 if (pause->tx_pause) in netxen_nic_set_pauseparam() 564 if (pause->tx_pause) in netxen_nic_set_pauseparam() 570 if (pause->tx_pause) in netxen_nic_set_pauseparam() 577 if (pause->tx_pause) in netxen_nic_set_pauseparam() [all …]
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_stats.h | 64 u64 tx_pause; member 86 __be64 tx_pause; member
|
D | en_port.c | 324 priv->tx_priority_flowstats[i].tx_pause = in mlx4_en_DUMP_ETH_STATS() 325 be64_to_cpu(flowstats[i].tx_pause); in mlx4_en_DUMP_ETH_STATS() 339 priv->tx_flowstats.tx_pause = in mlx4_en_DUMP_ETH_STATS() 340 be64_to_cpu(flowstats[0].tx_pause); in mlx4_en_DUMP_ETH_STATS()
|
D | en_dcb_nl.c | 218 prof->tx_pause = !pfc->pfc_en; in mlx4_en_dcbnl_ieee_setpfc() 224 prof->tx_pause, in mlx4_en_dcbnl_ieee_setpfc() 233 prof->tx_ppp, prof->tx_pause); in mlx4_en_dcbnl_ieee_setpfc()
|
D | en_ethtool.c | 754 cmd->advertising |= (priv->prof->tx_pause) ? ADVERTISED_Pause : 0; in ethtool_get_ptys_settings() 756 cmd->advertising |= (priv->prof->tx_pause ^ priv->prof->rx_pause) ? in ethtool_get_ptys_settings() 993 priv->prof->tx_pause = pause->tx_pause != 0; in mlx4_en_set_pauseparam() 997 priv->prof->tx_pause, in mlx4_en_set_pauseparam() 1008 priv->prof->tx_pause); in mlx4_en_set_pauseparam() 1018 pause->tx_pause = priv->prof->tx_pause; in mlx4_en_get_pauseparam()
|
D | mlx4_en.h | 372 u8 tx_pause; member 746 u8 tx_ppp, u8 tx_pause); 837 u8 tx_ppp, u8 tx_pause);
|
D | en_main.c | 146 params->prof[i].tx_pause = 1; in mlx4_en_get_profile()
|
D | en_netdev.c | 1651 priv->prof->tx_pause, in mlx4_en_start_port() 2679 u8 tx_ppp, u8 tx_pause) in mlx4_en_update_pfc_stats_bitmap() argument 2703 if (tx_pause && !(tx_ppp)) in mlx4_en_update_pfc_stats_bitmap() 2715 u8 tx_ppp, u8 tx_pause) in mlx4_en_set_stats_bitmap() argument 2745 tx_ppp, tx_pause); in mlx4_en_set_stats_bitmap() 2959 prof->tx_pause, prof->tx_ppp, in mlx4_en_init_netdev() 2993 mdev->profile.prof[priv->port].tx_pause); in mlx4_en_init_netdev()
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 389 pause->tx_pause = 1; in pch_gbe_get_pauseparam() 392 pause->tx_pause = 1; in pch_gbe_get_pauseparam() 412 if ((pause->rx_pause) && (pause->tx_pause)) in pch_gbe_set_pauseparam() 414 else if ((pause->rx_pause) && (!pause->tx_pause)) in pch_gbe_set_pauseparam() 416 else if ((!pause->rx_pause) && (pause->tx_pause)) in pch_gbe_set_pauseparam() 418 else if ((!pause->rx_pause) && (!pause->tx_pause)) in pch_gbe_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 243 pause->tx_pause = pdata->tx_pause; in xgbe_get_pauseparam() 259 pause->autoneg, pause->tx_pause, pause->rx_pause); in xgbe_set_pauseparam() 270 pdata->tx_pause = pause->tx_pause; in xgbe_set_pauseparam()
|
D | xgbe-drv.c | 776 pdata->tx_pause = 1; in xgbe_adjust_link() 779 pdata->tx_pause = 0; in xgbe_adjust_link() 784 if (pdata->tx_pause != pdata->phy_tx_pause) { in xgbe_adjust_link() 786 pdata->phy_tx_pause = pdata->tx_pause; in xgbe_adjust_link() 836 pdata->phy_tx_pause = pdata->tx_pause; in xgbe_phy_init()
|
D | xgbe.h | 724 unsigned int tx_pause; member
|
D | xgbe-main.c | 152 pdata->tx_pause = 1; in xgbe_default_config()
|
D | xgbe-dev.c | 567 if (pdata->tx_pause || (pfc && pfc->pfc_en)) in xgbe_config_tx_flow_control()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ethtool.c | 161 pause->tx_pause = 1; in ixgb_get_pauseparam() 164 pause->tx_pause = 1; in ixgb_get_pauseparam() 178 if (pause->rx_pause && pause->tx_pause) in ixgb_set_pauseparam() 180 else if (pause->rx_pause && !pause->tx_pause) in ixgb_set_pauseparam() 182 else if (!pause->rx_pause && pause->tx_pause) in ixgb_set_pauseparam() 184 else if (!pause->rx_pause && !pause->tx_pause) in ixgb_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
D | ethtool.c | 203 pause->tx_pause = !!(hw->flowctrl & ALX_FC_TX); in alx_get_pauseparam() 217 if (pause->tx_pause) in alx_set_pauseparam()
|
D | hw.h | 421 u64 tx_pause; /* TX pause frames */ member
|
D | hw.c | 1086 hw->stats.tx_pause += alx_read_mem32(hw, ALX_MIB_TX_PAUSE); in alx_update_hw_stats()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 799 pause->tx_pause = !(qlcnic_gb_get_gb0_mask(val)); in qlcnic_get_pauseparam() 802 pause->tx_pause = !(qlcnic_gb_get_gb1_mask(val)); in qlcnic_get_pauseparam() 805 pause->tx_pause = !(qlcnic_gb_get_gb2_mask(val)); in qlcnic_get_pauseparam() 809 pause->tx_pause = !(qlcnic_gb_get_gb3_mask(val)); in qlcnic_get_pauseparam() 820 pause->tx_pause = !(qlcnic_xg_get_xg0_mask(val)); in qlcnic_get_pauseparam() 822 pause->tx_pause = !(qlcnic_xg_get_xg1_mask(val)); in qlcnic_get_pauseparam() 864 if (pause->tx_pause) in qlcnic_set_pauseparam() 870 if (pause->tx_pause) in qlcnic_set_pauseparam() 876 if (pause->tx_pause) in qlcnic_set_pauseparam() 883 if (pause->tx_pause) in qlcnic_set_pauseparam() [all …]
|
D | qlcnic_83xx_hw.c | 3638 pause->tx_pause = 1; in qlcnic_83xx_get_pauseparam() 3648 pause->tx_pause = 1; in qlcnic_83xx_get_pauseparam() 3684 if (pause->rx_pause && pause->tx_pause) { in qlcnic_83xx_set_pauseparam() 3686 } else if (pause->rx_pause && !pause->tx_pause) { in qlcnic_83xx_set_pauseparam() 3689 } else if (pause->tx_pause && !pause->rx_pause) { in qlcnic_83xx_set_pauseparam() 3692 } else if (!pause->rx_pause && !pause->tx_pause) { in qlcnic_83xx_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfi_enet.h | 639 u8 tx_pause; /* 1 = enable; 0 = disable */ member 778 u64 tx_pause[8]; member 825 u64 tx_pause; member
|
D | bnad_ethtool.c | 516 pauseparam->tx_pause = bnad->bna.enet.pause_config.tx_pause; in bnad_get_pauseparam() 532 pauseparam->tx_pause != bnad->bna.enet.pause_config.tx_pause) { in bnad_set_pauseparam() 534 pause_config.tx_pause = pauseparam->tx_pause; in bnad_set_pauseparam()
|
D | bfa_defs_cna.h | 94 u64 tx_pause; /*!< Tx pause */ member
|
D | bna_types.h | 348 enum bna_status tx_pause; member
|
D | bna_enet.c | 1187 pause_req->tx_pause = enet->pause_config.tx_pause; in bna_bfi_pause_set()
|
D | bnad.c | 2751 pause_config.tx_pause = 0; in bnad_open()
|
/linux-4.1.27/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 391 char tx_pause; member 660 priv->tx_pause = tx; in xgmac_set_flow_ctrl() 1033 xgmac_set_flow_ctrl(priv, priv->rx_pause, priv->tx_pause); in xgmac_open() 1565 pause->tx_pause = priv->tx_pause; in xgmac_get_pauseparam() 1576 return xgmac_set_flow_ctrl(priv, pause->rx_pause, pause->tx_pause); in xgmac_set_pauseparam() 1608 XGMAC_HW_STAT(tx_pause, XGMAC_MMC_TXPAUSEFRAME), 1746 priv->tx_pause = 1; in xgmac_probe()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 146 pause->tx_pause = 1; in uec_get_pauseparam() 157 ugeth->ug_info->transmitFlowControl = pause->tx_pause; in uec_set_pauseparam()
|
D | gianfar_ethtool.c | 525 epause->tx_pause = !!priv->tx_pause_en; in gfar_gpauseparam() 541 (epause->rx_pause != epause->tx_pause))) in gfar_spauseparam() 548 if (epause->tx_pause) { in gfar_spauseparam() 554 } else if (epause->tx_pause) { in gfar_spauseparam()
|
D | fec_main.c | 2159 pause->tx_pause = (fep->pause_flag & FEC_PAUSE_FLAG_ENABLE) != 0; in fec_enet_get_pauseparam() 2160 pause->rx_pause = pause->tx_pause; in fec_enet_get_pauseparam() 2171 if (pause->tx_pause != pause->rx_pause) { in fec_enet_set_pauseparam()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/ |
D | halbtc8821a2ant.c | 1504 static void btc8821a2_int1(struct btc_coexist *btcoexist, bool tx_pause, in btc8821a2_int1() argument 1507 if (tx_pause) { in btc8821a2_int1() 1705 static void btc8821a2_int2(struct btc_coexist *btcoexist, bool tx_pause, in btc8821a2_int2() argument 1708 if (tx_pause) { in btc8821a2_int2() 1891 static void btc8821a2_int3(struct btc_coexist *btcoexist, bool tx_pause, in btc8821a2_int3() argument 1894 if (tx_pause) { in btc8821a2_int3() 2078 bool sco_hid, bool tx_pause, in btc8821a2ant_tdma_dur_adj() argument 2096 if (tx_pause) { in btc8821a2ant_tdma_dur_adj() 2142 if (tx_pause) { in btc8821a2ant_tdma_dur_adj() 2284 btc8821a2_int1(btcoexist, tx_pause, result); in btc8821a2ant_tdma_dur_adj() [all …]
|
D | halbtc8723b2ant.c | 1592 static void set_tdma_int1(struct btc_coexist *btcoexist, bool tx_pause, in set_tdma_int1() argument 1596 if (tx_pause) { in set_tdma_int1() 1790 static void set_tdma_int2(struct btc_coexist *btcoexist, bool tx_pause, in set_tdma_int2() argument 1794 if (tx_pause) { in set_tdma_int2() 1963 static void set_tdma_int3(struct btc_coexist *btcoexist, bool tx_pause, in set_tdma_int3() argument 1967 if (tx_pause) { in set_tdma_int3() 2137 bool sco_hid, bool tx_pause, in btc8723b2ant_tdma_duration_adjust() argument 2153 if (tx_pause) { in btc8723b2ant_tdma_duration_adjust() 2199 if (tx_pause) { in btc8723b2ant_tdma_duration_adjust() 2329 set_tdma_int1(btcoexist, tx_pause, result); in btc8723b2ant_tdma_duration_adjust() [all …]
|
D | halbtc8192e2ant.c | 1591 static void btc8192e_int1(struct btc_coexist *btcoexist, bool tx_pause, in btc8192e_int1() argument 1594 if (tx_pause) { in btc8192e_int1() 1794 static void btc8192e_int2(struct btc_coexist *btcoexist, bool tx_pause, in btc8192e_int2() argument 1797 if (tx_pause) { in btc8192e_int2() 1982 static void btc8192e_int3(struct btc_coexist *btcoexist, bool tx_pause, in btc8192e_int3() argument 1985 if (tx_pause) { in btc8192e_int3() 2171 bool sco_hid, bool tx_pause, in halbtc8192e2ant_tdma_duration_adjust() argument 2189 if (tx_pause) { in halbtc8192e2ant_tdma_duration_adjust() 2235 if (tx_pause) { in halbtc8192e2ant_tdma_duration_adjust() 2362 btc8192e_int1(btcoexist, tx_pause, result); in halbtc8192e2ant_tdma_duration_adjust() [all …]
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
D | atl1.h | 353 u32 tx_pause; /* TX pause frames */ member 678 u64 tx_pause; /* TX pause frames */ member
|
D | atl1.c | 1727 adapter->soft_stats.tx_pause += smb->tx_pause; in atl1_inc_smb() 3189 {"tx_pause", ATL1_STAT(soft_stats.tx_pause)}, 3594 epause->tx_pause = 1; in atl1_get_pauseparam() 3611 epause->tx_pause = 1; in atl1_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.h | 166 u32 tx_pause; member
|
D | bcm63xx_enet.c | 1314 { "tx_pause", GEN_STAT(mib.tx_pause), ETH_MIB_TX_PAUSE }, 1558 ecmd->tx_pause = priv->pause_tx; in bcm_enet_get_pauseparam() 1569 if (ecmd->autoneg && (ecmd->rx_pause != ecmd->tx_pause)) { in bcm_enet_set_pauseparam() 1583 priv->pause_tx = ecmd->tx_pause; in bcm_enet_set_pauseparam() 2552 { "tx_pause", GEN_STAT(mib.tx_pause), ETHSW_MIB_RX_PAUSE },
|
D | b44.c | 2005 epause->tx_pause = in b44_get_pauseparam() 2023 if (epause->tx_pause) in b44_set_pauseparam()
|
D | tg3.c | 12415 epause->tx_pause = 1; in tg3_get_pauseparam() 12417 epause->tx_pause = 0; in tg3_get_pauseparam() 12436 (epause->rx_pause != epause->tx_pause))) in tg3_set_pauseparam() 12443 if (epause->tx_pause) { in tg3_set_pauseparam() 12449 } else if (epause->tx_pause) { in tg3_set_pauseparam() 12507 if (epause->tx_pause) in tg3_set_pauseparam()
|
D | bnx2.c | 7380 epause->tx_pause = ((bp->flow_ctrl & FLOW_CTRL_TX) != 0); in bnx2_get_pauseparam() 7391 if (epause->tx_pause) in bnx2_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_ethtool.c | 682 pause->tx_pause = 1; in ql_get_pauseparam() 692 if ((pause->rx_pause) && (pause->tx_pause)) in ql_set_pauseparam() 694 else if (!pause->rx_pause && !pause->tx_pause) in ql_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 431 pause->tx_pause = 0; in stmmac_get_pauseparam() 437 pause->tx_pause = 1; in stmmac_get_pauseparam() 455 if (pause->tx_pause) in stmmac_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 280 pause->tx_pause = 1; in e1000_get_pauseparam() 283 pause->tx_pause = 1; in e1000_get_pauseparam() 299 if (pause->rx_pause && pause->tx_pause) in e1000_set_pauseparam() 301 else if (pause->rx_pause && !pause->tx_pause) in e1000_set_pauseparam() 303 else if (!pause->rx_pause && pause->tx_pause) in e1000_set_pauseparam() 305 else if (!pause->rx_pause && !pause->tx_pause) in e1000_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | cpsw.c | 312 u32 tx_pause; member 401 bool tx_pause; member 887 if (priv->tx_pause) in _cpsw_adjust_link() 1886 pause->tx_pause = priv->tx_pause ? true : false; in cpsw_get_pauseparam() 1896 priv->tx_pause = pause->tx_pause ? true : false; in cpsw_set_pauseparam()
|
D | netcp_ethss.c | 223 u32 tx_pause; member 386 u32 tx_pause; member 568 u32 tx_pause; member
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 737 pause->tx_pause = 0; in i40e_get_pauseparam() 744 pause->tx_pause = 1; in i40e_get_pauseparam() 747 pause->tx_pause = 1; in i40e_get_pauseparam() 800 if (pause->rx_pause && pause->tx_pause) in i40e_set_pauseparam() 802 else if (pause->rx_pause && !pause->tx_pause) in i40e_set_pauseparam() 804 else if (!pause->rx_pause && pause->tx_pause) in i40e_set_pauseparam() 806 else if (!pause->rx_pause && !pause->tx_pause) in i40e_set_pauseparam()
|
D | i40e_common.c | 1435 bool tx_pause, rx_pause; in i40e_aq_get_link_info() local 1466 tx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_TX); in i40e_aq_get_link_info() 1468 if (tx_pause & rx_pause) in i40e_aq_get_link_info() 1470 else if (tx_pause) in i40e_aq_get_link_info()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 354 pause->tx_pause = 1; in e1000_get_pauseparam() 357 pause->tx_pause = 1; in e1000_get_pauseparam() 384 if (pause->rx_pause && pause->tx_pause) in e1000_set_pauseparam() 386 else if (pause->rx_pause && !pause->tx_pause) in e1000_set_pauseparam() 388 else if (!pause->rx_pause && pause->tx_pause) in e1000_set_pauseparam() 390 else if (!pause->rx_pause && !pause->tx_pause) in e1000_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e.h | 290 unsigned long tx_pause; /* The number of Pause packet transmitted. */ member
|
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_common.h | 485 u8 tx_pause; member
|
D | sxgbe_main.c | 2166 priv->tx_pause = 1; in sxgbe_drv_probe()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 696 be_cmd_get_flow_control(adapter, &ecmd->tx_pause, &ecmd->rx_pause); in be_get_pauseparam() 709 status = be_cmd_set_flow_control(adapter, ecmd->tx_pause, in be_set_pauseparam() 716 adapter->tx_fc = ecmd->tx_pause; in be_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c.h | 343 unsigned long tx_pause; /* The number of Pause packet transmitted. */ member
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 454 epause->tx_pause = (p->link_cfg.fc & PAUSE_TX) != 0; in get_pauseparam() 472 if (epause->tx_pause) in set_pauseparam()
|
D | cxgb4.h | 122 u64 tx_pause; /* # of transmitted pause frames */ member
|
D | t4fw_api.h | 2621 __be64 tx_pause; member
|
D | t4_hw.c | 3485 p->tx_pause = GET_STAT(TX_PORT_PAUSE); in t4_get_port_stats()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 380 pause->tx_pause = 1; in igb_get_pauseparam() 383 pause->tx_pause = 1; in igb_get_pauseparam() 412 if (pause->rx_pause && pause->tx_pause) in igb_set_pauseparam() 414 else if (pause->rx_pause && !pause->tx_pause) in igb_set_pauseparam() 416 else if (!pause->rx_pause && pause->tx_pause) in igb_set_pauseparam() 418 else if (!pause->rx_pause && !pause->tx_pause) in igb_set_pauseparam()
|
/linux-4.1.27/include/uapi/linux/ |
D | ethtool.h | 525 __u32 tx_pause; member
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
D | vxge-ethtool.c | 199 vxge_hw_device_getpause_data(hldev, 0, &ep->tx_pause, &ep->rx_pause); in vxge_ethtool_getpause_data() 218 vxge_hw_device_setpause_data(hldev, 0, ep->tx_pause, ep->rx_pause); in vxge_ethtool_setpause_data() 220 vdev->config.tx_pause_enable = ep->tx_pause; in vxge_ethtool_setpause_data()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 1890 epause->tx_pause = ((cfg_reg & BNX2X_FLOW_CTRL_TX) == in bnx2x_get_pauseparam() 1895 epause->cmd, epause->autoneg, epause->rx_pause, epause->tx_pause); in bnx2x_get_pauseparam() 1908 epause->cmd, epause->autoneg, epause->rx_pause, epause->tx_pause); in bnx2x_set_pauseparam() 1915 if (epause->tx_pause) in bnx2x_set_pauseparam() 1935 if (epause->tx_pause) in bnx2x_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ethtool.c | 413 pause->tx_pause = 1; in fm10k_get_pauseparam() 424 if (pause->autoneg || !pause->tx_pause) in fm10k_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | ethtool.c | 698 (pause->tx_pause ? EFX_FC_TX : 0) | in efx_ethtool_set_pauseparam() 751 pause->tx_pause = !!(efx->wanted_fc & EFX_FC_TX); in efx_ethtool_get_pauseparam()
|
D | siena.c | 436 SIENA_DMA_STAT(tx_pause, TX_PAUSE_PKTS),
|
D | falcon.c | 151 FALCON_DMA_STAT(tx_pause, XgTxPausePkts),
|
D | ef10.c | 765 EF10_DMA_STAT(tx_pause, TX_PAUSE_PKTS),
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 382 pause->tx_pause = 1; in ixgbe_get_pauseparam() 385 pause->tx_pause = 1; in ixgbe_get_pauseparam() 408 if ((pause->rx_pause && pause->tx_pause) || pause->autoneg) in ixgbe_set_pauseparam() 410 else if (pause->rx_pause && !pause->tx_pause) in ixgbe_set_pauseparam() 412 else if (!pause->rx_pause && pause->tx_pause) in ixgbe_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 674 epause->tx_pause = (p->link_config.fc & PAUSE_TX) != 0; in get_pauseparam() 693 if (epause->tx_pause) in set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/xilinx/ |
D | xilinx_axienet_main.c | 1208 epauseparm->tx_pause = regval & XAE_FCC_FCTX_MASK; in axienet_ethtools_get_pauseparam() 1236 if (epauseparm->tx_pause) in axienet_ethtools_set_pauseparam()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 1428 et_pauseparam->tx_pause = (nesvnic->nesdev->disable_tx_flow_control == 0) ? 1:0; in nes_netdev_get_pauseparam() 1446 if ((et_pauseparam->tx_pause == 1) && (nesdev->disable_tx_flow_control == 1)) { in nes_netdev_set_pauseparam() 1453 } else if ((et_pauseparam->tx_pause == 0) && (nesdev->disable_tx_flow_control == 0)) { in nes_netdev_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 198 u64 tx_pause; /* # of transmitted pause frames */ member
|
D | xgmac.c | 638 RMON_UPDATE(mac, tx_pause, TX_PAUSE); in t3_mac_update_stats()
|
D | cxgb3_main.c | 1676 *data++ = s->tx_pause; in get_stats() 1910 epause->tx_pause = (p->link_config.fc & PAUSE_TX) != 0; in get_pauseparam() 1928 if (epause->tx_pause) in set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | skge.c | 558 ecmd->tx_pause = (ecmd->rx_pause || in skge_get_pauseparam() 561 ecmd->autoneg = ecmd->rx_pause || ecmd->tx_pause; in skge_get_pauseparam() 576 if (ecmd->rx_pause && ecmd->tx_pause) in skge_set_pauseparam() 578 else if (ecmd->rx_pause && !ecmd->tx_pause) in skge_set_pauseparam() 580 else if (!ecmd->rx_pause && ecmd->tx_pause) in skge_set_pauseparam()
|
D | sky2.c | 4035 ecmd->tx_pause = ecmd->rx_pause = 0; in sky2_get_pauseparam() 4038 ecmd->tx_pause = 1, ecmd->rx_pause = 0; in sky2_get_pauseparam() 4041 ecmd->tx_pause = 0, ecmd->rx_pause = 1; in sky2_get_pauseparam() 4044 ecmd->tx_pause = ecmd->rx_pause = 1; in sky2_get_pauseparam() 4061 sky2->flow_mode = sky2_flow(ecmd->rx_pause, ecmd->tx_pause); in sky2_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/ |
D | jme.c | 2554 ecmd->tx_pause = (jme->reg_txpfc & TXPFC_PF_EN) != 0; in jme_get_pauseparam() 2573 (ecmd->tx_pause != 0)) { in jme_set_pauseparam() 2575 if (ecmd->tx_pause) in jme_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6339 pause->tx_pause = in netdev_get_pauseparam() 6345 pause->tx_pause = in netdev_get_pauseparam() 6371 if (!pause->rx_pause && !pause->tx_pause) in netdev_set_pauseparam() 6390 SWITCH_TX_FLOW_CTRL, pause->tx_pause); in netdev_set_pauseparam() 6392 set_flow_ctrl(hw, pause->rx_pause, pause->tx_pause); in netdev_set_pauseparam()
|
D | ks8695net.c | 1020 param->tx_pause = (ctrl & DTXC_TFCE); in ks8695_wan_get_pause()
|
/linux-4.1.27/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 679 u64 tx_pause; member 1717 np->estats.tx_pause += readl(base + NvRegTxPause); in nv_update_stats() 4694 pause->tx_pause = (np->pause_flags & NV_PAUSEFRAME_TX_ENABLE) != 0; in nv_get_pauseparam() 4707 if (pause->tx_pause && !(np->pause_flags & NV_PAUSEFRAME_TX_CAPABLE)) { in nv_set_pauseparam() 4728 if (pause->tx_pause) in nv_set_pauseparam() 4751 if (pause->tx_pause) in nv_set_pauseparam()
|
/linux-4.1.27/Documentation/networking/ |
D | altera_tse.txt | 162 "tx_pause" is equivalent to aPAUSEMACCtrlFramesTransmitted defined in IEEE
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 1315 u64 tx_pause; /* Tx pause */ member
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 1861 pause->tx_pause = mgp->pause; in myri10ge_get_pauseparam() 1870 if (pause->tx_pause != mgp->pause) in myri10ge_set_pauseparam() 1871 return myri10ge_change_pause(mgp, pause->tx_pause); in myri10ge_set_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2078 pp->rx_pause = pp->tx_pause = 1; in emac_ethtool_get_pauseparam() 2080 pp->tx_pause = 1; in emac_ethtool_get_pauseparam()
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | synclink_cs.c | 704 static void tx_pause(struct tty_struct *tty) in tx_pause() function 2833 .stop = tx_pause,
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1475 pauseparam->tx_pause = (pi->link_cfg.fc & PAUSE_TX) != 0; in cxgb4vf_get_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/ |
D | qla3xxx.c | 1770 pause->tx_pause = (reg & MAC_CONFIG_REG_TF) >> 1; in ql_get_pauseparam()
|
/linux-4.1.27/drivers/net/ethernet/neterion/ |
D | s2io.c | 5550 ep->tx_pause = true; in s2io_ethtool_getpause_data() 5576 if (ep->tx_pause) in s2io_ethtool_setpause_data()
|