Home
last modified time | relevance | path

Searched refs:tx_latency_cfg (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.h766 if (adapter->tx_latency_cfg.enable) in hdd_tx_latency_record_ingress_ts()
H A Dwlan_hdd_stats.c10929 config = &link_info->adapter->tx_latency_cfg; in hdd_tx_latency_restore_config()
10977 qdf_mem_copy(&adapter->tx_latency_cfg, config, in hdd_tx_latency_set()
11540 if (!adapter->tx_latency_cfg.enable) { in __wlan_hdd_cfg80211_tx_latency()
11572 if (!adapter->tx_latency_cfg.enable) { in __wlan_hdd_cfg80211_tx_latency()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.c2401 return qdf_atomic_read(&vdev->tx_latency_cfg.enabled); in dp_tx_latency_stats_enabled()
2413 return qdf_atomic_read(&vdev->tx_latency_cfg.report); in dp_tx_latency_stats_report_enabled()
2477 qdf_atomic_read(&vdev->tx_latency_cfg.granularity[type]); in dp_tx_latency_stats_update_bucket()
2624 cfg = &vdev->tx_latency_cfg; in dp_tx_latency_stats_update_cca()
2710 cfg = &vdev->tx_latency_cfg; in dp_tx_latency_stats_get_per_peer()
2940 qdf_atomic_set(&vdev->tx_latency_cfg.enabled, 0); in dp_tx_latency_stats_config()
2946 qdf_atomic_set(&vdev->tx_latency_cfg.report, (cfg->report ? 1 : 0)); in dp_tx_latency_stats_config()
2948 qdf_atomic_set(&vdev->tx_latency_cfg.granularity[type], in dp_tx_latency_stats_config()
2962 qdf_atomic_set(&vdev->tx_latency_cfg.enabled, (cfg->enable ? 1 : 0)); in dp_tx_latency_stats_config()
H A Ddp_types.h4304 struct dp_tx_latency_config tx_latency_cfg; member
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h1492 struct cdp_tx_latency_config tx_latency_cfg; member