Lines Matching refs:slave
40 stack. These specialized network interfaces are referred to as "slave" network
134 -> invoke eth_type_trans() with the DSA slave network device
137 Past this point, the DSA slave network devices get delivered regular Ethernet
154 These slave network devices have custom net_device_ops and ethtool_ops function
158 Upon frame transmission from these slave network devices, DSA will look up which
194 slave MDIO bus which allows a specific switch driver to divert and intercept
202 slave MII bus can be utilized to mux/demux MDIO reads and writes towards either
229 dsa_switch_tree as a backpointer, slave network devices, master network device,
262 DSA does not currently create slave network devices for the CPU or DSA ports, as
286 you to administratively bring UP these slave network devices. A common
325 standalone switch packages, the PHY is probed using the slave MII bus created
334 of per-port slave network devices. Since DSA primarily deals with
410 - phy_read: Function invoked by the DSA slave MDIO bus when attempting to read
415 - phy_write: Function invoked by the DSA slave MDIO bus when attempting to write
424 - adjust_link: Function invoked by the PHY library when a slave network device
443 return their values. DSA overlays slave network devices general statistics:
492 - port_enable: function invoked by the DSA slave network device ndo_open
498 - port_disable: function invoked by the DSA slave network device ndo_close