Home
last modified time | relevance | path

Searched refs:phy_get_pause (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_mdio.c130 phy_get_pause(phydev, &tx_pause, &rx_pause); in hbg_flowctrl_cfg()
/linux/drivers/net/phy/
H A Dphy_device.c3087 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 Dphylink.c1980 phy_get_pause(phydev, &tx_pause, &rx_pause); in phylink_phy_change()
/linux/include/linux/
H A Dphy.h2410 void phy_get_pause(struct phy_device *phydev, bool *tx_pause, bool *rx_pause);
/linux/drivers/net/usb/
H A Dsmsc95xx.c554 phy_get_pause(pdata->phydev, &tx_pause, &rx_pause); in smsc95xx_phy_update_flowcontrol()
/linux/drivers/net/ethernet/cortina/
H A Dgemini.c336 phy_get_pause(phydev, &pause_tx, &pause_rx); in gmac_adjust_link()