Home
last modified time | relevance | path

Searched refs:bus_bw_high_threshold (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.h363 return dp_ctx->dp_cfg.bus_bw_high_threshold; in dp_get_bus_bw_high_threshold()
H A Dwlan_dp_bus_bandwidth.c984 dp_ctx->dp_cfg.bus_bw_high_threshold, in wlan_dp_display_tx_rx_histogram()
1301 if (avg_no_rx_offload_pkts > dp_ctx->dp_cfg.bus_bw_high_threshold) { in dp_bus_bandwidth_work_tune_rx()
1306 } else if (avg_rx > dp_ctx->dp_cfg.bus_bw_high_threshold) { in dp_bus_bandwidth_work_tune_rx()
1421 } else if (avg_tx > dp_ctx->dp_cfg.bus_bw_high_threshold) { in dp_bus_bandwidth_work_tune_tx()
1528 } else if (total_pkts > dp_ctx->dp_cfg.bus_bw_high_threshold) { in dp_pld_request_bus_bandwidth()
1605 dp_ctx->dp_cfg.bus_bw_high_threshold && in dp_pld_request_bus_bandwidth()
H A Dwlan_dp_main.c498 config->bus_bw_high_threshold = in dp_ini_bus_bandwidth()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h160 uint32_t bus_bw_high_threshold; member