/linux-5.10/drivers/net/ethernet/ibm/emac/ |
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()
|
D | core.c | 592 DBG(dev, " link = %d duplex = %d, pause = %d, asym_pause = %d\n", in emac_configure() 593 link, dev->phy.duplex, dev->phy.pause, dev->phy.asym_pause); in emac_configure() 657 else if (dev->phy.asym_pause) in emac_configure() 1220 dev->phy.asym_pause ? ", asymmetric pause enabled" : ""); in emac_print_link_status() 1306 int speed, pause, asym_pause; 1318 asym_pause = 0; 1322 asym_pause = 1; 1325 pause = asym_pause = 0; 1328 pause != dev->phy.pause || asym_pause != dev->phy.asym_pause; 2159 else if (dev->phy.asym_pause) in emac_ethtool_get_pauseparam() [all …]
|
D | phy.h | 67 int asym_pause; member
|
/linux-5.10/drivers/net/phy/ |
D | phy-c45.c | 272 * filling in the link partner advertisement, pause and asym_pause members 291 phydev->asym_pause = 0; in genphy_c45_read_lpa() 306 phydev->asym_pause = val & LPA_PAUSE_ASYM ? 1 : 0; in genphy_c45_read_lpa() 513 phydev->asym_pause = 0; in genphy_c45_read_status()
|
D | lxt.c | 181 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status() 199 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status()
|
D | uPD60620.c | 47 phydev->asym_pause = 0; in upd60620_read_status()
|
D | bcm63xx.c | 41 /* ASYM_PAUSE bit is marked RO in datasheet, so don't cheat */ in bcm63xx_config_init()
|
D | fixed_phy.c | 269 phy->asym_pause = status->asym_pause; in __fixed_phy_register()
|
D | linkmode.c | 52 * Configure the advertised Pause and Asym_Pause bits according to the
|
D | swphy.c | 144 if (state->asym_pause) in swphy_read_reg()
|
D | bcm84881.c | 162 phydev->asym_pause = 0; in bcm84881_read_status()
|
D | phylink.c | 140 phylink_set(tmp, Asym_Pause); in phylink_is_empty_linkmode() 244 phylink_set(pl->supported, Asym_Pause); in phylink_parse_fixedlink() 285 phylink_set(pl->supported, Asym_Pause); in phylink_parse_mode() 1583 !phylink_test(pl->supported, Asym_Pause)) in phylink_ethtool_set_pauseparam() 1586 if (!phylink_test(pl->supported, Asym_Pause) && in phylink_ethtool_set_pauseparam() 1744 fs.asym_pause = test_bit(ETHTOOL_LINK_MODE_Asym_Pause_BIT, lpa); in phylink_mii_emul_read()
|
/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 288 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_set_pauseparam() 292 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_set_pauseparam() 296 /* Equivalent to XOR of Asym_Pause */ in xgbe_set_pauseparam() 297 if (XGBE_ADV(lks, Asym_Pause)) in xgbe_set_pauseparam() 298 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_set_pauseparam() 300 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_set_pauseparam()
|
D | xgbe-phy-v2.c | 739 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings() 759 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings() 1517 if (phy_data->phydev->asym_pause) { in xgbe_phy_phydev_flowctrl() 1518 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_phydev_flowctrl() 1584 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_an37_outcome() 1707 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_an73_outcome() 3177 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init() 3194 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init() 3206 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init() 3224 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init() [all …]
|
D | xgbe-mdio.c | 958 if (XGBE_ADV(&lks, Asym_Pause)) in xgbe_an37_init() 1031 if (XGBE_ADV(&lks, Asym_Pause)) in xgbe_an73_init() 1595 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_phy_init() 1599 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init() 1603 /* Equivalent to XOR of Asym_Pause */ in xgbe_phy_init() 1604 if (XGBE_ADV(lks, Asym_Pause)) in xgbe_phy_init() 1605 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_phy_init() 1607 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init()
|
D | xgbe-phy-v1.c | 248 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_an_outcome() 802 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init()
|
/linux-5.10/drivers/net/ethernet/marvell/prestera/ |
D | prestera_ethtool.c | 437 bool asym_pause; in prestera_port_remote_cap_get() local 455 err = prestera_hw_port_remote_fc_get(port, &pause, &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()
|
D | prestera_hw.c | 663 bool *pause, bool *asym_pause) in prestera_hw_port_remote_fc_get() argument 681 *asym_pause = false; in prestera_hw_port_remote_fc_get() 685 *asym_pause = true; in prestera_hw_port_remote_fc_get() 689 *asym_pause = true; in prestera_hw_port_remote_fc_get() 693 *asym_pause = false; in prestera_hw_port_remote_fc_get()
|
D | prestera_hw.h | 124 bool *pause, bool *asym_pause);
|
/linux-5.10/include/linux/ |
D | phy_fixed.h | 10 int asym_pause; member
|
/linux-5.10/drivers/net/ethernet/freescale/fman/ |
D | mac.c | 402 if (phy_dev->asym_pause) in fman_get_pause_cfg() 830 priv->fixed_link->asym_pause = phy->asym_pause; in mac_probe()
|
/linux-5.10/net/ethtool/ |
D | common.c | 119 __DEFINE_SPECIAL_MODE_NAME(Asym_Pause, "Asym_Pause"),
|
/linux-5.10/Documentation/devicetree/bindings/net/ |
D | ethernet-controller.yaml | 212 Indicates that asym_pause should be enabled.
|
/linux-5.10/drivers/net/pcs/ |
D | pcs-xpcs.c | 398 if (phylink_test(xpcs->supported, Asym_Pause)) in xpcs_config_aneg_c73() 489 phylink_set(state->lp_advertising, Asym_Pause); in xpcs_read_lpa()
|
/linux-5.10/drivers/net/mdio/ |
D | of_mdio.c | 554 status.asym_pause = of_property_read_bool(fixed_link_node, in of_phy_register_fixed_link() 568 status.asym_pause = fixed_link_prop[4]; in of_phy_register_fixed_link()
|