Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
iscsi_target_tmr.h
Go to the documentation of this file.
1 #ifndef ISCSI_TARGET_TMR_H
2 #define ISCSI_TARGET_TMR_H
3 
4 extern u8 iscsit_tmr_abort_task(struct iscsi_cmd *, unsigned char *);
5 extern int iscsit_tmr_task_warm_reset(struct iscsi_conn *, struct iscsi_tmr_req *,
6  unsigned char *);
7 extern int iscsit_tmr_task_cold_reset(struct iscsi_conn *, struct iscsi_tmr_req *,
8  unsigned char *);
9 extern u8 iscsit_tmr_task_reassign(struct iscsi_cmd *, unsigned char *);
10 extern int iscsit_tmr_post_handler(struct iscsi_cmd *, struct iscsi_conn *);
12  struct iscsi_conn *);
13 
14 #endif /* ISCSI_TARGET_TMR_H */