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

#include <unsolicited_frame_control.h>

Data Fields

struct sci_unsolicited_frame array [SCU_MAX_UNSOLICITED_FRAMES]
 
dma_addr_t physical_address
 

Detailed Description

struct sci_uf_buffer_array -

This structure contains all of the unsolicited frame buffer (actual payload) information.

Definition at line 188 of file unsolicited_frame_control.h.

Field Documentation

This field is the unsolicited frame data its used to manage the data for the unsolicited frame requests. It also represents the virtual address location that corresponds to the physical_address field.

Definition at line 195 of file unsolicited_frame_control.h.

dma_addr_t physical_address

This field specifies the physical address location for the UF buffer array.

Definition at line 201 of file unsolicited_frame_control.h.


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