Home
last modified time | relevance | path

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

/drivers/infiniband/hw/i40iw/
Di40iw_ctrl.c4773 u32 stats_reg_offset; in i40iw_hw_stats_init() local
4927 stats_reg_offset = stats_table->stats_offset_64[stats_index]; in i40iw_hw_stats_init()
4929 readq(stats->hw->hw_addr + stats_reg_offset); in i40iw_hw_stats_init()
4934 stats_reg_offset = stats_table->stats_offset_32[stats_index]; in i40iw_hw_stats_init()
4936 i40iw_rd32(stats->hw, stats_reg_offset); in i40iw_hw_stats_init()
4955 u32 stats_reg_offset = stats_table->stats_offset_32[index]; in i40iw_hw_stats_read_32() local
4957 new_stats_value = i40iw_rd32(stats->hw, stats_reg_offset); in i40iw_hw_stats_read_32()
4983 u32 stats_reg_offset = stats_table->stats_offset_64[index]; in i40iw_hw_stats_read_64() local
4985 new_stats_value = readq(stats->hw->hw_addr + stats_reg_offset); in i40iw_hw_stats_read_64()