Home
last modified time | relevance | path

Searched refs:stats_reg_offset (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_ctrl.c4767 u32 stats_reg_offset; in i40iw_hw_stats_init() local
4921 stats_reg_offset = stats_table->stats_offset_64[stats_index]; in i40iw_hw_stats_init()
4923 readq(stats->hw->hw_addr + stats_reg_offset); in i40iw_hw_stats_init()
4928 stats_reg_offset = stats_table->stats_offset_32[stats_index]; in i40iw_hw_stats_init()
4930 i40iw_rd32(stats->hw, stats_reg_offset); in i40iw_hw_stats_init()
4949 u32 stats_reg_offset = stats_table->stats_offset_32[index]; in i40iw_hw_stats_read_32() local
4951 new_stats_value = i40iw_rd32(stats->hw, stats_reg_offset); in i40iw_hw_stats_read_32()
4977 u32 stats_reg_offset = stats_table->stats_offset_64[index]; in i40iw_hw_stats_read_64() local
4979 new_stats_value = readq(stats->hw->hw_addr + stats_reg_offset); in i40iw_hw_stats_read_64()