Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_swlm.c45 static bool dp_swlm_is_tput_thresh_reached(struct dp_soc *soc, uint8_t rid) in dp_swlm_is_tput_thresh_reached() argument
51 tx_delta = soc->stats.tx.egress[rid].bytes - in dp_swlm_is_tput_thresh_reached()
52 params->tcl[rid].prev_tx_bytes; in dp_swlm_is_tput_thresh_reached()
53 params->tcl[rid].prev_tx_bytes = soc->stats.tx.egress[rid].bytes; in dp_swlm_is_tput_thresh_reached()
55 params->tcl[rid].sampling_session_tx_bytes = tx_delta; in dp_swlm_is_tput_thresh_reached()
59 rx_delta = soc->stats.rx.ingress.bytes - params->tcl[rid].prev_rx_bytes; in dp_swlm_is_tput_thresh_reached()
60 params->tcl[rid].prev_rx_bytes = soc->stats.rx.ingress.bytes; in dp_swlm_is_tput_thresh_reached()
62 params->tcl[rid].sampling_session_tx_bytes = tx_delta; in dp_swlm_is_tput_thresh_reached()
66 tx_packet_delta = soc->stats.tx.egress[rid].num - in dp_swlm_is_tput_thresh_reached()
67 params->tcl[rid].prev_tx_packets; in dp_swlm_is_tput_thresh_reached()
[all …]
/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_types.h449 pData, txFlag, sessionid, channel_freq, rid, peer_rssi) \ argument
464 (rid), \
470 tdlsflag, channel_freq, rid, peer_rssi, action) \ argument
485 (rid), \
702 uint16_t channel_freq, enum rateid rid,
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_data.c2283 enum rateid rid) in wma_update_tx_send_params() argument
2287 preamble = rate_pream[rid]; in wma_update_tx_send_params()
2288 rix = rate_mcs[rid]; in wma_update_tx_send_params()
2296 rid, tx_param->mcs_mask, tx_param->nss_mask, in wma_update_tx_send_params()
2306 uint16_t channel_freq, enum rateid rid, in wma_tx_packet() argument
2734 if (rid < RATEID_DEFAULT && in wma_tx_packet()
2735 (rid != RATEID_1MBPS && !(rid == RATEID_6MBPS && is_5g))) { in wma_tx_packet()
2736 wma_debug("using rate id: %d for Tx", rid); in wma_tx_packet()
2738 wma_update_tx_send_params(&mgmt_param.tx_param, rid); in wma_tx_packet()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.c9816 enum rateid rid = RATEID_DEFAULT; in lim_get_min_session_txrate() local
9822 return rid; in lim_get_min_session_txrate()
9834 return rid; in lim_get_min_session_txrate()
9839 return rid; in lim_get_min_session_txrate()
9848 rid = RATEID_1MBPS; in lim_get_min_session_txrate()
9851 rid = RATEID_2MBPS; in lim_get_min_session_txrate()
9854 rid = RATEID_5_5MBPS; in lim_get_min_session_txrate()
9857 rid = RATEID_11MBPS; in lim_get_min_session_txrate()
9860 rid = RATEID_6MBPS; in lim_get_min_session_txrate()
9863 rid = RATEID_9MBPS; in lim_get_min_session_txrate()
[all …]