Nicholas Bellinger | e48354c | 2011-07-23 06:43:04 +0000 | [diff] [blame] | 1 | #ifndef ISCSI_TARGET_ERL2_H |
| 2 | #define ISCSI_TARGET_ERL2_H |
| 3 | |
Christoph Hellwig | 50e5c87 | 2012-09-26 08:00:40 -0400 | [diff] [blame] | 4 | extern void iscsit_create_conn_recovery_datain_values(struct iscsi_cmd *, __be32); |
Nicholas Bellinger | e48354c | 2011-07-23 06:43:04 +0000 | [diff] [blame] | 5 | extern void iscsit_create_conn_recovery_dataout_values(struct iscsi_cmd *); |
| 6 | extern struct iscsi_conn_recovery *iscsit_get_inactive_connection_recovery_entry( |
| 7 | struct iscsi_session *, u16); |
| 8 | extern void iscsit_free_connection_recovery_entires(struct iscsi_session *); |
| 9 | extern int iscsit_remove_active_connection_recovery_entry( |
| 10 | struct iscsi_conn_recovery *, struct iscsi_session *); |
| 11 | extern int iscsit_remove_cmd_from_connection_recovery(struct iscsi_cmd *, |
| 12 | struct iscsi_session *); |
| 13 | extern void iscsit_discard_cr_cmds_by_expstatsn(struct iscsi_conn_recovery *, u32); |
| 14 | extern int iscsit_discard_unacknowledged_ooo_cmdsns_for_conn(struct iscsi_conn *); |
| 15 | extern int iscsit_prepare_cmds_for_realligance(struct iscsi_conn *); |
| 16 | extern int iscsit_connection_recovery_transport_reset(struct iscsi_conn *); |
| 17 | |
| 18 | #endif /*** ISCSI_TARGET_ERL2_H ***/ |