DPDK  17.02.1
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 129 of file rte_pci.h.

Field Documentation

uint16_t domain

Device domain

Examples:
examples/ethtool/lib/rte_ethtool.c.

Definition at line 130 of file rte_pci.h.

uint8_t bus

Device bus

Examples:
examples/ethtool/lib/rte_ethtool.c.

Definition at line 131 of file rte_pci.h.

uint8_t devid

Device ID

Examples:
examples/ethtool/lib/rte_ethtool.c.

Definition at line 132 of file rte_pci.h.

uint8_t function

Device function.

Examples:
examples/ethtool/lib/rte_ethtool.c.

Definition at line 133 of file rte_pci.h.


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