Home
last modified time | relevance | path

Searched refs:rx_bundle_stats (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc.c356 target->rx_bundle_stats[no_of_pkt_in_bundle]++; in htc_update_rx_bundle_stats()
1201 total += target->rx_bundle_stats[i]; in htc_dump_bundle_stats()
1212 target->rx_bundle_stats[i], in htc_dump_bundle_stats()
1213 ((target->rx_bundle_stats[i]*100)/ in htc_dump_bundle_stats()
1241 qdf_mem_zero(&target->rx_bundle_stats, sizeof(target->rx_bundle_stats)); in htc_clear_bundle_stats()
H A Dhtc_internal.h241 uint32_t rx_bundle_stats[HTC_MAX_MSG_PER_BUNDLE_RX]; member