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