Searched refs:iost (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 2302 memset(hisi_hba->iost, 0, s); in hisi_sas_init_mem() 2412 hisi_hba->iost = dmam_alloc_coherent(dev, s, &hisi_hba->iost_dma, in hisi_sas_alloc() 2414 if (!hisi_hba->iost) in hisi_sas_alloc() 2819 void *databuf = hisi_hba->debugfs_iost[dump_index].iost; in hisi_sas_debugfs_snapshot_iost_reg() 2820 struct hisi_sas_iost *iost; in hisi_sas_debugfs_snapshot_iost_reg() local 2826 iost = hisi_hba->iost; in hisi_sas_debugfs_snapshot_iost_reg() 2828 for (i = 0; i < max_command_entries; i++, iost++) { in hisi_sas_debugfs_snapshot_iost_reg() 2829 memcpy(databuf, iost, sizeof(struct hisi_sas_iost)); in hisi_sas_debugfs_snapshot_iost_reg() 3079 struct hisi_sas_iost *iost in hisi_sas_debugfs_iost_show() local 3110 __le64 *iost; hisi_sas_debugfs_iost_cache_show() local [all...] |
H A D | hisi_sas.h | 387 struct hisi_sas_iost *iost; member 454 struct hisi_sas_iost *iost; member
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 738 /* iost */ in init_reg_v3_hw() 2110 .msg = "read iost poison", 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 3723 __le64 *iost; 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 | 2144 memset(hisi_hba->iost, 0, s); in hisi_sas_init_mem() 2255 hisi_hba->iost = dmam_alloc_coherent(dev, s, &hisi_hba->iost_dma, in hisi_sas_alloc() 2257 if (!hisi_hba->iost) in hisi_sas_alloc()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 23 milliseconds