Home
last modified time | relevance | path

Searched refs:asym_pause (Results 1 – 25 of 29) sorted by relevance

12

/linux/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 Dphy.h67 int asym_pause; member
H A Dcore.c586 DBG(dev, " link = %d duplex = %d, pause = %d, asym_pause = %d\n", in emac_configure()
587 link, dev->phy.duplex, dev->phy.pause, dev->phy.asym_pause); in emac_configure()
651 else if (dev->phy.asym_pause) in emac_configure()
1223 dev->phy.asym_pause ? ", asymmetric pause enabled" : ""); in emac_open()
1299 int speed, pause, asym_pause;
1311 asym_pause = 0;
1315 asym_pause = 1; in emac_link_timer()
1318 pause = asym_pause = 0; in emac_link_timer()
1321 pause != dev->phy.pause || asym_pause != dev->phy.asym_pause; in emac_link_timer()
[all...]
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera.h109 bool asym_pause; member
219 bool asym_pause; member
H A Dprestera_hw.c811 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/phy/
H A Dphy-c45.c490 phydev->asym_pause = false; in genphy_c45_baset1_read_lpa()
503 phydev->asym_pause = val & MDIO_AN_T1_ADV_L_PAUSE_ASYM; in genphy_c45_baset1_read_lpa()
541 phydev->asym_pause = false; in genphy_c45_read_lpa()
556 phydev->asym_pause = val & LPA_PAUSE_ASYM; in genphy_c45_read_lpa()
1184 phydev->asym_pause = false; in genphy_c45_read_status()
H A Dswphy.c144 if (state->asym_pause) in swphy_read_reg()
H A Ddp83tg720.c461 phydev->asym_pause = 0; in dp83tg720_read_status()
H A Dmotorcomm.c1338 phydev->asym_pause = 0; in yt8521_adjust_status()
1341 phydev->asym_pause = 1;
1344 phydev->asym_pause = 0;
1371 phydev->asym_pause = 0; in yt8521_read_status_paged()
H A Dphy_device.c776 dev->asym_pause = false; in phy_device_create()
2170 phydev->asym_pause = false; in genphy_setup_forced()
2578 phydev->asym_pause = false; in genphy_read_status()
2632 phydev->asym_pause = false; in genphy_c37_read_status()
H A Das21xxx.c713 phydev->asym_pause = 0; in as21xxx_read_status()
H A Dbcm-phy-lib.c810 phydev->asym_pause = 0; in bcm_setup_lre_forced()
H A Dbroadcom.c1431 phydev->asym_pause = 0; in bcm54811_lre_read_status()
H A Dair_en8811h.c1383 phydev->asym_pause = 0; in en8811h_probe()
/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.c720 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 Dax88796c_main.h118 int asym_pause; member
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_mdio.c245 .asym_pause = 1, in hbg_fixed_phy_init()
/linux/drivers/net/phy/qcom/
H A Dqcom-phy-lib.c357 phydev->asym_pause = 0; in at803x_read_status()
/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.c72 .asym_pause = 0
1452 if (phydev->asym_pause) in ftgmac100_adjust_link()
/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_hw.c774 if (phydev->asym_pause) in xgene_enet_flowctrl_cfg()
/linux/drivers/net/ethernet/cortina/
H A Dgemini.c350 ? (phydev->asym_pause ? "tx" : "both") in gmac_adjust_link()
351 : (phydev->asym_pause ? "rx" : "none") in gmac_adjust_link()
/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c507 adpt->tx_flow_control = phydev->pause != phydev->asym_pause; in emac_mac_start()
/linux/drivers/net/ethernet/socionext/
H A Dsni_ave.c1125 if (phydev->asym_pause) in ave_phy_adjust_link()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c744 if (!phydev || (!phydev->pause && !phydev->asym_pause)) in stmmac_test_flowctrl()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-phy-v2.c1464 if (phy_data->phydev->asym_pause) { in xgbe_phy_phydev_flowctrl()

12