Lines Matching refs:latency
2675 struct cdp_tx_latency *latency) in dp_tx_latency_stats_get_per_peer() argument
2686 if (unlikely(!latency)) in dp_tx_latency_stats_get_per_peer()
2706 qdf_mem_zero(latency, sizeof(*latency)); in dp_tx_latency_stats_get_per_peer()
2707 qdf_mem_copy(latency->mac_remote.bytes, in dp_tx_latency_stats_get_per_peer()
2712 latency->stats[type].granularity = in dp_tx_latency_stats_get_per_peer()
2720 latency->stats[type].average = latency_accum / msdus_accum; in dp_tx_latency_stats_get_per_peer()
2722 latency->stats[type].distribution[lvl] = in dp_tx_latency_stats_get_per_peer()
2746 struct cdp_tx_latency *latency; in dp_tx_latency_stats_get_peer_iter() local
2759 latency = qdf_mem_malloc(sizeof(*latency)); in dp_tx_latency_stats_get_peer_iter()
2760 if (!latency) in dp_tx_latency_stats_get_peer_iter()
2763 status = dp_tx_latency_stats_get_per_peer(soc, peer, latency); in dp_tx_latency_stats_get_peer_iter()
2767 status = qdf_list_insert_back(stats_list, &latency->node); in dp_tx_latency_stats_get_peer_iter()
2774 qdf_mem_free(latency); in dp_tx_latency_stats_get_peer_iter()
2889 struct cdp_tx_latency *latency) in dp_tx_latency_stats_fetch() argument
2909 status = dp_tx_latency_stats_get_per_peer(soc, peer, latency); in dp_tx_latency_stats_fetch()