Searched refs:iost (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/scsi/hisi_sas/ |
D | hisi_sas_v3_hw.c | 3530 void *databuf = hisi_hba->debugfs_iost[dump_index].iost; in debugfs_snapshot_iost_reg_v3_hw() 3531 struct hisi_sas_iost *iost; in debugfs_snapshot_iost_reg_v3_hw() local 3536 iost = hisi_hba->iost; in debugfs_snapshot_iost_reg_v3_hw() 3538 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_snapshot_iost_reg_v3_hw() 3539 memcpy(databuf, iost, sizeof(struct hisi_sas_iost)); in debugfs_snapshot_iost_reg_v3_hw() 3703 struct hisi_sas_iost *iost = debugfs_iost->iost; in debugfs_iost_v3_hw_show() local 3706 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_iost_v3_hw_show() 3707 __le64 *data = &iost->qw0; in debugfs_iost_v3_hw_show() 3709 debugfs_show_row_64_v3_hw(s, i, sizeof(*iost), data); in debugfs_iost_v3_hw_show() 3723 __le64 *iost; in debugfs_iost_cache_v3_hw_show() local [all …]
|
D | hisi_sas.h | 374 struct hisi_sas_iost *iost; member 443 struct hisi_sas_iost *iost; member
|
D | hisi_sas_main.c | 2141 memset(hisi_hba->iost, 0, s); in hisi_sas_init_mem() 2252 hisi_hba->iost = dmam_alloc_coherent(dev, s, &hisi_hba->iost_dma, in hisi_sas_alloc() 2254 if (!hisi_hba->iost) in hisi_sas_alloc()
|
/Linux-v6.6/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 881 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()
|