/openbmc/u-boot/drivers/net/phy/ |
H A D | fixed.c | 40 priv->asym_pause = fdtdec_get_bool(gd->fdt_blob, ofnode, "asym-pause"); in fixedphy_probe() 52 phydev->asym_pause = priv->asym_pause; in fixedphy_startup()
|
/openbmc/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 | 594 DBG(dev, " link = %d duplex = %d, pause = %d, asym_pause = %d\n", in emac_configure() 595 link, dev->phy.duplex, dev->phy.pause, dev->phy.asym_pause); in emac_configure() 659 else if (dev->phy.asym_pause) in emac_configure() 1222 dev->phy.asym_pause ? ", asymmetric pause enabled" : ""); in emac_print_link_status() 1308 int speed, pause, asym_pause; 1320 asym_pause = 0; 1324 asym_pause = 1; 1327 pause = asym_pause = 0; 1330 pause != dev->phy.pause || asym_pause != dev->phy.asym_pause; 2164 else if (dev->phy.asym_pause) in emac_ethtool_get_pauseparam() [all …]
|
H A D | phy.h | 67 int asym_pause; member
|
/openbmc/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
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A 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()
|
H A D | xgbe-mdio.c | 973 if (XGBE_ADV(&lks, Asym_Pause)) in xgbe_an37_init() 1046 if (XGBE_ADV(&lks, Asym_Pause)) in xgbe_an73_init() 1662 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_phy_init() 1666 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init() 1670 /* Equivalent to XOR of Asym_Pause */ in xgbe_phy_init() 1671 if (XGBE_ADV(lks, Asym_Pause)) in xgbe_phy_init() 1672 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_phy_init() 1674 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init()
|
H A D | xgbe-phy-v2.c | 805 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings() 825 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings() 1587 if (phy_data->phydev->asym_pause) { in xgbe_phy_phydev_flowctrl() 1588 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_phydev_flowctrl() 1664 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_an37_outcome() 1793 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_an73_outcome() 3547 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init() 3564 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init() 3576 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init() 3598 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init() [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A D | fixed-link.txt | 18 * 'asym-pause' (boolean, optional), to indicate that asym_pause should
|
/openbmc/linux/drivers/net/phy/ |
H A D | phy-c45.c | 471 * pause and asym_pause members in phydev. 487 phydev->asym_pause = 0; in genphy_c45_baset1_read_lpa() 500 phydev->asym_pause = val & MDIO_AN_T1_ADV_L_PAUSE_ASYM ? 1 : 0; in genphy_c45_baset1_read_lpa() 516 * filling in the link partner advertisement, pause and asym_pause members 538 phydev->asym_pause = 0; in genphy_c45_read_lpa() 553 phydev->asym_pause = val & LPA_PAUSE_ASYM ? 1 : 0; in genphy_c45_read_lpa() 1088 phydev->asym_pause = 0; in genphy_c45_read_status()
|
H A D | lxt.c | 255 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status() 273 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status()
|
H A D | uPD60620.c | 47 phydev->asym_pause = 0; in upd60620_read_status()
|
H A D | bcm63xx.c | 51 /* ASYM_PAUSE bit is marked RO in datasheet, so don't cheat */ in bcm63xx_config_init()
|
H A D | linkmode.c | 52 * Configure the advertised Pause and Asym_Pause bits according to the
|
H A D | fixed_phy.c | 269 phy->asym_pause = status->asym_pause; in __fixed_phy_register()
|
H A D | swphy.c | 144 if (state->asym_pause) in swphy_read_reg()
|
/openbmc/linux/include/linux/ |
H A D | phy_fixed.h | 12 int asym_pause; member
|
/openbmc/u-boot/include/ |
H A D | phy.h | 140 int asym_pause; member 151 int asym_pause; member
|
/openbmc/u-boot/board/freescale/ls1046aqds/ |
H A D | eth.c | 187 f_link.asym_pause = 0; in board_ft_fman_fixup_port() 228 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
|
/openbmc/u-boot/board/freescale/ls1043aqds/ |
H A D | eth.c | 182 f_link.asym_pause = 0; in board_ft_fman_fixup_port() 247 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_phylink.c | 112 if (phylink_test(advertising, Asym_Pause)) in sparx5_pcs_config()
|
/openbmc/linux/drivers/net/mdio/ |
H A D | of_mdio.c | 407 status.asym_pause = of_property_read_bool(fixed_link_node, in of_phy_register_fixed_link() 421 status.asym_pause = fixed_link_prop[4]; in of_phy_register_fixed_link()
|
/openbmc/linux/net/ethtool/ |
H A D | common.c | 126 __DEFINE_SPECIAL_MODE_NAME(Asym_Pause, "Asym_Pause"), 285 __DEFINE_SPECIAL_MODE_PARAMS(Asym_Pause),
|