Linux Kernel
3.7.1
|
#include <aic94xx_hwi.h>
Data Fields | |
struct list_head | list |
struct asd_ha_struct * | ha |
struct scb * | scb |
struct asd_dma_tok | dma_scb |
struct asd_dma_tok * | sg_arr |
void(* | tasklet_complete )(struct asd_ascb *, struct done_list_struct *) |
u8 | uldd_timer:1 |
struct timer_list | timer |
struct completion * | completion |
u8 | tag_valid:1 |
__be16 | tag |
int | edb_index |
int | tc_index |
void * | uldd_task |
Definition at line 130 of file aic94xx_hwi.h.
Definition at line 143 of file aic94xx_hwi.h.
struct asd_dma_tok dma_scb |
Definition at line 135 of file aic94xx_hwi.h.
int edb_index |
Definition at line 148 of file aic94xx_hwi.h.
struct asd_ha_struct* ha |
Definition at line 132 of file aic94xx_hwi.h.
Definition at line 131 of file aic94xx_hwi.h.
Definition at line 134 of file aic94xx_hwi.h.
struct asd_dma_tok* sg_arr |
Definition at line 136 of file aic94xx_hwi.h.
Definition at line 145 of file aic94xx_hwi.h.
u8 tag_valid |
Definition at line 144 of file aic94xx_hwi.h.
void(* tasklet_complete)(struct asd_ascb *, struct done_list_struct *) |
Definition at line 138 of file aic94xx_hwi.h.
int tc_index |
Definition at line 151 of file aic94xx_hwi.h.
Definition at line 142 of file aic94xx_hwi.h.
void* uldd_task |
Definition at line 153 of file aic94xx_hwi.h.
u8 uldd_timer |
Definition at line 139 of file aic94xx_hwi.h.