Searched defs:se_session (Results 1 – 2 of 2) sorted by relevance
615 struct se_session { struct616 unsigned sess_tearing_down:1;617 u64 sess_bin_isid;618 enum target_prot_op sup_prot_ops;619 enum target_prot_type sess_prot_type;620 struct se_node_acl *se_node_acl;621 struct se_portal_group *se_tpg;622 void *fabric_sess_ptr;623 struct percpu_ref cmd_count;624 struct list_head sess_list;[all …]
427 struct se_session *, void *)) in target_setup_session()