Home
last modified time | relevance | path

Searched refs:iost (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3616 void *databuf = hisi_hba->debugfs_iost[dump_index].iost; in debugfs_snapshot_iost_reg_v3_hw()
3617 struct hisi_sas_iost *iost; in debugfs_snapshot_iost_reg_v3_hw() local
3622 iost = hisi_hba->iost; in debugfs_snapshot_iost_reg_v3_hw()
3624 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_snapshot_iost_reg_v3_hw()
3625 memcpy(databuf, iost, sizeof(struct hisi_sas_iost)); in debugfs_snapshot_iost_reg_v3_hw()
3812 struct hisi_sas_iost *iost = debugfs_iost->iost; in debugfs_iost_v3_hw_show() local
3815 if (!debugfs_dump_is_generated_v3_hw(iost)) in debugfs_iost_v3_hw_show()
3818 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_iost_v3_hw_show()
3819 __le64 *data = &iost->qw0; in debugfs_iost_v3_hw_show()
3821 debugfs_show_row_64_v3_hw(s, i, sizeof(*iost), data); in debugfs_iost_v3_hw_show()
[all …]
H A Dhisi_sas.h386 struct hisi_sas_iost *iost; member
455 struct hisi_sas_iost *iost; member
H A Dhisi_sas_main.c2210 memset(hisi_hba->iost, 0, s); in hisi_sas_init_mem()
2323 hisi_hba->iost = dmam_alloc_coherent(dev, s, &hisi_hba->iost_dma, in hisi_sas_alloc()
2325 if (!hisi_hba->iost) in hisi_sas_alloc()