DPDK  /usr/bin/make-f/build/dpdk-ExPXam/dpdk-16.11.9/mk/rte.sdkconfig.mkshowversion
Public Member Functions | Data Fields
rte_pci_driver Struct Reference

#include <rte_pci.h>

+ Collaboration diagram for rte_pci_driver:

Public Member Functions

 TAILQ_ENTRY (rte_pci_driver) next
 

Data Fields

struct rte_driver driver
 
pci_probe_tprobe
 
pci_remove_tremove
 
const struct rte_pci_idid_table
 
uint32_t drv_flags
 

Detailed Description

A structure describing a PCI driver.

Definition at line 200 of file rte_pci.h.

Member Function Documentation

◆ TAILQ_ENTRY()

TAILQ_ENTRY ( rte_pci_driver  )

Next in list.

Field Documentation

◆ driver

struct rte_driver driver

Inherit core driver.

Definition at line 202 of file rte_pci.h.

◆ probe

pci_probe_t* probe

Device Probe function.

Definition at line 203 of file rte_pci.h.

◆ remove

pci_remove_t* remove

Device Remove function.

Definition at line 204 of file rte_pci.h.

◆ id_table

const struct rte_pci_id* id_table

ID table, NULL terminated.

Definition at line 205 of file rte_pci.h.

◆ drv_flags

uint32_t drv_flags

Flags contolling handling of device.

Definition at line 206 of file rte_pci.h.


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