Searched defs:hisi_sas_slot (Results 1 – 1 of 1) sorted by relevance
221 struct hisi_sas_slot { struct222 struct list_head entry;223 struct list_head delivery;224 struct sas_task *task;225 struct hisi_sas_port *port;226 u64 n_elem;227 u64 n_elem_dif;228 int dlvry_queue;229 int dlvry_queue_slot;230 int cmplt_queue;[all …]