Home
last modified time | relevance | path

Searched defs:asd_ascb (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/aic94xx/
Daic94xx_hwi.h130 struct asd_ascb { struct
138 void (*tasklet_complete)(struct asd_ascb *, struct done_list_struct *); argument
139 u8 uldd_timer:1;
142 struct timer_list timer;
143 struct completion *completion;
144 u8 tag_valid:1;
145 __be16 tag; /* error recovery only */
148 int edb_index;
151 int tc_index;
153 void *uldd_task;
Daic94xx_tmf.c36 void (*tasklet_complete)(struct asd_ascb *, in asd_enqueue_internal()