Skip to main content

Crate rdif_eth

Crate rdif_eth 

Source

Re-exports§

pub use dma_api;

Modules§

io

Structs§

DmaBuffer
DMA buffer passed from the runtime queue layer to a driver queue.
Event
Event returned by IrqHandler::handle_irq indicating which queues have completed operations.
IdList
Bitmask tracking up to 64 queue identifiers.
QueueConfig
Queue configuration needed by the upper layer DMA pool.
WifiLinkPolicy
Wireless link policy a device reports for itself, so the protocol stack can apply it without any Wi-Fi/SoftAP-specific knowledge.

Enums§

KError
Kernel error
NetError
Errors that can occur during network device operations.

Traits§

DriverGeneric
IRxQueue
Receive queue interface.
ITxQueue
Transmit queue interface.
Interface
Core interface that network device drivers must implement.
IrqHandler
Owned interrupt endpoint for a network device.
WifiControl
Optional control plane for a wireless Interface.

Type Aliases§

BIrqHandler
Boxed owned IRQ endpoint.