Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2711 int dump_index = hisi_hba->debugfs_dump_index; in hisi_sas_debugfs_snapshot_cq_reg() local
2715 memcpy(hisi_hba->debugfs_cq[dump_index][i].complete_hdr, in hisi_sas_debugfs_snapshot_cq_reg()
2723 int dump_index = hisi_hba->debugfs_dump_index; in hisi_sas_debugfs_snapshot_dq_reg() local
2730 debugfs_cmd_hdr = hisi_hba->debugfs_dq[dump_index][i].hdr; in hisi_sas_debugfs_snapshot_dq_reg()
2741 int dump_index = hisi_hba->debugfs_dump_index; in hisi_sas_debugfs_snapshot_port_reg() local
2749 databuf = hisi_hba->debugfs_port_reg[dump_index][phy_cnt].data; in hisi_sas_debugfs_snapshot_port_reg()
2760 int dump_index = hisi_hba->debugfs_dump_index; in hisi_sas_debugfs_snapshot_global_reg() local
2761 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_GLOBAL].data; in hisi_sas_debugfs_snapshot_global_reg()
2773 int dump_index = hisi_hba->debugfs_dump_index; in hisi_sas_debugfs_snapshot_axi_reg() local
2774 u32 *databuf = hisi_hba->debugfs_regs[dump_index][DEBUGFS_AXI].data; in hisi_sas_debugfs_snapshot_axi_reg()
[all …]