~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/target/iscsi/iscsi_target_erl0.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef ISCSI_TARGET_ERL0_H
 
2
#define ISCSI_TARGET_ERL0_H
 
3
 
 
4
extern void iscsit_set_dataout_sequence_values(struct iscsi_cmd *);
 
5
extern int iscsit_check_pre_dataout(struct iscsi_cmd *, unsigned char *);
 
6
extern int iscsit_check_post_dataout(struct iscsi_cmd *, unsigned char *, u8);
 
7
extern void iscsit_start_time2retain_handler(struct iscsi_session *);
 
8
extern int iscsit_stop_time2retain_timer(struct iscsi_session *);
 
9
extern void iscsit_connection_reinstatement_rcfr(struct iscsi_conn *);
 
10
extern void iscsit_cause_connection_reinstatement(struct iscsi_conn *, int);
 
11
extern void iscsit_fall_back_to_erl0(struct iscsi_session *);
 
12
extern void iscsit_take_action_for_connection_exit(struct iscsi_conn *);
 
13
extern int iscsit_recover_from_unknown_opcode(struct iscsi_conn *);
 
14
 
 
15
#endif   /*** ISCSI_TARGET_ERL0_H ***/