DPDK  /usr/bin/make-f/build/dpdk-xVLO7N/dpdk-16.07/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_pci_addr Struct Reference

#include <rte_pci.h>

Data Fields

uint16_t domain
 
uint8_t bus
 
uint8_t devid
 
uint8_t function
 

Detailed Description

A structure describing the location of a PCI device.

Definition at line 135 of file rte_pci.h.

Field Documentation

§ domain

uint16_t domain

Device domain

Examples:
ethtool/lib/rte_ethtool.c.

Definition at line 136 of file rte_pci.h.

§ bus

uint8_t bus

Device bus

Examples:
ethtool/lib/rte_ethtool.c.

Definition at line 137 of file rte_pci.h.

§ devid

uint8_t devid

Device ID

Examples:
ethtool/lib/rte_ethtool.c.

Definition at line 138 of file rte_pci.h.

§ function

uint8_t function

Device function.

Examples:
ethtool/lib/rte_ethtool.c.

Definition at line 139 of file rte_pci.h.


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