Searched defs:hisi_sas_slot (Results 1 – 1 of 1) sorted by relevance
193 struct hisi_sas_slot { struct194 struct list_head entry;195 struct list_head delivery;196 struct sas_task *task;197 struct hisi_sas_port *port;198 u64 n_elem;199 int dlvry_queue;200 int dlvry_queue_slot;201 int cmplt_queue;202 int cmplt_queue_slot;[all …]