Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c1456 uint64_t total_pkts) in dp_sap_p2p_update_mid_high_tput() argument
1462 total_pkts > dp_ctx->dp_cfg.bus_bw_mid_high_threshold) { in dp_sap_p2p_update_mid_high_tput()
1495 u64 total_pkts = tx_packets + rx_packets; in dp_pld_request_bus_bandwidth() local
1519 } else if (total_pkts > dp_ctx->dp_cfg.bus_bw_super_high_threshold) { in dp_pld_request_bus_bandwidth()
1522 } else if (total_pkts > dp_ctx->dp_cfg.bus_bw_ultra_high_threshold) { in dp_pld_request_bus_bandwidth()
1525 } else if (total_pkts > dp_ctx->dp_cfg.bus_bw_very_high_threshold) { in dp_pld_request_bus_bandwidth()
1528 } else if (total_pkts > dp_ctx->dp_cfg.bus_bw_high_threshold) { in dp_pld_request_bus_bandwidth()
1531 if (dp_sap_p2p_update_mid_high_tput(dp_ctx, total_pkts)) { in dp_pld_request_bus_bandwidth()
1535 } else if (total_pkts > dp_ctx->dp_cfg.bus_bw_medium_threshold) { in dp_pld_request_bus_bandwidth()
1538 } else if (total_pkts > dp_ctx->dp_cfg.bus_bw_low_threshold) { in dp_pld_request_bus_bandwidth()
[all …]