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

Data Fields

struct fc_exch_pool __percpupool
 
mempool_tep_pool
 
enum fc_class class
 
struct kref kref
 
u16 min_xid
 
u16 max_xid
 
u16 pool_max_index
 
struct {
   atomic_t   no_free_exch
 
   atomic_t   no_free_exch_xid
 
   atomic_t   xid_not_found
 
   atomic_t   xid_busy
 
   atomic_t   seq_not_found
 
   atomic_t   non_bls_resp
 
stats
 

Detailed Description

Definition at line 93 of file fc_exch.c.

Field Documentation

Definition at line 96 of file fc_exch.c.

mempool_t* ep_pool

Definition at line 95 of file fc_exch.c.

Definition at line 97 of file fc_exch.c.

u16 max_xid

Definition at line 99 of file fc_exch.c.

u16 min_xid

Definition at line 98 of file fc_exch.c.

atomic_t no_free_exch

Definition at line 103 of file fc_exch.c.

atomic_t no_free_exch_xid

Definition at line 104 of file fc_exch.c.

atomic_t non_bls_resp

Definition at line 108 of file fc_exch.c.

Definition at line 94 of file fc_exch.c.

u16 pool_max_index

Definition at line 100 of file fc_exch.c.

atomic_t seq_not_found

Definition at line 107 of file fc_exch.c.

struct { ... } stats
atomic_t xid_busy

Definition at line 106 of file fc_exch.c.

atomic_t xid_not_found

Definition at line 105 of file fc_exch.c.


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