Lines Matching defs:hisi_sas_slot
193 struct hisi_sas_slot { struct
194 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;
203 int abort;
227 struct hisi_sas_slot *slot); argument