FreeBSD kernel CAM code
ctl_frontend_iscsi.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cfiscsi_target
 
struct  cfiscsi_data_wait
 
struct  cfiscsi_session
 
struct  cfiscsi_softc
 

Macros

#define CFISCSI_TARGET_STATE_INVALID   0
 
#define CFISCSI_TARGET_STATE_ACTIVE   1
 
#define CFISCSI_TARGET_STATE_DYING   2
 
#define CFISCSI_SESSION_STATE_INVALID   0
 
#define CFISCSI_SESSION_STATE_BHS   1
 
#define CFISCSI_SESSION_STATE_AHS   2
 
#define CFISCSI_SESSION_STATE_HEADER_DIGEST   3
 
#define CFISCSI_SESSION_STATE_DATA   4
 
#define CFISCSI_SESSION_STATE_DATA_DIGEST   5
 

Macro Definition Documentation

◆ CFISCSI_SESSION_STATE_AHS

#define CFISCSI_SESSION_STATE_AHS   2

Definition at line 68 of file ctl_frontend_iscsi.h.

◆ CFISCSI_SESSION_STATE_BHS

#define CFISCSI_SESSION_STATE_BHS   1

Definition at line 67 of file ctl_frontend_iscsi.h.

◆ CFISCSI_SESSION_STATE_DATA

#define CFISCSI_SESSION_STATE_DATA   4

Definition at line 70 of file ctl_frontend_iscsi.h.

◆ CFISCSI_SESSION_STATE_DATA_DIGEST

#define CFISCSI_SESSION_STATE_DATA_DIGEST   5

Definition at line 71 of file ctl_frontend_iscsi.h.

◆ CFISCSI_SESSION_STATE_HEADER_DIGEST

#define CFISCSI_SESSION_STATE_HEADER_DIGEST   3

Definition at line 69 of file ctl_frontend_iscsi.h.

◆ CFISCSI_SESSION_STATE_INVALID

#define CFISCSI_SESSION_STATE_INVALID   0

Definition at line 66 of file ctl_frontend_iscsi.h.

◆ CFISCSI_TARGET_STATE_ACTIVE

#define CFISCSI_TARGET_STATE_ACTIVE   1

Definition at line 37 of file ctl_frontend_iscsi.h.

◆ CFISCSI_TARGET_STATE_DYING

#define CFISCSI_TARGET_STATE_DYING   2

Definition at line 38 of file ctl_frontend_iscsi.h.

◆ CFISCSI_TARGET_STATE_INVALID

#define CFISCSI_TARGET_STATE_INVALID   0

Definition at line 36 of file ctl_frontend_iscsi.h.