Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphy-caps.h51 unsigned long phy_caps_from_interface(phy_interface_t interface);
H A Dphy_caps.c276 * phy_caps_from_interface() - Get the link capa from a given PHY interface
282 unsigned long phy_caps_from_interface(phy_interface_t interface) in phy_caps_from_interface() function
378 EXPORT_SYMBOL_GPL(phy_caps_from_interface);
H A Dphylink.c432 unsigned long link_caps = phy_caps_from_interface(interface); in phylink_get_capabilities()