/
Driver Data and Control Using DMA

Driver Data and Control Using DMA

Each driver should have their own data structure NET_DEV_DATA, which contains status information about data reception, transmission and statistics. The driver’s state structure is stored by the core and can be retrieving within any driver API functions. The figure below illustrates the structure to track and control Receive & Transmit descriptors.


Related content

Reception using DMA
Reception using DMA
More like this
Transmission using DMA
Transmission using DMA
More like this
Ethernet - Transmitting and Receiving using DMA
Ethernet - Transmitting and Receiving using DMA
More like this
USB Device Driver Functional Model
USB Device Driver Functional Model
More like this
Description of the Wireless Device Driver API
Description of the Wireless Device Driver API
More like this
Reception Using DMA with Lists
Reception Using DMA with Lists
More like this