Searched defs:iscsi_conn_recovery (Results 1 – 1 of 1) sorted by relevance
613 struct iscsi_conn_recovery { struct614 u16 cid;615 u32 cmd_count;616 u32 maxrecvdatasegmentlength;617 u32 maxxmitdatasegmentlength;618 int ready_for_reallegiance;619 struct list_head conn_recovery_cmd_list;620 spinlock_t conn_recovery_cmd_lock;621 struct timer_list time2retain_timer;622 struct iscsit_session *sess;[all …]
Completed in 11 milliseconds