Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3070 static const struct hisi_sas_debugfs_reg debugfs_port_reg = { variable
3541 const struct hisi_sas_debugfs_reg *port = &debugfs_port_reg; in debugfs_snapshot_port_reg_v3_hw()
3547 databuf = hisi_hba->debugfs_port_reg[dump_index][phy_cnt].data; in debugfs_snapshot_port_reg_v3_hw()
3712 const struct hisi_sas_debugfs_reg *reg_port = &debugfs_port_reg; in debugfs_port_v3_hw_show()
3934 &hisi_hba->debugfs_port_reg[index][p], in debugfs_create_files_v3_hw()
4669 devm_kfree(dev, hisi_hba->debugfs_port_reg[dump_index][i].data); in debugfs_release_v3_hw()
4670 hisi_hba->debugfs_port_reg[dump_index][i].data = NULL; in debugfs_release_v3_hw()
4698 sz = debugfs_port_reg.count * HISI_SAS_REG_MEM_SIZE; in debugfs_alloc_v3_hw()
4701 &hisi_hba->debugfs_port_reg[dump_index][p]; in debugfs_alloc_v3_hw()
H A Dhisi_sas.h485 struct hisi_sas_debugfs_port debugfs_port_reg[HISI_SAS_MAX_DEBUGFS_DUMP][HISI_SAS_MAX_PHYS]; member