Lines Matching defs:hisi_sas_slot
234 struct hisi_sas_slot { struct
235 struct list_head entry;
236 struct list_head delivery;
237 struct sas_task *task;
238 struct hisi_sas_port *port;
239 u64 n_elem;
240 u64 n_elem_dif;
241 int dlvry_queue;
242 int dlvry_queue_slot;
243 int cmplt_queue;
244 int cmplt_queue_slot;
245 int abort;
246 int ready;
247 int device_id;
248 void *cmd_hdr;
249 dma_addr_t cmd_hdr_dma;
250 struct timer_list internal_abort_timer;
251 bool is_internal;
252 struct sas_tmf_task *tmf;
254 void *buf;
255 dma_addr_t buf_dma;
256 u16 idx;