DPDK  19.05.0
Public Member Functions | Data Fields
rte_driver Struct Reference

#include <rte_dev.h>

Public Member Functions

 TAILQ_ENTRY (rte_driver) next

Data Fields

const char * name
const char * alias

Detailed Description

A structure describing a device driver.

Definition at line 89 of file rte_dev.h.

Member Function Documentation

TAILQ_ENTRY ( rte_driver  )

Next in list.

Field Documentation

const char* name

Driver name.

Definition at line 91 of file rte_dev.h.

const char* alias

Driver alias.

Definition at line 92 of file rte_dev.h.


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