Expand description
Network PHY device.
C headers: include/linux/phy.h
.
Modules§
- Defines certain other features this PHY supports (like interrupts).
Structs§
- An instance of a PHY device.
- An identifier for PHY devices on an MDIO/MII bus.
- Driver structure for a particular PHY type.
- Registration structure for PHY drivers.
Enums§
- PHY state machine states.
- A mode of Ethernet communication.
Traits§
- Driver implementation for a particular PHY type.
Functions§
- Creates a
DriverVTable
instance fromDriver
.