Searched refs:phy_get_pause (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_mdio.c | 129 phy_get_pause(phydev, &tx_pause, &rx_pause); in hbg_flowctrl_cfg()
|
| /linux-6.15/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmmii.c | 54 phy_get_pause(phydev, &tx_pause, &rx_pause); in bcmgenet_mac_config()
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phy_device.c | 2849 void phy_get_pause(struct phy_device *phydev, bool *tx_pause, bool *rx_pause) in phy_get_pause() function 2861 EXPORT_SYMBOL(phy_get_pause);
|
| H A D | phylink.c | 1929 phy_get_pause(phydev, &tx_pause, &rx_pause); in phylink_phy_change()
|
| /linux-6.15/include/linux/ |
| H A D | phy.h | 2040 void phy_get_pause(struct phy_device *phydev, bool *tx_pause, bool *rx_pause);
|
| /linux-6.15/drivers/net/usb/ |
| H A D | smsc95xx.c | 549 phy_get_pause(pdata->phydev, &tx_pause, &rx_pause); in smsc95xx_phy_update_flowcontrol()
|
| /linux-6.15/drivers/net/ethernet/cortina/ |
| H A D | gemini.c | 333 phy_get_pause(phydev, &pause_tx, &pause_rx); in gmac_adjust_link()
|
| /linux-6.15/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 2157 phy_get_pause(tp->phydev, &tx_pause, &rx_pause); in rtl8169_get_pauseparam()
|