|
DPDK
2.0.0
|
#include <rte_pci.h>
Data Fields | |
| uint64_t | phys_addr |
| uint64_t | len |
| void * | addr |
A structure describing a PCI resource.
| 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.
1.8.1.2