Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/hisi_sas/
A Dhisi_sas_v3_hw.c3423 struct hisi_sas_iost *iost; in debugfs_snapshot_iost_reg_v3_hw() local
3428 iost = hisi_hba->iost; in debugfs_snapshot_iost_reg_v3_hw()
3430 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_snapshot_iost_reg_v3_hw()
3431 memcpy(databuf, iost, sizeof(struct hisi_sas_iost)); in debugfs_snapshot_iost_reg_v3_hw()
3595 struct hisi_sas_iost *iost = debugfs_iost->iost; in debugfs_iost_v3_hw_show() local
3598 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_iost_v3_hw_show()
3599 __le64 *data = &iost->qw0; in debugfs_iost_v3_hw_show()
3615 __le64 *iost; in debugfs_iost_cache_v3_hw_show() local
3625 iost = (__le64 *)iost_cache; in debugfs_iost_cache_v3_hw_show()
4647 hisi_hba->debugfs_iost[dump_index].iost = in debugfs_alloc_v3_hw()
[all …]
A Dhisi_sas.h373 struct hisi_sas_iost *iost; member
442 struct hisi_sas_iost *iost; member
A Dhisi_sas_main.c2065 memset(hisi_hba->iost, 0, s); in hisi_sas_init_mem()
2175 hisi_hba->iost = dmam_alloc_coherent(dev, s, &hisi_hba->iost_dma, in hisi_sas_alloc()
2177 if (!hisi_hba->iost) in hisi_sas_alloc()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/
A Dbgmac.c881 u32 iost; in bgmac_chip_reset_idm_config() local
883 iost = bgmac_idm_read(bgmac, BCMA_IOST); in bgmac_chip_reset_idm_config()
885 iost &= ~BGMAC_BCMA_IOST_ATTACHED; in bgmac_chip_reset_idm_config()
891 if (iost & BGMAC_BCMA_IOST_ATTACHED) { in bgmac_chip_reset_idm_config()
899 if (iost & BGMAC_BCMA_IOST_ATTACHED && (bgmac->in_init || !bgmac->has_robosw)) in bgmac_chip_reset_idm_config()

Completed in 36 milliseconds