Linux Kernel
3.7.1
|
Data Fields | |
struct aic7xxx_hwscb * | hscb |
struct scsi_cmnd * | cmd |
struct aic7xxx_scb * | q_next |
volatile scb_flag_type | flags |
struct hw_scatterlist * | sg_list |
unsigned char | tag_action |
unsigned char | sg_count |
unsigned char * | sense_cmd |
unsigned char * | cmnd |
unsigned int | sg_length |
void * | kmalloc_ptr |
struct aic7xxx_scb_dma * | scb_dma |
Definition at line 779 of file aic7xxx_old.c.
Definition at line 781 of file aic7xxx_old.c.
unsigned char* cmnd |
Definition at line 791 of file aic7xxx_old.c.
volatile scb_flag_type flags |
Definition at line 783 of file aic7xxx_old.c.
struct aic7xxx_hwscb* hscb |
Definition at line 780 of file aic7xxx_old.c.
void* kmalloc_ptr |
Definition at line 798 of file aic7xxx_old.c.
struct aic7xxx_scb* q_next |
Definition at line 782 of file aic7xxx_old.c.
struct aic7xxx_scb_dma* scb_dma |
Definition at line 799 of file aic7xxx_old.c.
unsigned char* sense_cmd |
Definition at line 787 of file aic7xxx_old.c.
unsigned char sg_count |
Definition at line 786 of file aic7xxx_old.c.
unsigned int sg_length |
Definition at line 792 of file aic7xxx_old.c.
Definition at line 784 of file aic7xxx_old.c.
unsigned char tag_action |
Definition at line 785 of file aic7xxx_old.c.