Searched refs:phy_get_pause (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_mdio.c | 130 phy_get_pause(phydev, &tx_pause, &rx_pause); in hbg_flowctrl_cfg()
|
| /linux/drivers/net/phy/ |
| H A D | phy_device.c | 3087 void phy_get_pause(struct phy_device *phydev, bool *tx_pause, bool *rx_pause) in phy_get_pause() function 3099 EXPORT_SYMBOL(phy_get_pause);
|
| H A D | phylink.c | 1980 phy_get_pause(phydev, &tx_pause, &rx_pause); in phylink_phy_change()
|
| /linux/include/linux/ |
| H A D | phy.h | 2410 void phy_get_pause(struct phy_device *phydev, bool *tx_pause, bool *rx_pause);
|
| /linux/drivers/net/usb/ |
| H A D | smsc95xx.c | 554 phy_get_pause(pdata->phydev, &tx_pause, &rx_pause); in smsc95xx_phy_update_flowcontrol()
|
| /linux/drivers/net/ethernet/cortina/ |
| H A D | gemini.c | 336 phy_get_pause(phydev, &pause_tx, &pause_rx); in gmac_adjust_link()
|