Module phy

Source
Expand description

Network PHY device.

C headers: include/linux/phy.h.

Modules§

flags
Defines certain other features this PHY supports (like interrupts).
reg
PHY register interfaces.

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 DriverVTable instance from Driver.