Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
netio_ipp_address_t Struct Reference

#include <drv_xgbe_intf.h>

Data Fields

HV_PhysAddr pa
 
HV_PTE pte
 
HV_VirtAddr va
 
int size
 

Detailed Description

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.

Field Documentation

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.

The virtual address of the memory.

Definition at line 38 of file drv_xgbe_intf.h.


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