Represents a generic Ethernet 802.3 PHY with MII and MDIO45 interfaces. It reflects link-status in the MII registers but does not autonegotiate speed with the link. All Ethernet frames are passed through unmodified, except when loopback mode is enabled in the MII registers, then they are immediately returned back to the MAC. The generic_eth_phy can optionally model a maximum transmit bandwidth, see the tx_bandwidth attribute.
Optional attribute;
read/write access; type:
[n|i{32}] Reset values of the MII registers. A nil value denotes that the standard reset value for that register is used.
Optional attribute;
read/write access; type:
i The transmit bandwidth of the network interface in bits per second. The network interface will limit the rate at which it sends packets to remain below this bandwidth. Set to 0 for unlimited bandwidth.
Optional attribute;
read/write access; type:
f The earliest time at which that the network interface may send another packet. Used for transmit bandwidth limitation.