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

#include <unsolicited_frame_control.h>

Data Fields

u64array
 
dma_addr_t physical_address
 

Detailed Description

struct sci_uf_address_table_array -

This object maintains all of the unsolicited frame address table specific data. The address table is a collection of 64-bit pointers that point to 1KB buffers into which the silicon will DMA unsolicited frames.

Definition at line 211 of file unsolicited_frame_control.h.

Field Documentation

u64* array

This field represents a virtual pointer that refers to the starting address of the UF address table. 64-bit pointers are required by the hardware.

Definition at line 217 of file unsolicited_frame_control.h.

dma_addr_t physical_address

This field specifies the physical address location for the UF address table.

Definition at line 223 of file unsolicited_frame_control.h.


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