Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
cxgb3i.h File Reference

Go to the source code of this file.

Data Structures

struct  cpl_iscsi_hdr_norss
 
struct  cpl_rx_data_ddp_norss
 

Macros

#define CXGB3I_SCSI_HOST_QDEPTH   1024
 
#define CXGB3I_MAX_LUN   512
 
#define ISCSI_PDU_NONPAYLOAD_MAX   (sizeof(struct iscsi_hdr) + ISCSI_MAX_AHS_SIZE + 2*ISCSI_DIGEST_SIZE)
 
#define CXGB3I_TX_HEADER_LEN   (sizeof(struct tx_data_wr) + sizeof(struct sge_opaque_hdr))
 

Variables

cxgb3_cpl_handler_func cxgb3i_cpl_handlers [NUM_CPL_CMDS]
 

Macro Definition Documentation

#define CXGB3I_MAX_LUN   512

Definition at line 17 of file cxgb3i.h.

#define CXGB3I_SCSI_HOST_QDEPTH   1024

Definition at line 16 of file cxgb3i.h.

#define CXGB3I_TX_HEADER_LEN   (sizeof(struct tx_data_wr) + sizeof(struct sge_opaque_hdr))

Definition at line 22 of file cxgb3i.h.

#define ISCSI_PDU_NONPAYLOAD_MAX   (sizeof(struct iscsi_hdr) + ISCSI_MAX_AHS_SIZE + 2*ISCSI_DIGEST_SIZE)

Definition at line 18 of file cxgb3i.h.

Variable Documentation

cxgb3_cpl_handler_func cxgb3i_cpl_handlers[NUM_CPL_CMDS]

Definition at line 1013 of file cxgb3i.c.