Searched defs:hisi_sas_slot (Results 1 – 1 of 1) sorted by relevance
244 struct hisi_sas_slot { struct245 struct list_head entry;246 struct list_head delivery;247 struct sas_task *task;248 struct hisi_sas_port *port;249 u64 n_elem;250 u64 n_elem_dif;251 int dlvry_queue;252 int dlvry_queue_slot;253 int cmplt_queue;[all …]