Searched defs:se_session (Results 1 – 1 of 1) sorted by relevance
605 struct se_session { struct606 unsigned sess_tearing_down:1;607 u64 sess_bin_isid;608 enum target_prot_op sup_prot_ops;609 enum target_prot_type sess_prot_type;610 struct se_node_acl *se_node_acl;611 struct se_portal_group *se_tpg;612 void *fabric_sess_ptr;613 struct percpu_ref cmd_count;614 struct list_head sess_list;[all …]