Linux Kernel
3.7.1
|
Data Fields | |
volatile scb_queue_type | delayed_scbs |
volatile unsigned short | temp_q_depth |
unsigned short | max_q_depth |
volatile unsigned char | active_cmds |
long | w_total |
long | r_total |
long | barrier_total |
long | ordered_total |
long | w_bins [6] |
long | r_bins [6] |
transinfo_type | cur |
transinfo_type | goal |
volatile unsigned char | flags |
unsigned | needppr:1 |
unsigned | needppr_copy:1 |
unsigned | needsdtr:1 |
unsigned | needsdtr_copy:1 |
unsigned | needwdtr:1 |
unsigned | needwdtr_copy:1 |
unsigned | dtr_pending:1 |
struct scsi_device * | SDptr |
struct list_head | list |
Definition at line 859 of file aic7xxx_old.c.
volatile unsigned char active_cmds |
Definition at line 863 of file aic7xxx_old.c.
long barrier_total |
Definition at line 876 of file aic7xxx_old.c.
transinfo_type cur |
Definition at line 881 of file aic7xxx_old.c.
volatile scb_queue_type delayed_scbs |
Definition at line 860 of file aic7xxx_old.c.
unsigned dtr_pending |
Definition at line 896 of file aic7xxx_old.c.
volatile unsigned char flags |
Definition at line 889 of file aic7xxx_old.c.
transinfo_type goal |
Definition at line 882 of file aic7xxx_old.c.
Definition at line 898 of file aic7xxx_old.c.
unsigned short max_q_depth |
Definition at line 862 of file aic7xxx_old.c.
unsigned needppr |
Definition at line 890 of file aic7xxx_old.c.
unsigned needppr_copy |
Definition at line 891 of file aic7xxx_old.c.
unsigned needsdtr |
Definition at line 892 of file aic7xxx_old.c.
unsigned needsdtr_copy |
Definition at line 893 of file aic7xxx_old.c.
unsigned needwdtr |
Definition at line 894 of file aic7xxx_old.c.
unsigned needwdtr_copy |
Definition at line 895 of file aic7xxx_old.c.
long ordered_total |
Definition at line 877 of file aic7xxx_old.c.
long r_bins[6] |
Definition at line 880 of file aic7xxx_old.c.
long r_total |
Definition at line 875 of file aic7xxx_old.c.
struct scsi_device* SDptr |
Definition at line 897 of file aic7xxx_old.c.
volatile unsigned short temp_q_depth |
Definition at line 861 of file aic7xxx_old.c.
long w_bins[6] |
Definition at line 879 of file aic7xxx_old.c.
long w_total |
Definition at line 874 of file aic7xxx_old.c.