Searched defs:target_fabric_configfs (Results 1 – 1 of 1) sorted by relevance
20 struct target_fabric_configfs { struct21 atomic_t tf_access_cnt;22 struct list_head tf_list;23 struct config_group tf_group;24 struct config_group tf_disc_group;25 struct config_group *tf_default_groups[2];26 const struct target_core_fabric_ops *tf_ops;28 struct config_item_type tf_discovery_cit;29 struct config_item_type tf_wwn_cit;30 struct config_item_type tf_wwn_fabric_stats_cit;[all …]