Searched refs:phy_interface_empty (Results 1 – 4 of 4) sorted by relevance
249 if (phy_interface_empty(interfaces)) { in txgbe_sfp_to_linkmodes()314 if (phy_interface_empty(interfaces)) { in txgbe_qsfp_to_linkmodes()
547 if (!phy_interface_empty(pcs->supported_interfaces) && in phylink_validate_mac_and_pcs()1850 if (phy_interface_empty(config->supported_interfaces)) { in phylink_create()1878 !phy_interface_empty(pl->config->lpi_interfaces); in phylink_create()2017 if (!phy_interface_empty(phy->possible_interfaces)) { in phylink_validate_phy()2024 if (phy_interface_empty(interfaces)) { in phylink_validate_phy()2036 if (phy_interface_empty(interfaces)) { in phylink_validate_phy()3768 if (phy_interface_empty(pl->sfp_interfaces)) { in phylink_sfp_config_optical()
824 if (!phy_interface_empty(phydev->host_interfaces)) { in mv3310_config_init()
167 static inline bool phy_interface_empty(const unsigned long *intf) in phy_interface_empty() function