Expand description
Common traits and types for network device (NIC) drivers.
Re-exports§
pub use axdriver_base::BaseDriverOps;pub use axdriver_base::DevError;pub use axdriver_base::DevResult;pub use axdriver_base::DeviceType;
Modules§
Structs§
- Ethernet
Address - The ethernet address of the NIC (MAC address).
- NetBuf
- A RAII network buffer.
- NetBuf
Pool - A pool of
NetBufs to speed up buffer allocation. - NetBuf
Ptr - A raw buffer struct for network device.
Traits§
- NetDriver
Ops - Operations that require a network device (NIC) driver to implement.