DPDK  22.07.0
Public Member Functions | Data Fields
rte_driver Struct Reference

#include <rte_dev.h>

Public Member Functions

 RTE_TAILQ_ENTRY (rte_driver) next
 

Data Fields

const char * name
 
const char * alias
 

Detailed Description

A structure describing a device driver.

Definition at line 70 of file rte_dev.h.

Member Function Documentation

◆ RTE_TAILQ_ENTRY()

RTE_TAILQ_ENTRY ( rte_driver  )

Next in list.

Field Documentation

◆ name

const char* name

Driver name.

Definition at line 72 of file rte_dev.h.

◆ alias

const char* alias

Driver alias.

Definition at line 73 of file rte_dev.h.


The documentation for this struct was generated from the following file: