Home
last modified time | relevance | path

Searched refs:debugfs_cmd_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2704 struct hisi_sas_cmd_hdr *debugfs_cmd_hdr, *cmd_hdr; in hisi_sas_debugfs_snapshot_dq_reg() local
2707 debugfs_cmd_hdr = hisi_hba->debugfs_cmd_hdr[i]; in hisi_sas_debugfs_snapshot_dq_reg()
2711 memcpy(&debugfs_cmd_hdr[j], &cmd_hdr[j], in hisi_sas_debugfs_snapshot_dq_reg()
3019 void *cmd_queue = hisi_hba->debugfs_cmd_hdr[dq->id]; in hisi_sas_dq_show_slot()
3696 devm_kfree(dev, hisi_hba->debugfs_cmd_hdr[i]); in hisi_sas_debugfs_release()
3759 hisi_hba->debugfs_cmd_hdr[d] = in hisi_sas_debugfs_alloc()
3762 if (!hisi_hba->debugfs_cmd_hdr[d]) in hisi_sas_debugfs_alloc()
Dhisi_sas.h408 struct hisi_sas_cmd_hdr *debugfs_cmd_hdr[HISI_SAS_MAX_QUEUES]; member