Searched refs:phy_interface_empty (Results 1 – 3 of 3) sorted by relevance
535 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()
824 if (!phy_interface_empty(phydev->host_interfaces)) { in mv3310_config_init()
159 static inline bool phy_interface_empty(const unsigned long *intf) in phy_interface_empty() function