DPDK  make-f/builddir/build/BUILD/dpdk-17.02/mk/rte.sdkconfig.mkshowversion
Public Member Functions | Data Fields
rte_bus Struct Reference

#include <rte_bus.h>

Public Member Functions

 TAILQ_ENTRY (rte_bus) next
 

Data Fields

const char * name
 
rte_bus_scan_t scan
 
rte_bus_probe_t probe
 

Detailed Description

A structure describing a generic bus.

Definition at line 87 of file rte_bus.h.

Member Function Documentation

◆ TAILQ_ENTRY()

TAILQ_ENTRY ( rte_bus  )

Next bus object in linked list

Field Documentation

◆ name

const char* name

Name of the bus

Definition at line 89 of file rte_bus.h.

◆ scan

Scan for devices attached to bus

Definition at line 90 of file rte_bus.h.

◆ probe

Probe devices on bus

Definition at line 91 of file rte_bus.h.


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