Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c3433 memcpy(hisi_hba->debugfs_cq[dump_index][i].complete_hdr, in debugfs_snapshot_cq_reg_v3_hw()
3653 struct hisi_sas_debugfs_cq *debugfs_cq) in debugfs_cq_show_slot_v3_hw() argument
3655 struct hisi_sas_cq *cq = debugfs_cq->cq; in debugfs_cq_show_slot_v3_hw()
3657 __le32 *complete_hdr = debugfs_cq->complete_hdr + in debugfs_cq_show_slot_v3_hw()
3667 struct hisi_sas_debugfs_cq *debugfs_cq = s->private; in debugfs_cq_v3_hw_show() local
3671 debugfs_cq_show_slot_v3_hw(s, slot, debugfs_cq); in debugfs_cq_v3_hw_show()
3824 &hisi_hba->debugfs_cq[dump_index][c], in debugfs_create_files_v3_hw()
4687 hisi_hba->debugfs_cq[dump_index][i].complete_hdr); in debugfs_release_v3_hw()
4734 &hisi_hba->debugfs_cq[dump_index][c]; in debugfs_alloc_v3_hw()
Dhisi_sas.h475 struct hisi_sas_debugfs_cq debugfs_cq[HISI_SAS_MAX_DEBUGFS_DUMP][HISI_SAS_MAX_QUEUES]; member