Searched refs:phy_get_pause (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 53 phy_get_pause(phydev, &tx_pause, &rx_pause); in bcmgenet_mac_config()
|
/openbmc/linux/drivers/net/phy/ |
H A D | phy_device.c | 2886 void phy_get_pause(struct phy_device *phydev, bool *tx_pause, bool *rx_pause) in phy_get_pause() function 2898 EXPORT_SYMBOL(phy_get_pause);
|
H A D | phylink.c | 1732 phy_get_pause(phydev, &tx_pause, &rx_pause); in phylink_phy_change()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1941 void phy_get_pause(struct phy_device *phydev, bool *tx_pause, bool *rx_pause);
|
/openbmc/linux/drivers/net/usb/ |
H A D | smsc95xx.c | 549 phy_get_pause(pdata->phydev, &tx_pause, &rx_pause); in smsc95xx_phy_update_flowcontrol()
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 2016 phy_get_pause(tp->phydev, &tx_pause, &rx_pause); in rtl8169_get_pauseparam()
|