DPDK  1.7.0-rc0
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.

Field Documentation

void* addr

Virtual address, NULL when not mapped.

uint64_t len

Length of the resource.

uint64_t phys_addr

Physical address, 0 if no resource.


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