Lines Matching defs:pestat
1663 irdma_cqp_gather_stats_cmd(sc_vsi->dev, sc_vsi->pestat, false);
1665 irdma_cqp_gather_stats_gen1(sc_vsi->dev, sc_vsi->pestat);
1677 struct irdma_vsi_pestat *devstat = vsi->pestat;
1690 struct irdma_vsi_pestat *devstat = vsi->pestat;
1697 * @pestat: stats structure pointer
1699 static inline void irdma_process_stats(struct irdma_vsi_pestat *pestat)
1701 sc_vsi_update_stats(pestat->vsi);
1707 * @pestat: statistics structure
1710 struct irdma_vsi_pestat *pestat)
1713 pestat->gather_info.gather_stats_va;
1721 stats_inst_offset_32 = (pestat->gather_info.use_stats_inst) ?
1722 pestat->gather_info.stats_inst_index :
1723 pestat->hw->hmc.hmc_fn_id;
1737 irdma_process_stats(pestat);
1746 struct irdma_vsi_pestat *pestat = cqp_request->param;
1748 irdma_process_stats(pestat);
1754 * @pestat: pointer to stats info
1758 struct irdma_vsi_pestat *pestat, bool wait)
1775 cqp_info->in.u.stats_gather.info = pestat->gather_info;
1778 cqp_request->param = pestat;
1783 irdma_process_stats(pestat);