Home
last modified time | relevance | path

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

/linux-4.1.27/include/target/
Dtarget_core_fabric.h4 struct target_core_fabric_ops { struct
5 struct module *module;
6 const char *name;
7 char *(*get_fabric_name)(void);
8 u8 (*get_fabric_proto_ident)(struct se_portal_group *);
9 char *(*tpg_get_wwn)(struct se_portal_group *);
10 u16 (*tpg_get_tag)(struct se_portal_group *);
11 u32 (*tpg_get_default_depth)(struct se_portal_group *);
12 u32 (*tpg_get_pr_transport_id)(struct se_portal_group *,
16 u32 (*tpg_get_pr_transport_id_len)(struct se_portal_group *,
[all …]