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…
248 struct i40iw_dev_hw_stats { struct255 struct i40iw_dev_hw_stats hw_stats; argument256 struct i40iw_dev_hw_stats last_read_hw_stats;
4771 struct i40iw_dev_hw_stats *last_rd_stats = &stats->last_read_hw_stats; in i40iw_hw_stats_init()4946 struct i40iw_dev_hw_stats *last_rd_stats = &stats->last_read_hw_stats; in i40iw_hw_stats_read_32()4947 struct i40iw_dev_hw_stats *hw_stats = &stats->hw_stats; in i40iw_hw_stats_read_32()4974 struct i40iw_dev_hw_stats *last_rd_stats = &stats->last_read_hw_stats; in i40iw_hw_stats_read_64()4975 struct i40iw_dev_hw_stats *hw_stats = &stats->hw_stats; in i40iw_hw_stats_read_64()4999 struct i40iw_dev_hw_stats *stats_values) in i40iw_hw_stats_read_all()
2562 struct i40iw_dev_hw_stats *hw_stats = &devstat->hw_stats; in i40iw_get_hw_stats()