Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_virtchnl.h76 struct i40iw_dev_hw_stats;
123 struct i40iw_dev_hw_stats *hw_stats);
Di40iw_virtchnl.c112 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()
Di40iw_p.h73 void i40iw_hw_stats_read_all(struct i40iw_vsi_pestat *stats, struct i40iw_dev_hw_stats *stats_value…
Di40iw_type.h242 struct i40iw_dev_hw_stats { struct
249 struct i40iw_dev_hw_stats hw_stats; argument
250 struct i40iw_dev_hw_stats last_read_hw_stats;
Di40iw_ctrl.c4676 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()
Di40iw_verbs.c2672 struct i40iw_dev_hw_stats *hw_stats = &devstat->hw_stats; in i40iw_get_hw_stats()