Searched refs:debugfs_port_reg (Results 1 – 2 of 2) sorted by relevance
3010 static const struct hisi_sas_debugfs_reg debugfs_port_reg = { variable3457 const struct hisi_sas_debugfs_reg *port = &debugfs_port_reg; in debugfs_snapshot_port_reg_v3_hw()3463 databuf = hisi_hba->debugfs_port_reg[dump_index][phy_cnt].data; in debugfs_snapshot_port_reg_v3_hw()3610 const struct hisi_sas_debugfs_reg *reg_port = &debugfs_port_reg; in debugfs_port_v3_hw_show()3811 &hisi_hba->debugfs_port_reg[dump_index][p], in debugfs_create_files_v3_hw()4534 devm_kfree(dev, hisi_hba->debugfs_port_reg[dump_index][i].data); in debugfs_release_v3_hw()4561 sz = debugfs_port_reg.count * 4; in debugfs_alloc_v3_hw()4564 &hisi_hba->debugfs_port_reg[dump_index][p]; in debugfs_alloc_v3_hw()
473 struct hisi_sas_debugfs_port debugfs_port_reg[HISI_SAS_MAX_DEBUGFS_DUMP][HISI_SAS_MAX_PHYS]; member