Searched refs:phy_validate_pause (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_ethtool.c | 179 if (!phy_validate_pause(phydev, epause)) in dpaa_set_pauseparam()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_ethtool.c | 301 if (!phy_validate_pause(phydev, pp)) in xgene_set_pauseparam()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_ethtool.c | 301 if (!phy_validate_pause(phydev, pp)) in xgene_set_pauseparam()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-ethtool.c | 484 if (!phy_validate_pause(salve->phy, pause)) in am65_cpsw_set_pauseparam()
|
H A D | cpsw_new.c | 1180 if (!phy_validate_pause(cpsw->slaves[slave_no].phy, pause)) in cpsw_set_pauseparam()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy_device.c | 2657 * phy_validate_pause - Test if the PHY/MAC support the pause configuration 2665 bool phy_validate_pause(struct phy_device *phydev, in phy_validate_pause() function 2679 EXPORT_SYMBOL(phy_validate_pause); variable
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy_device.c | 2842 * phy_validate_pause - Test if the PHY/MAC support the pause configuration 2850 bool phy_validate_pause(struct phy_device *phydev, in phy_validate_pause() function 2864 EXPORT_SYMBOL(phy_validate_pause); variable
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | gianfar_ethtool.c | 461 if (!phy_validate_pause(phydev, epause)) in gfar_spauseparam()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | phy.h | 1569 bool phy_validate_pause(struct phy_device *phydev,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | gianfar_ethtool.c | 471 if (!phy_validate_pause(phydev, epause)) in gfar_spauseparam()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/ |
H A D | lan743x_ethtool.c | 1360 if (!phy_validate_pause(phydev, pause)) in lan743x_set_pauseparam()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | phy.h | 1939 bool phy_validate_pause(struct phy_device *phydev,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | cpsw_new.c | 1169 if (!phy_validate_pause(cpsw->slaves[slave_no].phy, pause)) in cpsw_set_pauseparam()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 950 if (!phy_validate_pause(dev->phydev, epause)) in bcmgenet_set_pauseparam()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 12555 if (!phy_validate_pause(phydev, epause)) in tg3_set_pauseparam()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 12541 if (!phy_validate_pause(phydev, epause)) in tg3_set_pauseparam()
|
Completed in 67 milliseconds