Linux Kernel
3.7.1
|
Data Fields | |
scb_queue_type | free_scbs |
struct aic7xxx_scb * | scb_array [AIC7XXX_MAXSCB] |
struct aic7xxx_hwscb * | hscbs |
unsigned char | numscbs |
unsigned char | maxhscbs |
unsigned char | maxscbs |
dma_addr_t | hscbs_dma |
unsigned int | hscbs_dma_len |
void * | hscb_kmalloc_ptr |
Definition at line 827 of file aic7xxx_old.c.
scb_queue_type free_scbs |
Definition at line 828 of file aic7xxx_old.c.
void* hscb_kmalloc_ptr |
Definition at line 839 of file aic7xxx_old.c.
struct aic7xxx_hwscb* hscbs |
Definition at line 833 of file aic7xxx_old.c.
dma_addr_t hscbs_dma |
Definition at line 837 of file aic7xxx_old.c.
unsigned int hscbs_dma_len |
Definition at line 838 of file aic7xxx_old.c.
unsigned char maxhscbs |
Definition at line 835 of file aic7xxx_old.c.
unsigned char maxscbs |
Definition at line 836 of file aic7xxx_old.c.
unsigned char numscbs |
Definition at line 834 of file aic7xxx_old.c.
struct aic7xxx_scb* scb_array[AIC7XXX_MAXSCB] |
Definition at line 832 of file aic7xxx_old.c.