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