Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | ema_list |
struct fc_exch_mgr * | mp |
bool(* | match )(struct fc_frame *) |
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.
struct fc_exch_mgr* mp |