Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3005 static const struct hisi_sas_debugfs_reg debugfs_port_reg = { variable
3467 const struct hisi_sas_debugfs_reg *port = &debugfs_port_reg; in debugfs_snapshot_port_reg_v3_hw()
3473 databuf = hisi_hba->debugfs_port_reg[dump_index][phy_cnt].data; in debugfs_snapshot_port_reg_v3_hw()
3634 const struct hisi_sas_debugfs_reg *reg_port = &debugfs_port_reg; in debugfs_port_v3_hw_show()
3856 &hisi_hba->debugfs_port_reg[index][p], in debugfs_create_files_v3_hw()
4708 devm_kfree(dev, hisi_hba->debugfs_port_reg[dump_index][i].data); in debugfs_release_v3_hw()
4709 hisi_hba->debugfs_port_reg[dump_index][i].data = NULL; in debugfs_release_v3_hw()
4737 sz = debugfs_port_reg.count * 4; in debugfs_alloc_v3_hw()
4740 &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