Lines Matching defs:efct_node
68 struct efct_node { struct
69 struct list_head list_entry;
70 struct kref ref;
71 void (*release)(struct kref *arg);
72 struct efct *efct;
73 struct efc_node *node;
74 struct se_session *session;
75 spinlock_t active_ios_lock;
76 struct list_head active_ios;
77 char display_name[EFC_NAME_LENGTH];
78 u32 port_fc_id;
79 u32 node_fc_id;
80 u32 vpi;
81 u32 rpi;
82 u32 abort_cnt;