| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | phy.c | 117 phy->pause = phy->asym_pause = 0; in genmii_setup_aneg() 176 phy->pause = phy->asym_pause = 0; in genmii_setup_forced() 241 phy->pause = phy->asym_pause = 0; in genmii_read_link() 256 phy->asym_pause = lpa & LPA_PAUSE_ASYM ? 1 : 0; in genmii_read_link() 274 phy->pause = phy->asym_pause = 0; in genmii_read_link() 521 phy->pause = phy->asym_pause = 0; in emac_mii_phy_probe()
|
| H A D | core.c | 585 DBG(dev, " link = %d duplex = %d, pause = %d, asym_pause = %d\n", in emac_configure() 586 link, dev->phy.duplex, dev->phy.pause, dev->phy.asym_pause); in emac_configure() 650 else if (dev->phy.asym_pause) in emac_configure() 1211 dev->phy.asym_pause ? ", asymmetric pause enabled" : ""); in emac_print_link_status() 1287 int speed, pause, asym_pause; 1299 asym_pause = 0; 1303 asym_pause = 1; 1306 pause = asym_pause = 0; 1309 pause != dev->phy.pause || asym_pause != dev->phy.asym_pause; 2143 else if (dev->phy.asym_pause) in emac_ethtool_get_pauseparam() [all …]
|
| H A D | phy.h | 67 int asym_pause; member
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_ethtool.c | 432 bool asym_pause; in prestera_port_remote_cap_get() local 439 &state->remote_fc.asym_pause); in prestera_port_remote_cap_get() 457 asym_pause = state->remote_fc.asym_pause; in prestera_port_remote_cap_get() 463 if (asym_pause) in prestera_port_remote_cap_get() 466 Asym_Pause); in prestera_port_remote_cap_get()
|
| H A D | prestera.h | 109 bool asym_pause; member 219 bool asym_pause; member
|
| H A D | prestera_hw.c | 811 static void prestera_hw_remote_fc_to_eth(u8 fc, bool *pause, bool *asym_pause); 1287 static void prestera_hw_remote_fc_to_eth(u8 fc, bool *pause, bool *asym_pause) in prestera_hw_remote_fc_to_eth() argument 1292 *asym_pause = false; in prestera_hw_remote_fc_to_eth() 1296 *asym_pause = true; in prestera_hw_remote_fc_to_eth() 1300 *asym_pause = true; in prestera_hw_remote_fc_to_eth() 1304 *asym_pause = false; in prestera_hw_remote_fc_to_eth()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-mdio.c | 868 if (XGBE_ADV(&lks, Asym_Pause)) in xgbe_an37_init() 946 if (XGBE_ADV(&lks, Asym_Pause)) in xgbe_an73_init() 1567 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_phy_init() 1571 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init() 1575 /* Equivalent to XOR of Asym_Pause */ in xgbe_phy_init() 1576 if (XGBE_ADV(lks, Asym_Pause)) in xgbe_phy_init() 1577 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_phy_init() 1579 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init()
|
| /linux/drivers/net/phy/ |
| H A D | phy-c45.c | 473 * pause and asym_pause members in phydev. 489 phydev->asym_pause = 0; in genphy_c45_baset1_read_lpa() 502 phydev->asym_pause = val & MDIO_AN_T1_ADV_L_PAUSE_ASYM ? 1 : 0; in genphy_c45_baset1_read_lpa() 518 * filling in the link partner advertisement, pause and asym_pause members 540 phydev->asym_pause = 0; in genphy_c45_read_lpa() 555 phydev->asym_pause = val & LPA_PAUSE_ASYM ? 1 : 0; in genphy_c45_read_lpa() 1175 phydev->asym_pause = 0; in genphy_c45_read_status()
|
| H A D | linkmode.c | 52 * Configure the advertised Pause and Asym_Pause bits according to the
|
| H A D | swphy.c | 144 if (state->asym_pause) in swphy_read_reg()
|
| H A D | dp83tg720.c | 461 phydev->asym_pause = 0; in dp83tg720_read_status()
|
| H A D | phylink.c | 172 phylink_set(tmp, Asym_Pause); in phylink_is_empty_linkmode() 798 phylink_set(pl->supported, Asym_Pause); in phylink_parse_mode() 3111 !phylink_test(pl->supported, Asym_Pause)) in phylink_ethtool_set_pauseparam() 3114 if (!phylink_test(pl->supported, Asym_Pause) && in phylink_ethtool_set_pauseparam() 3279 fs.asym_pause = test_bit(ETHTOOL_LINK_MODE_Asym_Pause_BIT, lpa); in phylink_mii_emul_read()
|
| H A D | phy_device.c | 819 dev->asym_pause = 0; in phy_device_create() 2084 phydev->asym_pause = 0; in genphy_setup_forced() 2492 phydev->asym_pause = 0; in genphy_read_status() 2546 phydev->asym_pause = 0; in genphy_c37_read_status()
|
| H A D | phy-core.c | 274 phydev->asym_pause = linkmode_test_bit( in phy_resolve_aneg_pause()
|
| /linux/drivers/net/ethernet/asix/ |
| H A D | ax88796c_main.c | 720 maccr |= !ax_local->pause != !ax_local->asym_pause ? in ax88796c_set_mac() 746 ax_local->asym_pause != phydev->asym_pause)) { in ax88796c_handle_link_change() 750 ax_local->asym_pause = phydev->asym_pause; in ax88796c_handle_link_change()
|
| H A D | ax88796c_main.h | 118 int asym_pause; member
|
| /linux/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_mdio.c | 245 .asym_pause = 1, in hbg_fixed_phy_init()
|
| /linux/net/ethtool/ |
| H A D | common.c | 129 __DEFINE_SPECIAL_MODE_NAME(Asym_Pause, "Asym_Pause"), 314 __DEFINE_SPECIAL_MODE_PARAMS(Asym_Pause),
|
| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_aml.c | 193 phylink_set(modes, Asym_Pause); in txgbe_sfp_to_linkmodes()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_nic.c | 1158 Asym_Pause); in aq_nic_get_link_ksettings() 1217 Asym_Pause); in aq_nic_get_link_ksettings() 1269 Asym_Pause); in aq_nic_get_link_ksettings()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi_port_common.c | 181 SET_BIT(Asym_Pause); in mcdi_to_ethtool_linkset() 223 if (TEST_BIT(Asym_Pause)) in ethtool_linkset_to_mcdi_cap()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_port_common.c | 180 SET_BIT(Asym_Pause); in mcdi_to_ethtool_linkset() 222 if (TEST_BIT(Asym_Pause)) in ethtool_linkset_to_mcdi_cap()
|
| /linux/drivers/net/phy/qcom/ |
| H A D | qcom-phy-lib.c | 357 phydev->asym_pause = 0; in at803x_read_status()
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmmii.c | 630 .asym_pause = 0, in bcmgenet_mii_pd_init()
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_ethtool.c | 317 ETHTOOL_ADD_ADVERTISED_LINK_MODE(&settings, Asym_Pause); in hinic_get_link_ksettings() 320 ETHTOOL_ADD_ADVERTISED_LINK_MODE(&settings, Asym_Pause); in hinic_get_link_ksettings()
|