Lines Matching refs:res
4154 struct rcpi_res res = {0}; in wma_rcpi_event_handler() local
4162 cmd_param_info, &res); in wma_rcpi_event_handler()
4166 if (res.vdev_id >= wma_handle->max_bssid) { in wma_rcpi_event_handler()
4167 wma_err("received invalid vdev_id %d", res.vdev_id); in wma_rcpi_event_handler()
4171 iface = &wma_handle->interfaces[res.vdev_id]; in wma_rcpi_event_handler()
4184 if ((res.measurement_type == RCPI_MEASUREMENT_TYPE_INVALID) || in wma_rcpi_event_handler()
4185 (res.vdev_id != rcpi_req->session_id) || in wma_rcpi_event_handler()
4186 (res.measurement_type != rcpi_req->measurement_type) || in wma_rcpi_event_handler()
4187 (qdf_mem_cmp(res.mac_addr, &rcpi_req->mac_addr, in wma_rcpi_event_handler()
4195 qdf_mem_copy(&qdf_mac, res.mac_addr, QDF_MAC_ADDR_SIZE); in wma_rcpi_event_handler()
4197 res.rcpi_value, status); in wma_rcpi_event_handler()
4332 struct wmi_roam_scan_stats_res *res = NULL; in wma_roam_scan_stats_event_handler() local
4347 &res); in wma_roam_scan_stats_event_handler()
4380 roam_scan_stats_req->cb(roam_scan_stats_req->context, res); in wma_roam_scan_stats_event_handler()
4387 qdf_mem_free(res); in wma_roam_scan_stats_event_handler()
4388 res = NULL; in wma_roam_scan_stats_event_handler()