Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
bnx2i_cmd Struct Reference

#include <bnx2i.h>

Data Fields

struct iscsi_hdr hdr
 
struct bnx2i_connconn
 
struct scsi_cmndscsi_cmd
 
struct scatterlistsg
 
struct io_bdt io_tbl
 
dma_addr_t bd_tbl_dma
 
struct bnx2i_cmd_request req
 

Detailed Description

bnx2i_cmd - iscsi command structure

: iSCSI header : iscsi_conn pointer : SCSI-ML task pointer corresponding to this iscsi cmd : SG list : buffer descriptor (BD) table : buffer descriptor (BD) table's dma address : bnx2i specific command request struct

Definition at line 255 of file bnx2i.h.

Field Documentation

dma_addr_t bd_tbl_dma

Definition at line 261 of file bnx2i.h.

Definition at line 257 of file bnx2i.h.

Definition at line 256 of file bnx2i.h.

struct io_bdt io_tbl

Definition at line 260 of file bnx2i.h.

Definition at line 262 of file bnx2i.h.

struct scsi_cmnd* scsi_cmd

Definition at line 258 of file bnx2i.h.

Definition at line 259 of file bnx2i.h.


The documentation for this struct was generated from the following file: