Home
last modified time | relevance | path

Searched refs:bus_bw_low_threshold (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c986 dp_ctx->dp_cfg.bus_bw_low_threshold, in wlan_dp_display_tx_rx_histogram()
1538 } else if (total_pkts > dp_ctx->dp_cfg.bus_bw_low_threshold) { in dp_pld_request_bus_bandwidth()
1607 dp_ctx->dp_cfg.bus_bw_low_threshold) in dp_pld_request_bus_bandwidth()
1617 if (rx_packets < dp_ctx->dp_cfg.bus_bw_low_threshold) in dp_pld_request_bus_bandwidth()
H A Dwlan_dp_main.c502 config->bus_bw_low_threshold = in dp_ini_bus_bandwidth()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h162 uint32_t bus_bw_low_threshold; member