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