Searched refs:wmi_peer_rx (Results 1 – 1 of 1) sorted by relevance
1360 wmi_peer_ac_rx_stats *wmi_peer_rx; in wma_fill_rx_stats() local1370 wmi_peer_rx = param_buf->peer_ac_rx_stats; in wma_fill_rx_stats()1405 if (!wmi_peer_rx || !wmi_rx || !peer_stats) { in wma_fill_rx_stats()1407 wmi_peer_rx, wmi_rx, peer_stats); in wma_fill_rx_stats()1411 uint32_t peer_id = wmi_peer_rx[i].peer_id; in wma_fill_rx_stats()1423 peer_stats->peer_id = wmi_peer_rx[i].peer_id; in wma_fill_rx_stats()1424 peer_stats->vdev_id = wmi_peer_rx[i].vdev_id; in wma_fill_rx_stats()1425 peer_stats->sta_ps_inds = wmi_peer_rx[i].sta_ps_inds; in wma_fill_rx_stats()1426 peer_stats->sta_ps_durs = wmi_peer_rx[i].sta_ps_durs; in wma_fill_rx_stats()1428 wmi_peer_rx[i].rx_probe_reqs; in wma_fill_rx_stats()[all …]