Searched refs:rx_hw_stats (Results 1 – 2 of 2) sorted by relevance
3109 is_query_timeout = soc->rx_hw_stats->is_query_timeout; in dp_rx_hw_stats_cb()3111 if (qdf_atomic_dec_and_test(&soc->rx_hw_stats->pending_tid_stats_cnt)) { in dp_rx_hw_stats_cb()3117 qdf_mem_free(soc->rx_hw_stats); in dp_rx_hw_stats_cb()3118 soc->rx_hw_stats = NULL; in dp_rx_hw_stats_cb()3156 if (soc->rx_hw_stats) { in dp_request_rx_hw_stats()3176 soc->rx_hw_stats = qdf_mem_malloc(sizeof(*soc->rx_hw_stats)); in dp_request_rx_hw_stats()3178 if (!soc->rx_hw_stats) { in dp_request_rx_hw_stats()3194 dp_peer_rxtid_stats(peer, dp_rx_hw_stats_cb, soc->rx_hw_stats); in dp_request_rx_hw_stats()3197 qdf_mem_free(soc->rx_hw_stats); in dp_request_rx_hw_stats()3198 soc->rx_hw_stats = NULL; in dp_request_rx_hw_stats()[all …]
3056 struct dp_req_rx_hw_stats_t *rx_hw_stats; member