Searched refs:iost (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 3527 void *databuf = hisi_hba->debugfs_iost[dump_index].iost; in debugfs_snapshot_iost_reg_v3_hw() 3528 struct hisi_sas_iost *iost; in debugfs_snapshot_iost_reg_v3_hw() local 3533 iost = hisi_hba->iost; in debugfs_snapshot_iost_reg_v3_hw() 3535 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_snapshot_iost_reg_v3_hw() 3536 memcpy(databuf, iost, sizeof(struct hisi_sas_iost)); in debugfs_snapshot_iost_reg_v3_hw() 3700 struct hisi_sas_iost *iost = debugfs_iost->iost; in debugfs_iost_v3_hw_show() local 3703 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_iost_v3_hw_show() 3704 __le64 *data = &iost->qw0; in debugfs_iost_v3_hw_show() 3706 debugfs_show_row_64_v3_hw(s, i, sizeof(*iost), data); in debugfs_iost_v3_hw_show() 3720 __le64 *iost; in debugfs_iost_cache_v3_hw_show() local [all …]
|
H A D | hisi_sas.h | 374 struct hisi_sas_iost *iost; member 443 struct hisi_sas_iost *iost; member
|
H A D | hisi_sas_main.c | 2161 memset(hisi_hba->iost, 0, s); in hisi_sas_init_mem() 2272 hisi_hba->iost = dmam_alloc_coherent(dev, s, &hisi_hba->iost_dma, in hisi_sas_alloc() 2274 if (!hisi_hba->iost) in hisi_sas_alloc()
|
/linux/drivers/net/ethernet/broadcom/ |
H A 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()
|