Expand description
Network PHY device.
C headers: include/linux/phy.h.
Modules§
Structs§
- Device
- An instance of a PHY device.
- DeviceId 
- An identifier for PHY devices on an MDIO/MII bus.
- DriverVTable 
- Driver structure for a particular PHY type.
- Registration
- Registration structure for PHY drivers.
Enums§
- DeviceState 
- PHY state machine states.
- DuplexMode 
- A mode of Ethernet communication.
Traits§
- Driver
- Driver implementation for a particular PHY type.
Functions§
- create_phy_ driver 
- Creates a DriverVTableinstance fromDriver.