Searched refs:debugfs_port_reg (Results 1 – 2 of 2) sorted by relevance
2997 static const struct hisi_sas_debugfs_reg debugfs_port_reg = { variable3460 const struct hisi_sas_debugfs_reg *port = &debugfs_port_reg; in debugfs_snapshot_port_reg_v3_hw()3466 databuf = hisi_hba->debugfs_port_reg[dump_index][phy_cnt].data; in debugfs_snapshot_port_reg_v3_hw()3613 const struct hisi_sas_debugfs_reg *reg_port = &debugfs_port_reg; in debugfs_port_v3_hw_show()3814 &hisi_hba->debugfs_port_reg[dump_index][p], in debugfs_create_files_v3_hw()4693 devm_kfree(dev, hisi_hba->debugfs_port_reg[dump_index][i].data); in debugfs_release_v3_hw()4720 sz = debugfs_port_reg.count * 4; in debugfs_alloc_v3_hw()4723 &hisi_hba->debugfs_port_reg[dump_index][p]; in debugfs_alloc_v3_hw()
474 struct hisi_sas_debugfs_port debugfs_port_reg[HISI_SAS_MAX_DEBUGFS_DUMP][HISI_SAS_MAX_PHYS]; member