Lines Matching refs:pestat
1950 vsi->pestat = info->pestat;
1951 vsi->pestat->hw = vsi->dev->hw;
1952 vsi->pestat->vsi = vsi;
1953 stats_buff_mem = &vsi->pestat->gather_info.stats_buff_mem;
1955 stats_buff_mem->va = dma_alloc_coherent(vsi->pestat->hw->device,
1962 vsi->pestat->gather_info.gather_stats_va = stats_buff_mem->va;
1963 vsi->pestat->gather_info.last_gather_stats_va =
1977 vsi->pestat->gather_info.use_stats_inst = true;
1978 vsi->pestat->gather_info.stats_inst_index = stats_idx;
2010 if (!vsi->pestat)
2013 dma_free_coherent(vsi->pestat->hw->device,
2014 vsi->pestat->gather_info.stats_buff_mem.size,
2015 vsi->pestat->gather_info.stats_buff_mem.va,
2016 vsi->pestat->gather_info.stats_buff_mem.pa);
2017 vsi->pestat->gather_info.stats_buff_mem.va = NULL;
5320 gather_stats = vsi->pestat->gather_info.gather_stats_va;
5321 last_gather_stats = vsi->pestat->gather_info.last_gather_stats_va;
5322 irdma_update_stats(&vsi->pestat->hw_stats, gather_stats,