Searched refs:i40iw_dev_hw_stats (Results 1 – 6 of 6) sorted by relevance
76 struct i40iw_dev_hw_stats;123 struct i40iw_dev_hw_stats *hw_stats);
112 vchnl_msg->iw_chnl_buf_len = sizeof(*vchnl_msg) + sizeof(struct i40iw_dev_hw_stats) - 1; in vchnl_vf_send_get_pe_stats_req()257 struct i40iw_dev_hw_stats *hw_stats) in vchnl_pf_send_get_pe_stats_resp()260 u8 resp_buffer[sizeof(struct i40iw_virtchnl_resp_buf) + sizeof(struct i40iw_dev_hw_stats) - 1]; in vchnl_pf_send_get_pe_stats_resp()267 *((struct i40iw_dev_hw_stats *)vchnl_msg_resp->iw_chnl_buf) = *hw_stats; in vchnl_pf_send_get_pe_stats_resp()732 struct i40iw_dev_hw_stats *hw_stats) in i40iw_vchnl_vf_get_pe_stats()
73 void i40iw_hw_stats_read_all(struct i40iw_vsi_pestat *stats, struct i40iw_dev_hw_stats *stats_value…
242 struct i40iw_dev_hw_stats { struct249 struct i40iw_dev_hw_stats hw_stats; argument250 struct i40iw_dev_hw_stats last_read_hw_stats;
4676 struct i40iw_dev_hw_stats *last_rd_stats = &stats->last_read_hw_stats; in i40iw_hw_stats_init()4851 struct i40iw_dev_hw_stats *last_rd_stats = &stats->last_read_hw_stats; in i40iw_hw_stats_read_32()4852 struct i40iw_dev_hw_stats *hw_stats = &stats->hw_stats; in i40iw_hw_stats_read_32()4879 struct i40iw_dev_hw_stats *last_rd_stats = &stats->last_read_hw_stats; in i40iw_hw_stats_read_64()4880 struct i40iw_dev_hw_stats *hw_stats = &stats->hw_stats; in i40iw_hw_stats_read_64()4904 struct i40iw_dev_hw_stats *stats_values) in i40iw_hw_stats_read_all()
2672 struct i40iw_dev_hw_stats *hw_stats = &devstat->hw_stats; in i40iw_get_hw_stats()