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