Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphy-caps.h53 unsigned long phy_caps_from_interface(phy_interface_t interface);
H A Dphy_caps.c294 unsigned long phy_caps_from_interface(phy_interface_t interface) in phy_caps_from_interface() function
390 EXPORT_SYMBOL_GPL(phy_caps_from_interface);
H A Dphy_port.c150 link_caps |= phy_caps_from_interface(interface); in phy_port_update_supported()
H A Dphylink.c440 unsigned long link_caps = phy_caps_from_interface(interface); in phylink_get_capabilities()