Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c3279 memcpy(hisi_hba->debugfs_cq[dump_index][i].complete_hdr, in debugfs_snapshot_cq_reg_v3_hw()
3499 struct hisi_sas_debugfs_cq *debugfs_cq) in debugfs_cq_show_slot_v3_hw() argument
3501 struct hisi_sas_cq *cq = debugfs_cq->cq; in debugfs_cq_show_slot_v3_hw()
3503 __le32 *complete_hdr = debugfs_cq->complete_hdr + in debugfs_cq_show_slot_v3_hw()
3513 struct hisi_sas_debugfs_cq *debugfs_cq = s->private; in debugfs_cq_v3_hw_show() local
3517 debugfs_cq_show_slot_v3_hw(s, slot, debugfs_cq); in debugfs_cq_v3_hw_show()
3670 &hisi_hba->debugfs_cq[dump_index][c], in debugfs_create_files_v3_hw()
4533 hisi_hba->debugfs_cq[dump_index][i].complete_hdr); in debugfs_release_v3_hw()
4580 &hisi_hba->debugfs_cq[dump_index][c]; in debugfs_alloc_v3_hw()
Dhisi_sas.h473 struct hisi_sas_debugfs_cq debugfs_cq[HISI_SAS_MAX_DEBUGFS_DUMP][HISI_SAS_MAX_QUEUES]; member