Searched defs:iscsi_tiqn (Results 1 – 1 of 1) sorted by relevance
851 struct iscsi_tiqn { struct852 unsigned char tiqn[ISCSI_IQN_LEN];853 enum tiqn_state_table tiqn_state;854 int tiqn_access_count;855 u32 tiqn_active_tpgs;856 u32 tiqn_ntpgs;857 u32 tiqn_num_tpg_nps;858 u32 tiqn_nsessions;859 struct list_head tiqn_list;860 struct list_head tiqn_tpg_list;[all …]