Searched refs:debugfs_iost (Results 1 – 2 of 2) sorted by relevance
2794 void *databuf = hisi_hba->debugfs_iost; in hisi_sas_debugfs_snapshot_iost_reg()3052 struct hisi_sas_iost *debugfs_iost = hisi_hba->debugfs_iost; in hisi_sas_debugfs_iost_show() local3055 for (i = 0; i < max_command_entries; i++, debugfs_iost++) { in hisi_sas_debugfs_iost_show()3056 __le64 *iost = &debugfs_iost->qw0; in hisi_sas_debugfs_iost_show()3058 hisi_sas_show_row_64(s, i, sizeof(*debugfs_iost), iost); in hisi_sas_debugfs_iost_show()3693 devm_kfree(dev, hisi_hba->debugfs_iost); in hisi_sas_debugfs_release()3768 hisi_hba->debugfs_iost = devm_kmalloc(dev, sz, GFP_KERNEL); in hisi_sas_debugfs_alloc()3769 if (!hisi_hba->debugfs_iost) in hisi_sas_debugfs_alloc()
409 struct hisi_sas_iost *debugfs_iost; member