DPDK  19.08.2
Public Member Functions | Data Fields
rte_vdev_driver Struct Reference

#include <rte_bus_vdev.h>

Public Member Functions

 TAILQ_ENTRY (rte_vdev_driver) next
 

Data Fields

struct rte_driver driver
 
rte_vdev_probe_tprobe
 
rte_vdev_remove_tremove
 

Detailed Description

A virtual device driver abstraction.

Definition at line 69 of file rte_bus_vdev.h.

Member Function Documentation

TAILQ_ENTRY ( rte_vdev_driver  )

Next in list.

Field Documentation

struct rte_driver driver

Inherited general driver.

Definition at line 71 of file rte_bus_vdev.h.

Virtual device probe function.

Definition at line 72 of file rte_bus_vdev.h.

Virtual device remove function.

Definition at line 73 of file rte_bus_vdev.h.


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