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 Interface::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.

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.