Searched refs:link_interface (Results 1 – 2 of 2) sorted by relevance
164 #define SLAVE_LINK_IS_XGMII(s) ((s)->link_interface >= XGMII_LINK_MAC_PHY)166 (((s)->link_interface >= RGMII_LINK_MAC_PHY) && \167 ((s)->link_interface <= RGMII_LINK_MAC_PHY_NO_MDIO))169 ((s)->link_interface <= SGMII_LINK_MAC_PHY_NO_MDIO)698 u32 link_interface; member2094 ((slave->link_interface != SGMII_LINK_MAC_PHY) && in netcp_ethss_link_state_action()2095 (slave->link_interface != RGMII_LINK_MAC_PHY) && in netcp_ethss_link_state_action()2096 (slave->link_interface != XGMII_LINK_MAC_PHY))) in netcp_ethss_link_state_action()2105 ((slave->link_interface != SGMII_LINK_MAC_PHY) && in netcp_ethss_link_state_action()2106 (slave->link_interface != RGMII_LINK_MAC_PHY) && in netcp_ethss_link_state_action()[all …]
52 phy_interface_t link_interface; /* PHY_INTERFACE_xxx */ member1886 pl->link_interface = iface; in phylink_create()1963 phy_interface_mode_is_8023z(pl->link_interface))) in phylink_expects_phy()2236 if (pl->link_interface == PHY_INTERFACE_MODE_NA) { in phylink_connect_phy()2237 pl->link_interface = phy->interface; in phylink_connect_phy()2238 pl->link_config.interface = pl->link_interface; in phylink_connect_phy()2241 ret = phylink_attach_phy(pl, phy, pl->link_interface); in phylink_connect_phy()2294 phy_interface_mode_is_8023z(pl->link_interface))) in phylink_fwnode_phy_connect()2311 if (pl->link_interface == PHY_INTERFACE_MODE_NA) { in phylink_fwnode_phy_connect()2312 pl->link_interface = phy_dev->interface; in phylink_fwnode_phy_connect()[all …]