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