/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 387 pause->rx_pause = 1; in pch_gbe_get_pauseparam() 391 pause->rx_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()
|
/drivers/net/ethernet/atheros/alx/ |
D | ethtool.c | 155 pause->rx_pause = 1; in alx_get_pauseparam() 157 pause->rx_pause = 0; in alx_get_pauseparam() 172 if (pause->rx_pause) in alx_set_pauseparam()
|
/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 | 223 u64 rx_pause; /* # of received pause frames */ member 483 u64 rx_pause; member
|
/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()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_dcb_nl.c | 172 priv->prof->rx_pause = priv->prof->tx_pause = !!pfc->pfc_en; in mlx4_en_dcbnl_ieee_setpfc() 179 priv->prof->rx_pause, in mlx4_en_dcbnl_ieee_setpfc()
|
D | en_ethtool.c | 450 priv->prof->rx_pause = pause->rx_pause != 0; in mlx4_en_set_pauseparam() 455 priv->prof->rx_pause, in mlx4_en_set_pauseparam() 469 pause->rx_pause = priv->prof->rx_pause; in mlx4_en_get_pauseparam()
|
D | en_main.c | 134 params->prof[i].rx_pause = 1; in mlx4_en_get_profile()
|
/drivers/net/ethernet/brocade/bna/ |
D | bnad_ethtool.c | 514 pauseparam->rx_pause = bnad->bna.enet.pause_config.rx_pause; in bnad_get_pauseparam() 530 if (pauseparam->rx_pause != bnad->bna.enet.pause_config.rx_pause || in bnad_set_pauseparam() 532 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 | 91 u64 rx_pause; /*!< Rx pause */ member
|
/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 393 char rx_pause; member 641 priv->rx_pause = rx; in xgmac_set_flow_ctrl() 1018 xgmac_set_flow_ctrl(priv, priv->rx_pause, priv->tx_pause); in xgmac_open() 1532 pause->rx_pause = priv->rx_pause; in xgmac_get_pauseparam() 1544 return xgmac_set_flow_ctrl(priv, pause->rx_pause, pause->tx_pause); in xgmac_set_pauseparam() 1578 XGMAC_HW_STAT(rx_pause, XGMAC_MMC_RXPAUSEFRAME), 1714 priv->rx_pause = 1; in xgmac_probe()
|
/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 145 pause->rx_pause = 1; in uec_get_pauseparam() 157 ugeth->ug_info->receiveFlowControl = pause->rx_pause; in uec_set_pauseparam()
|
/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.h | 133 u32 rx_pause; member
|
D | bcm63xx_enet.c | 1184 { "rx_pause", GEN_STAT(mib.rx_pause), ETH_MIB_RX_PAUSE }, 1438 ecmd->rx_pause = priv->pause_rx; in bcm_enet_get_pauseparam() 1450 if (ecmd->autoneg && (ecmd->rx_pause != ecmd->tx_pause)) { in bcm_enet_set_pauseparam() 1463 priv->pause_rx = ecmd->rx_pause; in bcm_enet_set_pauseparam()
|
/drivers/net/ethernet/atheros/atlx/ |
D | atl1.h | 327 u32 rx_pause; /* RX pause frames */ member 686 u64 rx_pause; /* num Pause packets received. */ member
|
/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_ethtool.c | 678 pause->rx_pause = 1; in ql_get_pauseparam() 689 if ((pause->rx_pause) && (pause->tx_pause)) in ql_set_pauseparam() 691 else if (!pause->rx_pause && !pause->tx_pause) in ql_set_pauseparam()
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 436 pause->rx_pause = 0; in stmmac_get_pauseparam() 441 pause->rx_pause = 1; in stmmac_get_pauseparam() 462 if (pause->rx_pause) in stmmac_set_pauseparam()
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 283 pause->rx_pause = 1; in e1000_get_pauseparam() 287 pause->rx_pause = 1; in e1000_get_pauseparam() 304 if (pause->rx_pause && pause->tx_pause) in e1000_set_pauseparam() 306 else if (pause->rx_pause && !pause->tx_pause) in e1000_set_pauseparam() 308 else if (!pause->rx_pause && pause->tx_pause) in e1000_set_pauseparam() 310 else if (!pause->rx_pause && !pause->tx_pause) in e1000_set_pauseparam()
|
/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 498 pause->rx_pause = netxen_gb_get_rx_flowctl(val); in netxen_nic_get_pauseparam() 518 pause->rx_pause = 1; in netxen_nic_get_pauseparam() 549 if (pause->rx_pause) in netxen_nic_set_pauseparam()
|
/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 348 pause->rx_pause = 1; in e1000_get_pauseparam() 352 pause->rx_pause = 1; in e1000_get_pauseparam() 378 if (pause->rx_pause && pause->tx_pause) in e1000_set_pauseparam() 380 else if (pause->rx_pause && !pause->tx_pause) in e1000_set_pauseparam() 382 else if (!pause->rx_pause && pause->tx_pause) in e1000_set_pauseparam() 384 else if (!pause->rx_pause && !pause->tx_pause) in e1000_set_pauseparam()
|
/drivers/net/ethernet/sfc/ |
D | ethtool.c | 125 EFX_ETHTOOL_U64_MAC_STAT(rx_pause), 717 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_ethtool_set_pauseparam() 784 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_ethtool_get_pauseparam()
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 672 pause->rx_pause = qlcnic_gb_get_rx_flowctl(val); in qlcnic_get_pauseparam() 692 pause->rx_pause = 1; in qlcnic_get_pauseparam() 722 if (pause->rx_pause) in qlcnic_set_pauseparam() 761 if (!pause->rx_pause || pause->autoneg) in qlcnic_set_pauseparam()
|
/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e.h | 265 unsigned long rx_pause; /* The number of Pause packet received. */ member
|
/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 379 pause->rx_pause = 1; in igb_get_pauseparam() 383 pause->rx_pause = 1; in igb_get_pauseparam() 409 if (pause->rx_pause && pause->tx_pause) in igb_set_pauseparam() 411 else if (pause->rx_pause && !pause->tx_pause) in igb_set_pauseparam() 413 else if (!pause->rx_pause && pause->tx_pause) in igb_set_pauseparam() 415 else if (!pause->rx_pause && !pause->tx_pause) in igb_set_pauseparam()
|