Searched refs:iost (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/scsi/hisi_sas/ |
| D | hisi_sas_v3_hw.c | 3343 void *databuf = hisi_hba->debugfs_iost[dump_index].iost; in debugfs_snapshot_iost_reg_v3_hw() 3344 struct hisi_sas_iost *iost; in debugfs_snapshot_iost_reg_v3_hw() local 3349 iost = hisi_hba->iost; in debugfs_snapshot_iost_reg_v3_hw() 3351 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_snapshot_iost_reg_v3_hw() 3352 memcpy(databuf, iost, sizeof(struct hisi_sas_iost)); in debugfs_snapshot_iost_reg_v3_hw() 3516 struct hisi_sas_iost *iost = debugfs_iost->iost; in debugfs_iost_v3_hw_show() local 3519 for (i = 0; i < max_command_entries; i++, iost++) { in debugfs_iost_v3_hw_show() 3520 __le64 *data = &iost->qw0; in debugfs_iost_v3_hw_show() 3522 debugfs_show_row_64_v3_hw(s, i, sizeof(*iost), data); in debugfs_iost_v3_hw_show() 3536 __le64 *iost; in debugfs_iost_cache_v3_hw_show() local [all …]
|
| D | hisi_sas.h | 380 struct hisi_sas_iost *iost; member 449 struct hisi_sas_iost *iost; member
|
| D | hisi_sas_main.c | 2347 memset(hisi_hba->iost, 0, s); in hisi_sas_init_mem() 2457 hisi_hba->iost = dmam_alloc_coherent(dev, s, &hisi_hba->iost_dma, in hisi_sas_alloc() 2459 if (!hisi_hba->iost) in hisi_sas_alloc()
|
| /Linux-v5.15/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()
|