Lines Matching refs:a
10 phylink is a mechanism to support hot-pluggable networking modules
11 directly connected to a MAC without needing to re-initialise the
69 Rough guide to converting a network driver to sfp/phylink
72 This guide briefly describes how to convert a network driver from
78 a separate preparation commit.
161 and associated code with a call to::
166 the phy_attach_direct() inside this function call if a PHY is specified
175 of_phy_connect() was also passed a function pointer for link updates.
176 This function is replaced by a different form of MAC updates
183 and also note that ``phy_interface`` becomes a dynamic property,
190 8. Add a :c:type:`struct phylink_mac_ops <phylink_mac_ops>` instance to
191 the driver, which is a table of function pointers, and implement
265 otherwise. If a MAC is unable to provide these interrupts, then