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

#include <NCR5380.h>

Data Fields

 NCR5380_implementation_fields
 
struct Scsi_Hosthost
 
unsigned char id_mask
 
unsigned char id_higher_mask
 
unsigned char targets_present
 
volatile unsigned char busy [8]
 
volatile unsigned char last_message
 
volatile Scsi_Cmndconnected
 
volatile Scsi_Cmndissue_queue
 
volatile Scsi_Cmnddisconnected_queue
 
volatile int restart_select
 
volatile unsigned aborted:1
 
int flags
 
unsigned long time_expires
 
int select_time
 
volatile Scsi_Cmndselecting
 
struct delayed_work coroutine
 

Detailed Description

Definition at line 252 of file NCR5380.h.

Field Documentation

volatile unsigned aborted

Definition at line 270 of file NCR5380.h.

volatile unsigned char busy[8]

Definition at line 259 of file NCR5380.h.

volatile Scsi_Cmnd* connected

Definition at line 264 of file NCR5380.h.

struct delayed_work coroutine

Definition at line 275 of file NCR5380.h.

volatile Scsi_Cmnd* disconnected_queue

Definition at line 266 of file NCR5380.h.

int flags

Definition at line 271 of file NCR5380.h.

Definition at line 254 of file NCR5380.h.

unsigned char id_higher_mask

Definition at line 255 of file NCR5380.h.

unsigned char id_mask

Definition at line 255 of file NCR5380.h.

volatile Scsi_Cmnd* issue_queue

Definition at line 265 of file NCR5380.h.

volatile unsigned char last_message

Definition at line 263 of file NCR5380.h.

NCR5380_implementation_fields

Definition at line 253 of file NCR5380.h.

volatile int restart_select

Definition at line 267 of file NCR5380.h.

int select_time

Definition at line 273 of file NCR5380.h.

volatile Scsi_Cmnd* selecting

Definition at line 274 of file NCR5380.h.

unsigned char targets_present

Definition at line 256 of file NCR5380.h.

unsigned long time_expires

Definition at line 272 of file NCR5380.h.


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