Searched refs:iost (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 2292 memset(hisi_hba->iost, 0, s); in hisi_sas_init_mem() 2402 hisi_hba->iost = dmam_alloc_coherent(dev, s, &hisi_hba->iost_dma, in hisi_sas_alloc() 2404 if (!hisi_hba->iost) in hisi_sas_alloc() 2802 struct hisi_sas_iost *iost; in hisi_sas_debugfs_snapshot_iost_reg() local 2808 iost = hisi_hba->iost; in hisi_sas_debugfs_snapshot_iost_reg() 2810 for (i = 0; i < max_command_entries; i++, iost++) { in hisi_sas_debugfs_snapshot_iost_reg() 2811 memcpy(databuf, iost, sizeof(struct hisi_sas_iost)); in hisi_sas_debugfs_snapshot_iost_reg() 3063 __le64 *iost = &debugfs_iost->qw0; in hisi_sas_debugfs_iost_show() local 3065 hisi_sas_show_row_64(s, i, sizeof(*debugfs_iost), iost); in hisi_sas_debugfs_iost_show() 3091 __le64 *iost; in hisi_sas_debugfs_iost_cache_show() local [all …]
|
D | hisi_sas.h | 376 struct hisi_sas_iost *iost; member
|
/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->has_robosw) in bgmac_chip_reset_idm_config()
|