Home
last modified time | relevance | path

Searched refs:hisi_sas_dq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h223 struct hisi_sas_dq { struct
235 struct hisi_sas_dq *dq; argument
328 void (*start_delivery)(struct hisi_sas_dq *dq);
371 struct hisi_sas_dq *dq;
440 struct hisi_sas_dq dq[HISI_SAS_MAX_QUEUES];
H A Dhisi_sas_main.c432 struct hisi_sas_dq *dq, in hisi_sas_task_deliver()
500 struct hisi_sas_dq *dq = NULL; in hisi_sas_queue_command()
701 struct hisi_sas_dq *dq = &hisi_hba->dq[queue]; in hisi_sas_alloc_dev()
2192 struct hisi_sas_dq *dq = &hisi_hba->dq[i]; in hisi_sas_init_mem()
2244 struct hisi_sas_dq *dq = &hisi_hba->dq[i]; in hisi_sas_alloc()
H A Dhisi_sas_v1_hw.c863 static void start_delivery_v1_hw(struct hisi_sas_dq *dq) in start_delivery_v1_hw()