Lines Matching defs:asd_seq_data
142 struct asd_seq_data { struct
143 spinlock_t pend_q_lock;
144 u16 scbpro;
145 int pending;
146 struct list_head pend_q;
147 int can_queue; /* per adapter */
148 struct asd_dma_tok next_scb; /* next scb to be delivered to CSEQ */
150 spinlock_t tc_index_lock;
151 void **tc_index_array;
152 void *tc_index_bitmap;
153 int tc_index_bitmap_bits;
155 struct tasklet_struct dl_tasklet;
156 struct done_list_struct *dl; /* array of done list entries, equals */
157 struct asd_dma_tok *actual_dl; /* actual_dl->vaddr */
158 int dl_toggle;
159 int dl_next;
161 int num_edbs;
162 struct asd_dma_tok **edb_arr;
163 int num_escbs;
164 struct asd_ascb **escb_arr; /* array of pointers to escbs */