Searched defs:rte_dma_dev_data (Results 1 – 1 of 1) sorted by relevance
96 struct rte_dma_dev_data { struct97 char dev_name[RTE_DEV_NAME_MAX_LEN]; /**< Unique identifier name */98 int16_t dev_id; /**< Device [external] identifier. */99 int16_t numa_node; /**< Local NUMA memory ID. -1 if unknown. */100 void *dev_private; /**< PMD-specific private data. */101 struct rte_dma_conf dev_conf; /**< DMA device configuration. */103 uint8_t dev_started : 1; /**< Device state: STARTED(1)/STOPPED(0). */127 struct rte_dma_dev_data *data; /**< Pointer to shared device data. */ argument