DPDK  /usr/bin/make-f/build/dpdk-sN1_Py/dpdk-16.07.2/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_pci_resource Struct Reference

#include <rte_pci.h>

Data Fields

uint64_t phys_addr
 
uint64_t len
 
void * addr
 

Detailed Description

A structure describing a PCI resource.

Definition at line 111 of file rte_pci.h.

Field Documentation

§ phys_addr

uint64_t phys_addr

Physical address, 0 if no resource.

Definition at line 112 of file rte_pci.h.

§ len

uint64_t len

Length of the resource.

Definition at line 113 of file rte_pci.h.

§ addr

void* addr

Virtual address, NULL when not mapped.

Definition at line 114 of file rte_pci.h.


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