Home
last modified time | relevance | path

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

/linux/include/target/
H A Dtarget_core_base.h928 struct se_portal_group { struct
934 int proto_id;
935 bool enabled;
937 u16 tpg_rtpi;
938 bool rtpi_manual;
940 atomic_t tpg_pr_ref_count;
964 static inline struct se_portal_group *to_tpg(struct config_item *item) in to_tpg() argument
/linux/drivers/target/
H A Dtarget_core_transport.c462 int (*callback)(struct se_portal_group *, in target_setup_session()