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

#include <filter.h>

Data Fields

u8 type:4
 
u8 priority:4
 
u8 flags
 
u16 dmaq_id
 
u32 data [3]
 

Detailed Description

struct efx_filter_spec - specification for a hardware filter : Type of match to be performed, from &enum efx_filter_type : Priority of the filter, from &enum efx_filter_priority : Miscellaneous flags, from &enum efx_filter_flags : Source/target queue index : Match data (type-dependent)

Use the efx_filter_set_*() functions to initialise the and fields.

The field is used by software to determine whether a new filter may replace an old one. The hardware priority of a filter depends on the filter type.

Definition at line 89 of file filter.h.

Field Documentation

u32 data[3]

Definition at line 94 of file filter.h.

u16 dmaq_id

Definition at line 93 of file filter.h.

u8 flags

Definition at line 92 of file filter.h.

u8 priority

Definition at line 91 of file filter.h.

Definition at line 90 of file filter.h.


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