Home
last modified time | relevance | path

Searched full:asym_pause (Results 1 – 25 of 93) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dfixed.c41 priv->asym_pause = fdtdec_get_bool(gd->fdt_blob, ofnode, "asym-pause"); in fixedphy_probe()
53 phydev->asym_pause = priv->asym_pause; in fixedphy_startup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/
H A Dphy.c117 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 Dcore.c592 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 …]
H A Dphy.h67 int asym_pause; member
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy-c45.c272 * 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()
H A Dlxt.c181 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status()
199 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status()
H A Dfixed_phy.c269 phy->asym_pause = status->asym_pause; in __fixed_phy_register()
H A Dbcm63xx.c41 /* ASYM_PAUSE bit is marked RO in datasheet, so don't cheat */ in bcm63xx_config_init()
H A DuPD60620.c47 phydev->asym_pause = 0; in upd60620_read_status()
H A Dlinkmode.c52 * Configure the advertised Pause and Asym_Pause bits according to the
H A Dswphy.c144 if (state->asym_pause) in swphy_read_reg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c288 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 Dxgbe-phy-v2.c742 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings()
762 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_sfp_phy_settings()
1527 if (phy_data->phydev->asym_pause) { in xgbe_phy_phydev_flowctrl()
1528 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_phydev_flowctrl()
1594 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_an37_outcome()
1717 XGBE_SET_LP_ADV(lks, Asym_Pause); in xgbe_phy_an73_outcome()
3239 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init()
3256 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init()
3268 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init()
3286 XGBE_SET_SUP(lks, Asym_Pause); in xgbe_phy_init()
[all …]
H A Dxgbe-mdio.c958 if (XGBE_ADV(&lks, Asym_Pause)) in xgbe_an37_init()
1031 if (XGBE_ADV(&lks, Asym_Pause)) in xgbe_an73_init()
1594 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_phy_init()
1598 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init()
1602 /* Equivalent to XOR of Asym_Pause */ in xgbe_phy_init()
1603 if (XGBE_ADV(lks, Asym_Pause)) in xgbe_phy_init()
1604 XGBE_CLR_ADV(lks, Asym_Pause); in xgbe_phy_init()
1606 XGBE_SET_ADV(lks, Asym_Pause); in xgbe_phy_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/prestera/
H A Dprestera_ethtool.c437 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()
H A Dprestera_hw.c663 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()
H A Dprestera_hw.h124 bool *pause, bool *asym_pause);
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/
H A Dfixed-link.txt18 * 'asym-pause' (boolean, optional), to indicate that asym_pause should
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy_fixed.h10 int asym_pause; member
/OK3568_Linux_fs/u-boot/board/freescale/ls1046aqds/
H A Deth.c184 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
217 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
/OK3568_Linux_fs/u-boot/board/freescale/ls1043aqds/
H A Deth.c183 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
248 f_link.asym_pause = 0; in board_ft_fman_fixup_port()
/OK3568_Linux_fs/u-boot/include/
H A Dphy.h148 int asym_pause; member
159 int asym_pause; member
/OK3568_Linux_fs/kernel/net/ethtool/
H A Dcommon.c119 __DEFINE_SPECIAL_MODE_NAME(Asym_Pause, "Asym_Pause"),
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dmac.c413 if (phy_dev->asym_pause) in fman_get_pause_cfg()
841 priv->fixed_link->asym_pause = phy->asym_pause; in mac_probe()
/OK3568_Linux_fs/kernel/drivers/net/pcs/
H A Dpcs-xpcs.c398 if (phylink_test(xpcs->supported, Asym_Pause)) in xpcs_config_aneg_c73()
489 phylink_set(state->lp_advertising, Asym_Pause); in xpcs_read_lpa()

1234