Home
last modified time | relevance | path

Searched defs:se_session (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/target/
H A Dtarget_core_base.h630 struct se_session { struct
631 u64 sess_bin_isid;
632 enum target_prot_op sup_prot_ops;
634 struct se_node_acl *se_node_acl;
635 struct se_portal_group *se_tpg;
636 void *fabric_sess_ptr;
637 struct list_head sess_list;
638 struct list_head sess_acl_list;
639 spinlock_t sess_cmd_lock;
640 void *sess_cmd_map;
[all …]
/openbmc/linux/drivers/target/
H A Dtarget_core_transport.c463 struct se_session *, void *)) in target_setup_session()