Home
last modified time | relevance | path

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

/Linux-v4.19/include/target/
Dtarget_core_base.h858 struct se_portal_group { struct
864 int proto_id;
866 atomic_t tpg_pr_ref_count;
891 static inline struct se_portal_group *to_tpg(struct config_item *item) in to_tpg() argument
/Linux-v4.19/drivers/target/
Dtarget_core_transport.c423 int (*callback)(struct se_portal_group *, in target_setup_session()