Searched refs:debugfs_cq (Results 1 – 2 of 2) sorted by relevance
3514 memcpy(hisi_hba->debugfs_cq[dump_index][i].complete_hdr, in debugfs_snapshot_cq_reg_v3_hw()3755 struct hisi_sas_debugfs_cq *debugfs_cq) in debugfs_cq_show_slot_v3_hw() argument3757 struct hisi_sas_cq *cq = debugfs_cq->cq; in debugfs_cq_show_slot_v3_hw()3759 __le32 *complete_hdr = debugfs_cq->complete_hdr + in debugfs_cq_show_slot_v3_hw()3769 struct hisi_sas_debugfs_cq *debugfs_cq = s->private; in debugfs_cq_v3_hw_show() local3772 if (!debugfs_dump_is_generated_v3_hw(debugfs_cq->complete_hdr)) in debugfs_cq_v3_hw_show()3776 debugfs_cq_show_slot_v3_hw(s, slot, debugfs_cq); in debugfs_cq_v3_hw_show()3944 &hisi_hba->debugfs_cq[index][c], in debugfs_create_files_v3_hw()4659 hisi_hba->debugfs_cq[dump_index][i].complete_hdr); in debugfs_release_v3_hw()4660 hisi_hba->debugfs_cq[dump_index][i].complete_hdr = NULL; in debugfs_release_v3_hw()[all …]
486 struct hisi_sas_debugfs_cq debugfs_cq[HISI_SAS_MAX_DEBUGFS_DUMP][HISI_SAS_MAX_QUEUES]; member