Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_bitrates.c35 uint8_t preamble = 0, nss = 0, rix = 0; in wlan_hdd_sta_set_11n_rate() local
52 rix = RC_2_RATE_IDX(rate_code); in wlan_hdd_sta_set_11n_rate()
70 rix = RC_2_RATE_IDX(rate_code); in wlan_hdd_sta_set_11n_rate()
73 if (rix != 0x3) in wlan_hdd_sta_set_11n_rate()
77 rix |= 0x4; in wlan_hdd_sta_set_11n_rate()
82 rate_code = hdd_assemble_rate_code(preamble, nss, rix); in wlan_hdd_sta_set_11n_rate()
86 rate_code, rix, preamble, nss); in wlan_hdd_sta_set_11n_rate()
97 uint8_t preamble = 0, nss = 0, rix = 0; in wlan_hdd_sta_set_vht_rate() local
103 rix = RC_2_RATE_IDX_11AC(rate_code); in wlan_hdd_sta_set_vht_rate()
106 rate_code = hdd_assemble_rate_code(preamble, nss, rix); in wlan_hdd_sta_set_vht_rate()
[all …]
H A Dwlan_hdd_eht.c269 uint8_t preamble = 0, nss = 0, rix = 0; in hdd_set_11be_rate_code() local
293 rix = RC_2_RATE_IDX_11BE(rate_code); in hdd_set_11be_rate_code()
298 rate_code, rix, preamble, nss); in hdd_set_11be_rate_code()
H A Dwlan_hdd_hostapd_wext.c642 uint8_t preamble = 0, nss = 0, rix = 0; in __iw_softap_setparam() local
649 rix = RC_2_RATE_IDX(set_value); in __iw_softap_setparam()
680 if (rix != 0x3) in __iw_softap_setparam()
681 rix |= 0x4; in __iw_softap_setparam()
693 set_value = hdd_assemble_rate_code(preamble, nss, rix); in __iw_softap_setparam()
696 set_value, rix, preamble, nss); in __iw_softap_setparam()
705 uint8_t preamble = 0, nss = 0, rix = 0; in __iw_softap_setparam() local
719 rix = RC_2_RATE_IDX_11AC(set_value); in __iw_softap_setparam()
723 set_value = hdd_assemble_rate_code(preamble, nss, rix); in __iw_softap_setparam()
726 set_value, rix, preamble, nss); in __iw_softap_setparam()
H A Dwlan_hdd_wext.c3783 uint8_t preamble = 0, nss = 0, rix = 0; in hdd_we_set_11n_rate() local
3795 rix = RC_2_RATE_IDX(rate_code); in hdd_we_set_11n_rate()
3813 rix = RC_2_RATE_IDX(rate_code); in hdd_we_set_11n_rate()
3816 if (rix != 0x3) in hdd_we_set_11n_rate()
3820 rix |= 0x4; in hdd_we_set_11n_rate()
3825 rate_code = hdd_assemble_rate_code(preamble, nss, rix); in hdd_we_set_11n_rate()
3829 rate_code, rix, preamble, nss); in hdd_we_set_11n_rate()
3843 uint8_t preamble = 0, nss = 0, rix = 0; in hdd_we_set_vht_rate() local
3849 rix = RC_2_RATE_IDX_11AC(rate_code); in hdd_we_set_vht_rate()
3852 rate_code = hdd_assemble_rate_code(preamble, nss, rix); in hdd_we_set_vht_rate()
[all …]
H A Dwlan_hdd_main.c3936 uint8_t preamble = 0, nss = 0, rix = 0; in hdd_set_11ax_rate() local
3953 rix = RC_2_RATE_IDX_11AX(set_value); in hdd_set_11ax_rate()
3957 set_value = hdd_assemble_rate_code(preamble, nss, rix); in hdd_set_11ax_rate()
3965 set_value, rix, preamble, nss); in hdd_set_11ax_rate()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_rx_mon.c707 uint32_t rix; in dp_rx_rate_stats_update() local
747 &rix, in dp_rx_rate_stats_update()
751 ppdu->rix = 0; in dp_rx_rate_stats_update()
752 ppdu_user->rix = 0; in dp_rx_rate_stats_update()
763 ppdu->rix = rix; in dp_rx_rate_stats_update()
764 ppdu_user->rix = rix; in dp_rx_rate_stats_update()
H A Ddp_mon.c2586 uint32_t rix; in dp_tx_rate_stats_update() local
2606 &rix, in dp_tx_rate_stats_update()
2620 ppdu->rix = rix; in dp_tx_rate_stats_update()
3126 uint32_t rix; in dp_ppdu_desc_user_deter_stats_update() local
3160 &rix, in dp_ppdu_desc_user_deter_stats_update()
/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
H A Ddp_ratetable.h271 uint8_t bw, uint8_t punc_bw, uint32_t *rix, uint16_t *ratecode);
H A Ddp_ratetable.c6531 uint8_t bw, uint8_t punc_bw, uint32_t *rix, uint16_t *ratecode) in dp_getrateindex() argument
6594 *rix = res; in dp_getrateindex()
6601 uint8_t bw, uint8_t punc_bw, uint32_t *rix, uint16_t *ratecode) in dp_getrateindex() argument
6660 *rix = res; in dp_getrateindex()
/wlan-driver/fw-api/fw/
H A Dwlan_defs.h601 A_RATE rix[NUM_SCHED_ENTRIES][NUM_DYN_BW]; member
629 A_RATE rix[NUM_DYN_BW * NUM_SCHED_ENTRIES]; member
649 A_RATE rix[NUM_DYN_BW * NUM_SCHED_ENTRIES]; member
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn_struct.h2251 uint32_t rix; member
2691 uint32_t rix; member
2825 uint32_t rix; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c1287 uint32_t rix = 0; in dp_tx_mon_update_radiotap() local
1298 &rix, &ratecode); in dp_tx_mon_update_radiotap()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c2285 uint8_t preamble = 0, nss = 0, rix = 0; in wma_update_tx_send_params() local
2288 rix = rate_mcs[rid]; in wma_update_tx_send_params()
2290 tx_param->mcs_mask = (1 << rix); in wma_update_tx_send_params()
H A Dwma_dev_if.c3335 uint8_t preamble, nss, rix; in wma_update_beacon_tx_rate_code() local
3340 rix = rate_code & RATECODE_V1_RIX_MASK; in wma_update_beacon_tx_rate_code()
3345 wlan_mlme_assemble_rate_code(preamble, nss, rix); in wma_update_beacon_tx_rate_code()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx.c2518 uint32_t rix; in dp_rx_rates_stats_update() local
2542 &rix, in dp_rx_rates_stats_update()
H A Ddp_main.c9334 uint32_t rix; in dp_txrx_get_ratekbps() local
9340 &rix, &ratecode); in dp_txrx_get_ratekbps()