/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 386 pause->rx_pause = 1; in pch_gbe_get_pauseparam() 390 pause->rx_pause = 1; in pch_gbe_get_pauseparam() 411 if ((pause->rx_pause) && (pause->tx_pause)) in pch_gbe_set_pauseparam() 413 else if ((pause->rx_pause) && (!pause->tx_pause)) in pch_gbe_set_pauseparam() 415 else if ((!pause->rx_pause) && (pause->tx_pause)) in pch_gbe_set_pauseparam() 417 else if ((!pause->rx_pause) && (!pause->tx_pause)) in pch_gbe_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_stats.h | 63 u64 rx_pause; member 86 __be64 rx_pause; member
|
D | en_port.c | 345 priv->rx_priority_flowstats[i].rx_pause = in mlx4_en_DUMP_ETH_STATS() 346 be64_to_cpu(flowstats[i].rx_pause); in mlx4_en_DUMP_ETH_STATS() 360 priv->rx_flowstats.rx_pause = in mlx4_en_DUMP_ETH_STATS() 361 be64_to_cpu(flowstats[0].rx_pause); in mlx4_en_DUMP_ETH_STATS()
|
D | en_dcb_nl.c | 217 prof->rx_pause = !pfc->pfc_en; in mlx4_en_dcbnl_ieee_setpfc() 226 prof->rx_pause, in mlx4_en_dcbnl_ieee_setpfc() 232 prof->rx_ppp, prof->rx_pause, in mlx4_en_dcbnl_ieee_setpfc()
|
D | mlx4_en.h | 371 u8 rx_pause; member 748 u8 rx_ppp, u8 rx_pause, 840 u8 rx_ppp, u8 rx_pause,
|
D | en_ethtool.c | 771 cmd->advertising |= (priv->prof->tx_pause ^ priv->prof->rx_pause) ? in ethtool_get_ptys_settings() 1009 priv->prof->rx_pause = pause->rx_pause != 0; in mlx4_en_set_pauseparam() 1014 priv->prof->rx_pause, in mlx4_en_set_pauseparam() 1021 priv->prof->rx_pause, in mlx4_en_set_pauseparam() 1034 pause->rx_pause = priv->prof->rx_pause; in mlx4_en_get_pauseparam()
|
D | en_main.c | 166 params->prof[i].rx_pause = 1; in mlx4_en_get_profile()
|
D | en_netdev.c | 1664 priv->prof->rx_pause, in mlx4_en_start_port() 2732 u8 rx_ppp, u8 rx_pause, in mlx4_en_update_pfc_stats_bitmap() argument 2747 if (rx_pause && !(rx_ppp)) in mlx4_en_update_pfc_stats_bitmap() 2768 u8 rx_ppp, u8 rx_pause, in mlx4_en_set_stats_bitmap() argument 2803 rx_ppp, rx_pause, in mlx4_en_set_stats_bitmap() 3040 prof->rx_pause, prof->rx_ppp); in mlx4_en_init_netdev() 3074 mdev->profile.prof[priv->port].rx_pause, in mlx4_en_init_netdev()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | port.c | 327 int mlx5_set_port_pause(struct mlx5_core_dev *dev, u32 rx_pause, u32 tx_pause) in mlx5_set_port_pause() argument 335 MLX5_SET(pfcc_reg, in, pprx, rx_pause); in mlx5_set_port_pause() 343 u32 *rx_pause, u32 *tx_pause) in mlx5_query_port_pause() argument 357 if (rx_pause) in mlx5_query_port_pause() 358 *rx_pause = MLX5_GET(pfcc_reg, out, pprx); in mlx5_query_port_pause()
|
D | en_ethtool.c | 518 u8 rx_pause, u32 *advertising) in get_advertising() argument 522 *advertising |= (tx_pause ^ rx_pause) ? ADVERTISED_Asym_Pause : 0; in get_advertising() 829 err = mlx5_query_port_pause(mdev, &pauseparam->rx_pause, in mlx5e_get_pauseparam() 848 pauseparam->rx_pause ? 1 : 0, in mlx5e_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-mdio.c | 827 if (pdata->tx_pause && pdata->rx_pause) in xgbe_phy_fc_string() 829 else if (pdata->rx_pause) in xgbe_phy_fc_string() 879 if (pdata->rx_pause != pdata->phy.rx_pause) { in xgbe_phy_adjust_link() 882 pdata->rx_pause = pdata->phy.rx_pause; in xgbe_phy_adjust_link() 1055 pdata->phy.rx_pause = 0; in xgbe_phy_status_aneg() 1059 pdata->phy.rx_pause = 1; in xgbe_phy_status_aneg() 1062 pdata->phy.rx_pause = 1; in xgbe_phy_status_aneg() 1328 pdata->phy.rx_pause = pdata->rx_pause; in xgbe_phy_init() 1334 if (pdata->rx_pause) { in xgbe_phy_init()
|
D | xgbe-ethtool.c | 239 pause->rx_pause = pdata->phy.rx_pause; in xgbe_get_pauseparam() 256 pdata->phy.rx_pause = pause->rx_pause; in xgbe_set_pauseparam() 261 if (pause->rx_pause) { in xgbe_set_pauseparam()
|
D | xgbe.h | 531 int rx_pause; member 843 unsigned int rx_pause; member
|
D | xgbe-main.c | 198 pdata->rx_pause = 1; in xgbe_default_config()
|
D | xgbe-dev.c | 579 if (pdata->rx_pause || (pfc && pfc->pfc_en)) in xgbe_config_rx_flow_control()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | xgmac.c | 493 mac->rx_pause = s->rx_pause; in t3_mac_enable() 543 if (tx_mcnt == mac->tx_mcnt && mac->rx_pause == s->rx_pause) { in t3b2_mac_watchdog_task() 577 mac->rx_pause = s->rx_pause; in t3b2_mac_watchdog_task() 614 RMON_UPDATE(mac, rx_pause, RX_PAUSE_FRAMES); in t3_mac_update_stats()
|
D | common.h | 222 u64 rx_pause; /* # of received pause frames */ member 482 u64 rx_pause; member
|
D | cxgb3_main.c | 1692 *data++ = s->rx_pause; in get_stats() 1909 epause->rx_pause = (p->link_config.fc & PAUSE_RX) != 0; in get_pauseparam() 1926 if (epause->rx_pause) in set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ethtool.c | 159 pause->rx_pause = 1; in ixgb_get_pauseparam() 163 pause->rx_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.4.14/drivers/net/ethernet/atheros/alx/ |
D | ethtool.c | 204 pause->rx_pause = !!(hw->flowctrl & ALX_FC_RX); in alx_get_pauseparam() 219 if (pause->rx_pause) in alx_set_pauseparam()
|
D | hw.h | 395 u64 rx_pause; /* RX pause frames */ member
|
D | hw.c | 1060 hw->stats.rx_pause += alx_read_mem32(hw, ALX_MIB_RX_PAUSE); in alx_update_hw_stats()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bnad_ethtool.c | 517 pauseparam->rx_pause = bnad->bna.enet.pause_config.rx_pause; in bnad_get_pauseparam() 533 if (pauseparam->rx_pause != bnad->bna.enet.pause_config.rx_pause || in bnad_set_pauseparam() 535 pause_config.rx_pause = pauseparam->rx_pause; in bnad_set_pauseparam()
|
D | bfi_enet.h | 638 u8 rx_pause; /* 1 = enable; 0 = disable */ member 782 u64 rx_pause[8]; member 806 u64 rx_pause; member
|
D | bfa_defs_cna.h | 92 u64 rx_pause; /*!< Rx pause */ member
|
D | bna_types.h | 342 enum bna_status rx_pause; member
|
D | bna_enet.c | 1175 pause_req->rx_pause = enet->pause_config.rx_pause; in bna_bfi_pause_set()
|
D | bnad.c | 2756 pause_config.rx_pause = 0; in bnad_open()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 144 pause->rx_pause = 1; in uec_get_pauseparam() 156 ugeth->ug_info->receiveFlowControl = pause->rx_pause; in uec_set_pauseparam()
|
D | gianfar_ethtool.c | 524 epause->rx_pause = !!priv->rx_pause_en; in gfar_gpauseparam() 541 (epause->rx_pause != epause->tx_pause))) in gfar_spauseparam() 545 if (epause->rx_pause) { in gfar_spauseparam()
|
D | fec_main.c | 2270 pause->rx_pause = pause->tx_pause; in fec_enet_get_pauseparam() 2281 if (pause->tx_pause != pause->rx_pause) { in fec_enet_set_pauseparam() 2290 fep->pause_flag |= pause->rx_pause ? FEC_PAUSE_FLAG_ENABLE : 0; in fec_enet_set_pauseparam() 2293 if (pause->rx_pause || pause->autoneg) { in fec_enet_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 390 char rx_pause; member 659 priv->rx_pause = rx; in xgmac_set_flow_ctrl() 1033 xgmac_set_flow_ctrl(priv, priv->rx_pause, priv->tx_pause); in xgmac_open() 1564 pause->rx_pause = priv->rx_pause; in xgmac_get_pauseparam() 1576 return xgmac_set_flow_ctrl(priv, pause->rx_pause, pause->tx_pause); in xgmac_set_pauseparam() 1609 XGMAC_HW_STAT(rx_pause, XGMAC_MMC_RXPAUSEFRAME), 1745 priv->rx_pause = 1; in xgmac_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_pci.c | 651 u8 rx_pause = interface->rx_pause; in fm10k_configure_rx_ring() local 687 rx_pause = interface->pfc_en; in fm10k_configure_rx_ring() 689 if (!(rx_pause & (1 << ring->qos_pc))) in fm10k_configure_rx_ring() 725 u8 rx_pause = interface->rx_pause; in fm10k_update_rx_drop_en() local 730 rx_pause = interface->pfc_en; in fm10k_update_rx_drop_en() 738 if (!(rx_pause & (1 << ring->qos_pc))) in fm10k_update_rx_drop_en()
|
D | fm10k_ethtool.c | 529 pause->rx_pause = interface->rx_pause ? 1 : 0; in fm10k_get_pauseparam() 543 interface->rx_pause = pause->rx_pause ? ~0 : 0; in fm10k_set_pauseparam() 544 else if (pause->rx_pause) in fm10k_set_pauseparam()
|
D | fm10k.h | 355 u8 rx_pause; member
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl1.h | 327 u32 rx_pause; /* RX pause frames */ member 687 u64 rx_pause; /* num Pause packets received. */ member
|
D | atl1.c | 1710 adapter->soft_stats.rx_pause += smb->rx_pause; in atl1_inc_smb() 3190 {"rx_pause", ATL1_STAT(soft_stats.rx_pause)}, 3592 epause->rx_pause = 1; in atl1_get_pauseparam() 3609 epause->rx_pause = 1; in atl1_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.h | 189 u32 rx_pause; member
|
D | bcm63xx_enet.c | 1290 { "rx_pause", GEN_STAT(mib.rx_pause), ETH_MIB_RX_PAUSE }, 1556 ecmd->rx_pause = priv->pause_rx; in bcm_enet_get_pauseparam() 1568 if (ecmd->autoneg && (ecmd->rx_pause != ecmd->tx_pause)) { in bcm_enet_set_pauseparam() 1581 priv->pause_rx = ecmd->rx_pause; in bcm_enet_set_pauseparam() 2562 { "rx_pause", GEN_STAT(mib.rx_pause), ETHSW_MIB_TX_PAUSE },
|
D | b44.c | 2003 epause->rx_pause = in b44_get_pauseparam() 2019 if (epause->rx_pause) in b44_set_pauseparam()
|
D | tg3.c | 12410 epause->rx_pause = 1; in tg3_get_pauseparam() 12412 epause->rx_pause = 0; in tg3_get_pauseparam() 12436 (epause->rx_pause != epause->tx_pause))) in tg3_set_pauseparam() 12440 if (epause->rx_pause) { in tg3_set_pauseparam() 12503 if (epause->rx_pause) in tg3_set_pauseparam()
|
D | bnx2.c | 7397 epause->rx_pause = ((bp->flow_ctrl & FLOW_CTRL_RX) != 0); in bnx2_get_pauseparam() 7407 if (epause->rx_pause) in bnx2_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 430 pause->rx_pause = 0; in stmmac_get_pauseparam() 435 pause->rx_pause = 1; in stmmac_get_pauseparam() 453 if (pause->rx_pause) in stmmac_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_ethtool.c | 674 pause->rx_pause = 1; in ql_get_pauseparam() 685 if ((pause->rx_pause) && (pause->tx_pause)) in ql_set_pauseparam() 687 else if (!pause->rx_pause && !pause->tx_pause) in ql_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_gmac.c | 455 u32 rx_pause; in hns_gmac_get_info() local 491 hns_gmac_get_pausefrm_cfg(mac_drv, &rx_pause, &tx_pause); in hns_gmac_get_info() 492 mac_info->rx_pause_en = rx_pause; in hns_gmac_get_info()
|
D | hns_ethtool.c | 712 ¶m->rx_pause, ¶m->tx_pause); in hns_get_pauseparam() 738 param->rx_pause, param->tx_pause); in hns_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 278 pause->rx_pause = 1; in e1000_get_pauseparam() 282 pause->rx_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.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 494 pause->rx_pause = netxen_gb_get_rx_flowctl(val); in netxen_nic_get_pauseparam() 514 pause->rx_pause = 1; in netxen_nic_get_pauseparam() 545 if (pause->rx_pause) in netxen_nic_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 352 pause->rx_pause = 1; in e1000_get_pauseparam() 356 pause->rx_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.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 804 pause->rx_pause = 0; in i40e_get_pauseparam() 810 pause->rx_pause = 1; in i40e_get_pauseparam() 814 pause->rx_pause = 1; in i40e_get_pauseparam() 868 if (pause->rx_pause && pause->tx_pause) in i40e_set_pauseparam() 870 else if (pause->rx_pause && !pause->tx_pause) in i40e_set_pauseparam() 872 else if (!pause->rx_pause && pause->tx_pause) in i40e_set_pauseparam() 874 else if (!pause->rx_pause && !pause->tx_pause) in i40e_set_pauseparam()
|
D | i40e_common.c | 1803 bool tx_pause, rx_pause; in i40e_aq_get_link_info() local 1835 rx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_RX); in i40e_aq_get_link_info() 1836 if (tx_pause & rx_pause) in i40e_aq_get_link_info() 1840 else if (rx_pause) in i40e_aq_get_link_info()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpsw.c | 300 u32 rx_pause; member 391 bool rx_pause; member 884 if (priv->rx_pause) in _cpsw_adjust_link() 1891 pause->rx_pause = priv->rx_pause ? true : false; in cpsw_get_pauseparam() 1901 priv->rx_pause = pause->rx_pause ? true : false; in cpsw_set_pauseparam()
|
D | netcp_ethss.c | 223 u32 rx_pause; member 383 u32 rx_pause; member 565 u32 rx_pause; member
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e.h | 264 unsigned long rx_pause; /* The number of Pause packet received. */ member
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_common.h | 484 u8 rx_pause; member
|
D | sxgbe_main.c | 2165 priv->rx_pause = 1; in sxgbe_drv_probe()
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 803 int mlx5_set_port_pause(struct mlx5_core_dev *dev, u32 rx_pause, u32 tx_pause); 805 u32 *rx_pause, u32 *tx_pause);
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 702 be_cmd_get_flow_control(adapter, &ecmd->tx_pause, &ecmd->rx_pause); in be_get_pauseparam() 716 ecmd->rx_pause); in be_set_pauseparam() 723 adapter->rx_fc = ecmd->rx_pause; in be_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 794 pause->rx_pause = qlcnic_gb_get_rx_flowctl(val); in qlcnic_get_pauseparam() 816 pause->rx_pause = 1; in qlcnic_get_pauseparam() 851 if (pause->rx_pause) in qlcnic_set_pauseparam() 892 if (!pause->rx_pause || pause->autoneg) in qlcnic_set_pauseparam()
|
D | qlcnic_83xx_hw.c | 3670 pause->rx_pause = 1; in qlcnic_83xx_get_pauseparam() 3678 pause->rx_pause = 1; in qlcnic_83xx_get_pauseparam() 3713 if (pause->rx_pause && pause->tx_pause) { in qlcnic_83xx_set_pauseparam() 3715 } else if (pause->rx_pause && !pause->tx_pause) { in qlcnic_83xx_set_pauseparam() 3718 } else if (pause->tx_pause && !pause->rx_pause) { in qlcnic_83xx_set_pauseparam() 3721 } else if (!pause->rx_pause && !pause->tx_pause) { in qlcnic_83xx_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c.h | 317 unsigned long rx_pause; /* The number of Pause packet received. */ member
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | skge.c | 556 ecmd->rx_pause = ((skge->flow_control == FLOW_MODE_SYMMETRIC) || in skge_get_pauseparam() 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() 2978 int rx_pause = (skge->flow_status == FLOW_STAT_REM_SEND || in yukon_set_multicast() local 2992 else if (netdev_mc_empty(dev) && !rx_pause)/* no multicast */ in yukon_set_multicast() 2997 if (rx_pause) in yukon_set_multicast()
|
D | sky2.c | 3864 int rx_pause; in sky2_set_multicast() local 3867 rx_pause = (sky2->flow_status == FC_RX || sky2->flow_status == FC_BOTH); in sky2_set_multicast() 3877 else if (netdev_mc_empty(dev) && !rx_pause) in sky2_set_multicast() 3882 if (rx_pause) in sky2_set_multicast() 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.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 378 pause->rx_pause = 1; in igb_get_pauseparam() 382 pause->rx_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.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-ethtool.c | 195 vxge_hw_device_getpause_data(hldev, 0, &ep->tx_pause, &ep->rx_pause); in vxge_ethtool_getpause_data() 214 vxge_hw_device_setpause_data(hldev, 0, ep->tx_pause, ep->rx_pause); in vxge_ethtool_setpause_data() 217 vdev->config.rx_pause_enable = ep->rx_pause; in vxge_ethtool_setpause_data()
|
/linux-4.4.14/include/uapi/linux/ |
D | ethtool.h | 529 __u32 rx_pause; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 1932 epause->rx_pause = ((cfg_reg & BNX2X_FLOW_CTRL_RX) == in bnx2x_get_pauseparam() 1939 epause->cmd, epause->autoneg, epause->rx_pause, epause->tx_pause); in bnx2x_get_pauseparam() 1952 epause->cmd, epause->autoneg, epause->rx_pause, epause->tx_pause); in bnx2x_set_pauseparam() 1956 if (epause->rx_pause) in bnx2x_set_pauseparam() 1976 if (epause->rx_pause) in bnx2x_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ethtool.c | 697 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_ethtool_set_pauseparam() 750 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_ethtool_get_pauseparam()
|
D | siena.c | 475 SIENA_DMA_STAT(rx_pause, RX_PAUSE_PKTS),
|
D | falcon.c | 174 FALCON_DMA_STAT(rx_pause, XgRxPausePkts),
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 718 epause->rx_pause = ((link_info->pause & BNXT_LINK_PAUSE_RX) != 0); in bnxt_get_pauseparam() 744 if (epause->rx_pause) in bnxt_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 667 epause->rx_pause = (p->link_cfg.fc & PAUSE_RX) != 0; in get_pauseparam() 684 if (epause->rx_pause) in set_pauseparam()
|
D | cxgb4.h | 156 u64 rx_pause; /* # of received pause frames */ member
|
D | t4fw_api.h | 2703 __be64 rx_pause; member
|
D | t4_hw.c | 5430 p->rx_pause = GET_STAT(RX_PORT_PAUSE); in t4_get_port_stats()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 388 pause->rx_pause = 1; in ixgbe_get_pauseparam() 392 pause->rx_pause = 1; in ixgbe_get_pauseparam() 416 if ((pause->rx_pause && pause->tx_pause) || pause->autoneg) in ixgbe_set_pauseparam() 418 else if (pause->rx_pause && !pause->tx_pause) in ixgbe_set_pauseparam() 420 else if (!pause->rx_pause && pause->tx_pause) in ixgbe_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 673 epause->rx_pause = (p->link_config.fc & PAUSE_RX) != 0; in get_pauseparam() 691 if (epause->rx_pause) in set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
D | xilinx_axienet_main.c | 1228 epauseparm->rx_pause = regval & XAE_FCC_FCRX_MASK; in axienet_ethtools_get_pauseparam() 1261 if (epauseparm->rx_pause) in axienet_ethtools_set_pauseparam()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_nic.c | 1424 et_pauseparam->rx_pause = (nesvnic->nesdev->disable_rx_flow_control == 0) ? 1:0; in nes_netdev_get_pauseparam() 1458 if ((et_pauseparam->rx_pause == 1) && (nesdev->disable_rx_flow_control == 1)) { in nes_netdev_set_pauseparam() 1465 } else if ((et_pauseparam->rx_pause == 0) && (nesdev->disable_rx_flow_control == 0)) { in nes_netdev_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/aurora/ |
D | nb8800.c | 1074 pp->rx_pause = priv->pause_rx; in nb8800_get_pauseparam() 1084 priv->pause_rx = pp->rx_pause; in nb8800_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | jme.c | 2557 ecmd->rx_pause = (jme->reg_rxmcs & RXMCS_FLOWCTRL) != 0; in jme_get_pauseparam() 2587 (ecmd->rx_pause != 0)) { in jme_set_pauseparam() 2589 if (ecmd->rx_pause) in jme_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6337 pause->rx_pause = in netdev_get_pauseparam() 6342 pause->rx_pause = in netdev_get_pauseparam() 6371 if (!pause->rx_pause && !pause->tx_pause) in netdev_set_pauseparam() 6388 SWITCH_RX_FLOW_CTRL, pause->rx_pause); in netdev_set_pauseparam() 6392 set_flow_ctrl(hw, pause->rx_pause, pause->tx_pause); in netdev_set_pauseparam()
|
D | ks8695net.c | 1016 param->rx_pause = (ctrl & DRXC_RFCE); in ks8695_wan_get_pause()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 1313 u64 rx_pause; /* Rx pause */ member
|
/linux-4.4.14/Documentation/networking/ |
D | altera_tse.txt | 166 "rx_pause" is equivalent to aPAUSEMACCtrlFramesReceived defined in IEEE
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_ethtool.c | 522 pause->rx_pause = 1; /* TODO: Need to support RX pause frame!!. */ in lio_get_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 680 u64 rx_pause; member 1718 np->estats.rx_pause += readl(base + NvRegRxPause); in nv_update_stats() 4691 pause->rx_pause = (np->pause_flags & NV_PAUSEFRAME_RX_ENABLE) != 0; in nv_get_pauseparam() 4724 if (pause->rx_pause) in nv_set_pauseparam() 4747 if (pause->rx_pause) in nv_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 1860 pause->rx_pause = mgp->pause; in myri10ge_get_pauseparam() 1872 if (pause->rx_pause != mgp->pause) in myri10ge_set_pauseparam() 1873 return myri10ge_change_pause(mgp, pause->rx_pause); in myri10ge_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/synopsys/ |
D | dwc_eth_qos.c | 2569 pp->rx_pause = lp->flowcontrol.rx; in dwceqos_get_pauseparam() 2585 lp->flowcontrol.rx = pp->rx_pause; in dwceqos_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1474 pauseparam->rx_pause = (pi->link_cfg.fc & PAUSE_RX) != 0; in cxgb4vf_get_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2078 pp->rx_pause = pp->tx_pause = 1; in emac_ethtool_get_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/ |
D | qla3xxx.c | 1767 pause->rx_pause = (reg & MAC_CONFIG_REG_RF) >> 2; in ql_get_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/neterion/ |
D | s2io.c | 5551 ep->rx_pause = true; in s2io_ethtool_getpause_data() 5579 if (ep->rx_pause) in s2io_ethtool_setpause_data()
|