Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3455 debugfs_cmd_hdr = hisi_hba->debugfs_dq[dump_index][i].hdr; in debugfs_snapshot_dq_reg_v3_hw()
3707 struct hisi_sas_debugfs_dq *debugfs_dq = dq_ptr; in debugfs_dq_show_slot_v3_hw() local
3708 void *cmd_queue = debugfs_dq->hdr; in debugfs_dq_show_slot_v3_hw()
3718 struct hisi_sas_debugfs_dq *debugfs_dq = s->private; in debugfs_dq_v3_hw_show() local
3721 if (!debugfs_dump_is_generated_v3_hw(debugfs_dq->hdr)) in debugfs_dq_v3_hw_show()
3876 &hisi_hba->debugfs_dq[index][d], in debugfs_create_files_v3_hw()
4692 devm_kfree(dev, hisi_hba->debugfs_dq[dump_index][i].hdr); in debugfs_release_v3_hw()
4693 hisi_hba->debugfs_dq[dump_index][i].hdr = NULL; in debugfs_release_v3_hw()
4762 &hisi_hba->debugfs_dq[dump_index][d]; in debugfs_alloc_v3_hw()
H A Dhisi_sas.h475 struct hisi_sas_debugfs_dq debugfs_dq[HISI_SAS_MAX_DEBUGFS_DUMP][HISI_SAS_MAX_QUEUES]; member