Linux Kernel
3.7.1
|
#include <unsolicited_frame_control.h>
Data Fields | |
u32 | get |
struct sci_uf_header_array | headers |
struct sci_uf_buffer_array | buffers |
struct sci_uf_address_table_array | address_table |
struct sci_unsolicited_frame_control -
This object contains all of the data necessary to handle unsolicited frames.
Definition at line 232 of file unsolicited_frame_control.h.
struct sci_uf_address_table_array address_table |
This field contains all of the unsolicited frame address table specific fields.
Definition at line 256 of file unsolicited_frame_control.h.
struct sci_uf_buffer_array buffers |
This field contains all of the unsolicited frame buffer specific fields.
Definition at line 250 of file unsolicited_frame_control.h.
u32 get |
struct sci_uf_header_array headers |
This field contains all of the unsolicited frame header specific fields.
Definition at line 244 of file unsolicited_frame_control.h.