Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/txgbe/ !
H A Dtxgbe_aml.c249 if (phy_interface_empty(interfaces)) { in txgbe_sfp_to_linkmodes()
314 if (phy_interface_empty(interfaces)) { in txgbe_qsfp_to_linkmodes()
/linux/drivers/net/phy/ !
H A Dphylink.c547 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()
H A Dmarvell10g.c824 if (!phy_interface_empty(phydev->host_interfaces)) { in mv3310_config_init()
/linux/include/linux/ !
H A Dphy.h167 static inline bool phy_interface_empty(const unsigned long *intf) in phy_interface_empty() function