Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2715 memcpy(hisi_hba->debugfs_cq[dump_index][i].complete_hdr, in hisi_sas_debugfs_snapshot_cq_reg()
3011 struct hisi_sas_debugfs_cq *debugfs_cq) in hisi_sas_cq_show_slot() argument
3013 struct hisi_sas_cq *cq = debugfs_cq->cq; in hisi_sas_cq_show_slot()
3015 __le32 *complete_hdr = debugfs_cq->complete_hdr + in hisi_sas_cq_show_slot()
3025 struct hisi_sas_debugfs_cq *debugfs_cq = s->private; in hisi_sas_debugfs_cq_show() local
3029 hisi_sas_cq_show_slot(s, slot, debugfs_cq); in hisi_sas_debugfs_cq_show()
3254 &hisi_hba->debugfs_cq[dump_index][c], in hisi_sas_debugfs_create_files()
3837 hisi_hba->debugfs_cq[dump_index][i].complete_hdr); in hisi_sas_debugfs_release()
3878 &hisi_hba->debugfs_cq[dump_index][c]; in hisi_sas_debugfs_alloc()
Dhisi_sas.h486 struct hisi_sas_debugfs_cq debugfs_cq[HISI_SAS_MAX_DEBUGFS_DUMP][HISI_SAS_MAX_QUEUES]; member