Searched refs:total (Results 1 – 14 of 14) sorted by relevance
/wlan-driver/wpa_supplicant_8/hostapd/ ! |
H A D | hostapd_cli.c |
|
/wlan-driver/qca-wifi-host-cmn/htc/ ! |
H A D | htc.c | 1197 int total, i; in htc_dump_bundle_stats() local 1199 total = 0; in htc_dump_bundle_stats() 1201 total += target->rx_bundle_stats[i]; in htc_dump_bundle_stats() 1203 if (total) { in htc_dump_bundle_stats() 1206 total)); in htc_dump_bundle_stats() 1214 total), "%")); in htc_dump_bundle_stats() 1218 total = 0; in htc_dump_bundle_stats() 1220 total += target->tx_bundle_stats[i]; in htc_dump_bundle_stats() 1222 if (total) { in htc_dump_bundle_stats() 1225 total)); in htc_dump_bundle_stats() [all …]
|
/wlan-driver/wpa_supplicant_8/src/utils/ ! |
H A D | os_unix.c |
|
/wlan-driver/wpa_supplicant_8/src/ap/ ! |
H A D | acs.c |
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ ! |
H A D | ol_tx_queue.c | 421 if (txq->paused_count.total++ == 0) { in ol_txrx_peer_tid_pause_base() 491 TXRX_ASSERT2(txq->paused_count.total > 0); in ol_txrx_peer_tid_unpause_base() 493 if (txq->paused_count.total == 0) in ol_txrx_peer_tid_unpause_base() 496 if (--txq->paused_count.total == 0) { in ol_txrx_peer_tid_unpause_base()
|
H A D | ol_txrx.c | 3735 uint32_t total, num_free; in ol_txrx_dump_tx_desc() local 3738 total = qdf_atomic_read(&pdev->orig_target_tx_credit); in ol_txrx_dump_tx_desc() 3740 total = ol_tx_get_desc_global_pool_size(pdev); in ol_txrx_dump_tx_desc() 3746 total, num_free); in ol_txrx_dump_tx_desc() 3875 uint32_t total; in ol_txrx_get_tx_pending() local 3878 total = qdf_atomic_read(&pdev->orig_target_tx_credit); in ol_txrx_get_tx_pending() 3880 total = ol_tx_get_desc_global_pool_size(pdev); in ol_txrx_get_tx_pending() 3882 return total - ol_tx_get_total_free_desc(pdev); in ol_txrx_get_tx_pending()
|
H A D | ol_txrx_types.h | 347 uint8_t total; member
|
H A D | ol_tx_hl.c | 1938 vdev->txqs[i].paused_count.total = 0; 1984 peer->txqs[i].paused_count.total = 0;
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ ! |
H A D | dp_stats.c | 5009 dp_accumulate_delay_stats(struct cdp_delay_stats *total, in dp_accumulate_delay_stats() argument 5015 total->delay_bucket[index] += per_ring->delay_bucket[index]; in dp_accumulate_delay_stats() 5016 total->min_delay = QDF_MIN(total->min_delay, per_ring->min_delay); in dp_accumulate_delay_stats() 5017 total->max_delay = QDF_MAX(total->max_delay, per_ring->max_delay); in dp_accumulate_delay_stats() 5018 total->avg_delay = ((total->avg_delay + per_ring->avg_delay) >> 1); in dp_accumulate_delay_stats()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ ! |
H A D | android.config |
|
H A D | defconfig |
|
H A D | ChangeLog |
|
/wlan-driver/qcacld-3.0/core/hdd/src/ ! |
H A D | wlan_hdd_main.c | 12830 qdf_time_t total, pause, unpause, curr_time, delta; in hdd_display_netif_queue_history_compact() local 12848 total = curr_time - adapter->start_time; in hdd_display_netif_queue_history_compact() 12886 qdf_system_ticks_to_msecs(total), in hdd_display_netif_queue_history_compact() 12917 qdf_time_t total, pause, unpause, curr_time, delta; in wlan_hdd_display_adapter_netif_queue_stats() local 12926 total = curr_time - adapter->start_time; in wlan_hdd_display_adapter_netif_queue_stats() 12936 qdf_system_ticks_to_msecs(total), in wlan_hdd_display_adapter_netif_queue_stats()
|
/wlan-driver/qcacld-3.0/ ! |
H A D | Kbuild | 4704 #modes supported and no of STA vdev total non scan pending queue. Reserve
|