DPDK  22.07.0
Variables
rte_dmadev_core.h File Reference

Go to the source code of this file.

Variables

void * dev_private
 

Detailed Description

DMA Device internal header.

This header contains internal data types which are used by dataplane inline function.

Applications should not use these functions directly.

Definition in file rte_dmadev_core.h.

Variable Documentation

◆ dev_private

void* dev_private

PMD-specific private data. The driver should copy rte_dma_dev.data->dev_private to this field during initialization.

Definition at line 55 of file rte_dmadev_core.h.