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

#include <esp_scsi.h>

Data Fields

struct list_head list
 
struct scsi_cmndcmd
 
unsigned int saved_cur_residue
 
struct scatterlistsaved_cur_sg
 
unsigned int saved_tot_residue
 
u8 flags
 
u8 tag [2]
 
u8 status
 
u8 message
 
unsigned charsense_ptr
 
unsigned charsaved_sense_ptr
 
dma_addr_t sense_dma
 
struct completioneh_done
 

Detailed Description

Definition at line 257 of file esp_scsi.h.

Field Documentation

Definition at line 260 of file esp_scsi.h.

struct completion* eh_done

Definition at line 280 of file esp_scsi.h.

u8 flags

Definition at line 266 of file esp_scsi.h.

Definition at line 258 of file esp_scsi.h.

Definition at line 274 of file esp_scsi.h.

unsigned int saved_cur_residue

Definition at line 262 of file esp_scsi.h.

struct scatterlist* saved_cur_sg

Definition at line 263 of file esp_scsi.h.

unsigned char* saved_sense_ptr

Definition at line 277 of file esp_scsi.h.

unsigned int saved_tot_residue

Definition at line 264 of file esp_scsi.h.

dma_addr_t sense_dma

Definition at line 278 of file esp_scsi.h.

unsigned char* sense_ptr

Definition at line 276 of file esp_scsi.h.

Definition at line 273 of file esp_scsi.h.

u8 tag[2]

Definition at line 271 of file esp_scsi.h.


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