Searched refs:phy_get_pause (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hibmcge/ |
H A D | hbg_mdio.c | 131 phy_get_pause(phydev, &tx_pause, &rx_pause); in hbg_flowctrl_cfg()
|
/linux/drivers/net/phy/ |
H A D | phy_device.c | 2948 * phy_get_pause - resolve negotiated pause modes 2959 void phy_get_pause(struct phy_device *phydev, bool *tx_pause, bool *rx_pause) in phy_get_pause() function 2971 EXPORT_SYMBOL(phy_get_pause);
|
H A D | phylink.c | 1936 phy_get_pause(phydev, &tx_pause, &rx_pause); in phylink_phy_change()
|
/linux/include/linux/ |
H A D | phy.h | 2030 void phy_get_pause(struct phy_device *phydev, bool *tx_pause, bool *rx_pause);
|
/linux/drivers/net/usb/ |
H A D | smsc95xx.c | 555 phy_get_pause(pdata->phydev, &tx_pause, &rx_pause); in smsc95xx_phy_update_flowcontrol()
|
/linux/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 333 phy_get_pause(phydev, &pause_tx, &pause_rx); in gmac_adjust_link()
|
/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 2213 phy_get_pause(tp->phydev, &tx_pause, &rx_pause); in rtl8169_get_pauseparam()
|