Lines Matching refs:req_param
128 struct stats_request_params req_param; in ath11k_open_pdev_stats() local
145 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_pdev_stats()
146 req_param.vdev_id = 0; in ath11k_open_pdev_stats()
147 req_param.stats_id = WMI_REQUEST_PDEV_STAT; in ath11k_open_pdev_stats()
149 ret = ath11k_mac_fw_stats_request(ar, &req_param); in ath11k_open_pdev_stats()
155 ath11k_wmi_fw_stats_fill(ar, &ar->fw_stats, req_param.stats_id, buf); in ath11k_open_pdev_stats()
198 struct stats_request_params req_param; in ath11k_open_vdev_stats() local
215 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_vdev_stats()
217 req_param.vdev_id = 0; in ath11k_open_vdev_stats()
218 req_param.stats_id = WMI_REQUEST_VDEV_STAT; in ath11k_open_vdev_stats()
220 ret = ath11k_mac_fw_stats_request(ar, &req_param); in ath11k_open_vdev_stats()
226 ath11k_wmi_fw_stats_fill(ar, &ar->fw_stats, req_param.stats_id, buf); in ath11k_open_vdev_stats()
270 struct stats_request_params req_param; in ath11k_open_bcn_stats() local
287 req_param.stats_id = WMI_REQUEST_BCN_STAT; in ath11k_open_bcn_stats()
288 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_bcn_stats()
295 req_param.vdev_id = arvif->vdev_id; in ath11k_open_bcn_stats()
296 ret = ath11k_mac_fw_stats_request(ar, &req_param); in ath11k_open_bcn_stats()
303 ath11k_wmi_fw_stats_fill(ar, &ar->fw_stats, req_param.stats_id, buf); in ath11k_open_bcn_stats()