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

Data Fields

struct list_head ema_list
 
struct fc_exch_mgrmp
 
bool(* match )(struct fc_frame *)
 

Detailed Description

struct fc_exch_mgr_anchor - primary structure for list of EMs : Exchange Manager Anchor list : Exchange Manager associated with this anchor : Routine to determine if this anchor's EM should be used

When walking the list of anchors the match routine will be called for each anchor to determine if that EM should be used. The last anchor in the list will always match to handle any exchanges not handled by other EMs. The non-default EMs would be added to the anchor list by HW that provides offloads.

Definition at line 124 of file fc_exch.c.

Field Documentation

struct list_head ema_list

Definition at line 125 of file fc_exch.c.

bool(* match)(struct fc_frame *)

Definition at line 127 of file fc_exch.c.

Definition at line 126 of file fc_exch.c.


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