Linux Kernel
3.7.1
|
#include <drv_xgbe_intf.h>
Data Fields | |
HV_PhysAddr | pa |
HV_PTE | pte |
HV_VirtAddr | va |
int | size |
An object for forwarding VAs and PAs to the hypervisor.
This allows the supervisor to specify a number of areas of memory to store packet buffers.
Definition at line 30 of file drv_xgbe_intf.h.
HV_PhysAddr pa |
The physical address of the memory.
Definition at line 33 of file drv_xgbe_intf.h.
HV_PTE pte |
Page table entry for the memory. This is only used to derive the memory's caching mode; the PA bits are ignored.
Definition at line 36 of file drv_xgbe_intf.h.
int size |
Size (in bytes) of the memory area.
Definition at line 40 of file drv_xgbe_intf.h.
HV_VirtAddr va |
The virtual address of the memory.
Definition at line 38 of file drv_xgbe_intf.h.