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

#include <scsi_cmnd.h>

Data Fields

struct scsi_devicedevice
 
struct list_head list
 
struct list_head eh_entry
 
int eh_eflags
 
unsigned long serial_number
 
unsigned long jiffies_at_alloc
 
int retries
 
int allowed
 
unsigned char prot_op
 
unsigned char prot_type
 
unsigned short cmd_len
 
enum dma_data_direction sc_data_direction
 
unsigned charcmnd
 
struct scsi_data_buffer sdb
 
struct scsi_data_bufferprot_sdb
 
unsigned underflow
 
unsigned transfersize
 
struct request * request
 
unsigned charsense_buffer
 
void(* scsi_done )(struct scsi_cmnd *)
 
struct scsi_pointer SCp
 
unsigned charhost_scribble
 
int result
 
unsigned char tag
 

Detailed Description

Definition at line 54 of file scsi_cmnd.h.

Field Documentation

int allowed

Definition at line 78 of file scsi_cmnd.h.

unsigned short cmd_len

Definition at line 83 of file scsi_cmnd.h.

unsigned char* cmnd

Definition at line 87 of file scsi_cmnd.h.

Definition at line 55 of file scsi_cmnd.h.

int eh_eflags

Definition at line 58 of file scsi_cmnd.h.

struct list_head eh_entry

Definition at line 57 of file scsi_cmnd.h.

unsigned char* host_scribble

Definition at line 122 of file scsi_cmnd.h.

unsigned long jiffies_at_alloc

Definition at line 75 of file scsi_cmnd.h.

Definition at line 56 of file scsi_cmnd.h.

unsigned char prot_op

Definition at line 80 of file scsi_cmnd.h.

Definition at line 92 of file scsi_cmnd.h.

unsigned char prot_type

Definition at line 81 of file scsi_cmnd.h.

struct request* request

Definition at line 103 of file scsi_cmnd.h.

int result

Definition at line 130 of file scsi_cmnd.h.

int retries

Definition at line 77 of file scsi_cmnd.h.

enum dma_data_direction sc_data_direction

Definition at line 84 of file scsi_cmnd.h.

Definition at line 120 of file scsi_cmnd.h.

void(* scsi_done)(struct scsi_cmnd *)

Definition at line 114 of file scsi_cmnd.h.

Definition at line 91 of file scsi_cmnd.h.

unsigned char* sense_buffer

Definition at line 107 of file scsi_cmnd.h.

unsigned long serial_number

Definition at line 68 of file scsi_cmnd.h.

unsigned char tag

Definition at line 132 of file scsi_cmnd.h.

unsigned transfersize

Definition at line 97 of file scsi_cmnd.h.

unsigned underflow

Definition at line 94 of file scsi_cmnd.h.


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