Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2794 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() local
3055 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()
Dhisi_sas.h409 struct hisi_sas_iost *debugfs_iost; member