Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3024 static const struct hisi_sas_debugfs_reg debugfs_port_reg = { variable
3491 const struct hisi_sas_debugfs_reg *port = &debugfs_port_reg; in debugfs_snapshot_port_reg_v3_hw()
3497 databuf = hisi_hba->debugfs_port_reg[dump_index][phy_cnt].data; in debugfs_snapshot_port_reg_v3_hw()
3658 const struct hisi_sas_debugfs_reg *reg_port = &debugfs_port_reg; in debugfs_port_v3_hw_show()
3880 &hisi_hba->debugfs_port_reg[index][p], in debugfs_create_files_v3_hw()
4613 devm_kfree(dev, hisi_hba->debugfs_port_reg[dump_index][i].data); in debugfs_release_v3_hw()
4614 hisi_hba->debugfs_port_reg[dump_index][i].data = NULL; in debugfs_release_v3_hw()
4642 sz = debugfs_port_reg.count * 4; in debugfs_alloc_v3_hw()
4645 &hisi_hba->debugfs_port_reg[dump_index][p]; in debugfs_alloc_v3_hw()
H A Dhisi_sas.h473 struct hisi_sas_debugfs_port debugfs_port_reg[HISI_SAS_MAX_DEBUGFS_DUMP][HISI_SAS_MAX_PHYS]; member