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

#include <bnx2i.h>

Data Fields

charreq_buf
 
dma_addr_t req_dma_addr
 
u32 req_buf_size
 
charreq_wr_ptr
 
struct iscsi_hdr resp_hdr
 
charresp_buf
 
dma_addr_t resp_dma_addr
 
u32 resp_buf_size
 
charresp_wr_ptr
 
charreq_bd_tbl
 
dma_addr_t req_bd_dma
 
charresp_bd_tbl
 
dma_addr_t resp_bd_dma
 

Detailed Description

struct generic_pdu_resc - login pdu resource structure

: driver buffer used to stage payload associated with the login request : dma address for iscsi login request payload buffer : actual login request payload length : pointer into login request buffer when next data is to be written : iscsi header where iscsi login response header is to be recreated : buffer to stage login response payload : login response payload buffer dma address : login response paylod length : pointer into login response buffer when next data is to be written : iscsi login request payload BD table : login request BD table dma address : iscsi login response payload BD table : login request BD table dma address

following structure defines buffer info for generic pdus such as iSCSI Login, Logout and NOP

Definition at line 193 of file bnx2i.h.

Field Documentation

dma_addr_t req_bd_dma

Definition at line 204 of file bnx2i.h.

char* req_bd_tbl

Definition at line 203 of file bnx2i.h.

char* req_buf

Definition at line 194 of file bnx2i.h.

u32 req_buf_size

Definition at line 196 of file bnx2i.h.

dma_addr_t req_dma_addr

Definition at line 195 of file bnx2i.h.

char* req_wr_ptr

Definition at line 197 of file bnx2i.h.

dma_addr_t resp_bd_dma

Definition at line 206 of file bnx2i.h.

char* resp_bd_tbl

Definition at line 205 of file bnx2i.h.

char* resp_buf

Definition at line 199 of file bnx2i.h.

u32 resp_buf_size

Definition at line 201 of file bnx2i.h.

dma_addr_t resp_dma_addr

Definition at line 200 of file bnx2i.h.

struct iscsi_hdr resp_hdr

Definition at line 198 of file bnx2i.h.

char* resp_wr_ptr

Definition at line 202 of file bnx2i.h.


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