DPDK  16.04.0
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 114 of file rte_pci.h.

Field Documentation

uint64_t phys_addr

Physical address, 0 if no resource.

Definition at line 115 of file rte_pci.h.

uint64_t len

Length of the resource.

Definition at line 116 of file rte_pci.h.

void* addr

Virtual address, NULL when not mapped.

Definition at line 117 of file rte_pci.h.


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