Module kernel::net::phy

source ·
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

Traits

  • Driver implementation for a particular PHY type.

Functions