| /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 | phy.h | 67 int asym_pause; member
|
| H A D | core.c | 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() 2442 dev->phy.asym_pause = phy->asym_pause; in emac_adjust_link() [all …]
|
| /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()
|
| 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/phy/ |
| 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 | motorcomm.c | 1324 phydev->asym_pause = 0; in yt8521_adjust_status() 1327 phydev->asym_pause = 1; in yt8521_adjust_status() 1330 phydev->asym_pause = 0; in yt8521_adjust_status() 1357 phydev->asym_pause = 0; in yt8521_read_status_paged()
|
| H A D | air_en8811h.c | 1085 phydev->asym_pause = 0; in en8811h_read_status()
|
| H A D | broadcom.c | 1426 phydev->asym_pause = 0; in bcm54811_lre_read_status()
|
| H A D | micrel.c | 1626 phydev->pause = phydev->asym_pause = 0; in ksz8873mll_read_status()
|
| /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/drivers/net/phy/qcom/ |
| H A D | qcom-phy-lib.c | 357 phydev->asym_pause = 0; in at803x_read_status()
|
| /linux/drivers/net/ethernet/faraday/ |
| H A D | ftgmac100.c | 61 .asym_pause = 0 1419 if (phydev->asym_pause) in ftgmac100_adjust_link()
|
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-mac.c | 507 adpt->tx_flow_control = phydev->pause != phydev->asym_pause; in emac_mac_start()
|
| /linux/drivers/net/ethernet/spacemit/ |
| H A D | k1_emac.c | 1062 if (phydev->asym_pause) in emac_set_fc_autoneg()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-phy-v2.c | 1464 if (phy_data->phydev->asym_pause) { in xgbe_phy_phydev_flowctrl()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 1463 if (phydev->asym_pause) in gfar_get_flowctrl_cfg()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 11002 if (phydev->asym_pause) in hclge_cfg_flowctrl()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 2034 if (phydev->asym_pause) in tg3_adjust_link()
|