Searched defs:target_core_fabric_ops (Results 1 – 1 of 1) sorted by relevance
4 struct target_core_fabric_ops { struct5 struct module *module;6 const char *name;7 size_t node_acl_size;20 u32 max_data_sg_nents;21 char *(*get_fabric_name)(void);22 char *(*tpg_get_wwn)(struct se_portal_group *);23 u16 (*tpg_get_tag)(struct se_portal_group *);24 u32 (*tpg_get_default_depth)(struct se_portal_group *);25 int (*tpg_check_demo_mode)(struct se_portal_group *);[all …]