Searched defs:iscsi_tiqn (Results 1 – 1 of 1) sorted by relevance
842 struct iscsi_tiqn { struct844 unsigned char tiqn[ISCSI_IQN_LEN];845 enum tiqn_state_table tiqn_state;846 int tiqn_access_count;847 u32 tiqn_active_tpgs;848 u32 tiqn_ntpgs;849 u32 tiqn_num_tpg_nps;850 u32 tiqn_nsessions;851 struct list_head tiqn_list;852 struct list_head tiqn_tpg_list;[all …]