Searched defs:iscsi_tiqn (Results 1 – 1 of 1) sorted by relevance
859 struct iscsi_tiqn { struct860 unsigned char tiqn[ISCSI_IQN_LEN];861 enum tiqn_state_table tiqn_state;862 int tiqn_access_count;863 u32 tiqn_active_tpgs;864 u32 tiqn_ntpgs;865 u32 tiqn_num_tpg_nps;866 u32 tiqn_nsessions;867 struct list_head tiqn_list;868 struct list_head tiqn_tpg_list;[all …]