#ifndef __ISCSI_COMMON__
#define __ISCSI_COMMON__
#define ISCSI_DEFAULT_MTU …
#define ISCSI_SLOW_PATH_LAYER_CODE …
#define ISCSI_DEFAULT_HEADER_DIGEST …
#define ISCSI_DEFAULT_DATA_DIGEST …
#define ISCSI_DEFAULT_INITIAL_R2T …
#define ISCSI_DEFAULT_IMMEDIATE_DATA …
#define ISCSI_DEFAULT_MAX_PDU_LENGTH …
#define ISCSI_DEFAULT_FIRST_BURST_LENGTH …
#define ISCSI_DEFAULT_MAX_BURST_LENGTH …
#define ISCSI_DEFAULT_MAX_OUTSTANDING_R2T …
#define ISCSI_MIN_VAL_MAX_PDU_LENGTH …
#define ISCSI_MAX_VAL_MAX_PDU_LENGTH …
#define ISCSI_MIN_VAL_BURST_LENGTH …
#define ISCSI_MAX_VAL_BURST_LENGTH …
#define ISCSI_MIN_VAL_MAX_OUTSTANDING_R2T …
#define ISCSI_MAX_VAL_MAX_OUTSTANDING_R2T …
#define ISCSI_AHS_CNTL_SIZE …
#define ISCSI_WQE_NUM_SGES_SLOWIO …
#define ISCSI_ITT_ALL_ONES …
#define ISCSI_TTT_ALL_ONES …
#define ISCSI_OPTION_1_OFF_CHIP_TCP …
#define ISCSI_OPTION_2_ON_CHIP_TCP …
#define ISCSI_INITIATOR_MODE …
#define ISCSI_TARGET_MODE …
#define ISCSI_OPCODE_NOP_OUT …
#define ISCSI_OPCODE_SCSI_CMD …
#define ISCSI_OPCODE_TMF_REQUEST …
#define ISCSI_OPCODE_LOGIN_REQUEST …
#define ISCSI_OPCODE_TEXT_REQUEST …
#define ISCSI_OPCODE_DATA_OUT …
#define ISCSI_OPCODE_LOGOUT_REQUEST …
#define ISCSI_OPCODE_NOP_IN …
#define ISCSI_OPCODE_SCSI_RESPONSE …
#define ISCSI_OPCODE_TMF_RESPONSE …
#define ISCSI_OPCODE_LOGIN_RESPONSE …
#define ISCSI_OPCODE_TEXT_RESPONSE …
#define ISCSI_OPCODE_DATA_IN …
#define ISCSI_OPCODE_LOGOUT_RESPONSE …
#define ISCSI_OPCODE_R2T …
#define ISCSI_OPCODE_ASYNC_MSG …
#define ISCSI_OPCODE_REJECT …
#define ISCSI_STAGE_SECURITY_NEGOTIATION …
#define ISCSI_STAGE_LOGIN_OPERATIONAL_NEGOTIATION …
#define ISCSI_STAGE_FULL_FEATURE_PHASE …
#define CQE_ERROR_BITMAP_DATA_DIGEST …
#define CQE_ERROR_BITMAP_RCV_ON_INVALID_CONN …
#define CQE_ERROR_BITMAP_DATA_TRUNCATED …
bd_opaque_tq_union;
struct cqe_error_bitmap { … };
cqe_error_status;
struct data_hdr { … };
struct lun_mapper_addr_reserved { … };
struct dif_on_immediate_params { … };
dif_configuration_params;
iscsi_seq_num;
struct iscsi_dif_flags { … };
struct ystorm_iscsi_task_state { … };
struct ystorm_iscsi_task_rxmit_opt { … };
struct iscsi_common_hdr { … };
struct iscsi_cmd_hdr { … };
struct iscsi_ext_cdb_cmd_hdr { … };
struct iscsi_login_req_hdr { … };
struct iscsi_logout_req_hdr { … };
struct iscsi_data_out_hdr { … };
struct iscsi_data_in_hdr { … };
struct iscsi_r2t_hdr { … };
struct iscsi_nop_out_hdr { … };
struct iscsi_nop_in_hdr { … };
struct iscsi_login_response_hdr { … };
struct iscsi_logout_response_hdr { … };
struct iscsi_text_request_hdr { … };
struct iscsi_text_response_hdr { … };
struct iscsi_tmf_request_hdr { … };
struct iscsi_tmf_response_hdr { … };
struct iscsi_response_hdr { … };
struct iscsi_reject_hdr { … };
struct iscsi_async_msg_hdr { … };
iscsi_task_hdr;
struct ystorm_iscsi_task_st_ctx { … };
struct ystorm_iscsi_task_ag_ctx { … };
struct mstorm_iscsi_task_ag_ctx { … };
struct ustorm_iscsi_task_ag_ctx { … };
struct mstorm_iscsi_task_st_ctx { … };
struct iscsi_reg1 { … };
struct tqe_opaque { … };
struct ustorm_iscsi_task_st_ctx { … };
struct iscsi_task_context { … };
struct iscsi_conn_offload_params { … };
struct iscsi_conn_stats_params { … };
struct iscsi_conn_update_ramrod_params { … };
struct iscsi_cqe_common { … };
struct iscsi_cqe_solicited { … };
struct iscsi_cqe_unsolicited { … };
iscsi_cqe;
enum iscsi_cqes_type { … };
enum iscsi_cqe_unsolicited_type { … };
struct iscsi_debug_modes { … };
enum iscsi_eqe_opcode { … };
enum iscsi_error_types { … };
enum iscsi_ramrod_cmd_id { … };
struct iscsi_spe_conn_mac_update { … };
struct iscsi_spe_conn_offload { … };
struct iscsi_spe_conn_offload_option2 { … };
struct iscsi_spe_conn_statistics { … };
struct iscsi_spe_conn_termination { … };
struct iscsi_spe_func_init { … };
enum iscsi_task_type { … };
iscsi_ttt_txlen_union;
struct iscsi_uhqe { … };
struct iscsi_wqe { … };
enum iscsi_wqe_type { … };
struct iscsi_xhqe { … };
struct mstorm_iscsi_stats_drv { … };
struct pstorm_iscsi_stats_drv { … };
struct tstorm_iscsi_stats_drv { … };
struct ustorm_iscsi_stats_drv { … };
struct xstorm_iscsi_stats_drv { … };
struct ystorm_iscsi_stats_drv { … };
struct tstorm_iscsi_task_ag_ctx { … };
struct iscsi_db_data { … };
#endif