Home
last modified time | relevance | path

Searched refs:phy_interface_empty (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/phy/
H A Dphylink.c535 if (!phy_interface_empty(pcs->supported_interfaces) && in phylink_validate_mac_and_pcs()
1806 if (phy_interface_empty(config->supported_interfaces)) { in phylink_create()
1833 !phy_interface_empty(pl->config->lpi_interfaces); in phylink_create()
1972 if (!phy_interface_empty(phy->possible_interfaces)) { in phylink_validate_phy()
1979 if (phy_interface_empty(interfaces)) { in phylink_validate_phy()
1991 if (phy_interface_empty(interfaces)) { in phylink_validate_phy()
3595 if (phy_interface_empty(interfaces)) { in phylink_sfp_config_optical()
H A Dmarvell10g.c824 if (!phy_interface_empty(phydev->host_interfaces)) { in mv3310_config_init()
/linux-6.15/include/linux/
H A Dphy.h159 static inline bool phy_interface_empty(const unsigned long *intf) in phy_interface_empty() function