Lines Matching defs:asd_seq_data
160 struct asd_seq_data { struct
161 spinlock_t pend_q_lock;
162 u16 scbpro;
163 int pending;
164 struct list_head pend_q;
165 int can_queue; /* per adapter */
166 struct asd_dma_tok next_scb; /* next scb to be delivered to CSEQ */
168 spinlock_t tc_index_lock;
169 void **tc_index_array;
170 void *tc_index_bitmap;
171 int tc_index_bitmap_bits;
173 struct tasklet_struct dl_tasklet;
174 struct done_list_struct *dl; /* array of done list entries, equals */
175 struct asd_dma_tok *actual_dl; /* actual_dl->vaddr */
176 int dl_toggle;
177 int dl_next;
179 int num_edbs;
180 struct asd_dma_tok **edb_arr;
181 int num_escbs;
182 struct asd_ascb **escb_arr; /* array of pointers to escbs */