Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_eht.c332 eht_cap->bw_20_rx_max_nss_for_mcs_0_to_7 |= QDF_GET_BITS(*mcs_2g_20, 0, 4); in wma_update_eht_20mhz_only_mcs()
333 eht_cap->bw_20_tx_max_nss_for_mcs_0_to_7 |= QDF_GET_BITS(*mcs_2g_20, 4, 4); in wma_update_eht_20mhz_only_mcs()
334 eht_cap->bw_20_rx_max_nss_for_mcs_8_and_9 |= QDF_GET_BITS(*mcs_2g_20, 8, 4); in wma_update_eht_20mhz_only_mcs()
336 QDF_GET_BITS(*mcs_2g_20, 12, 4); in wma_update_eht_20mhz_only_mcs()
338 QDF_GET_BITS(*mcs_2g_20, 16, 4); in wma_update_eht_20mhz_only_mcs()
340 QDF_GET_BITS(*mcs_2g_20, 20, 4); in wma_update_eht_20mhz_only_mcs()
342 QDF_GET_BITS(*mcs_2g_20, 24, 4); in wma_update_eht_20mhz_only_mcs()
344 QDF_GET_BITS(*mcs_2g_20, 28, 4); in wma_update_eht_20mhz_only_mcs()
351 QDF_GET_BITS(*mcs_le_80, 0, 4); in wma_update_eht_le_80mhz_mcs()
353 QDF_GET_BITS(*mcs_le_80, 4, 4); in wma_update_eht_le_80mhz_mcs()
[all …]
/wlan-driver/qcacld-3.0/components/umac/twt/dispatcher/inc/
Dcfg_twt.h158 QDF_GET_BITS(_bcast_conf, \
163 QDF_GET_BITS(_bcast_conf, \
205 QDF_GET_BITS(_rtwt_conf, \
210 QDF_GET_BITS(_rtwt_conf, \
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dutils_mlo.c115 presence_bm = QDF_GET_BITS(mlcontrol, WLAN_ML_CTRL_PBM_IDX, in util_parse_multi_link_ctrl()
336 presence_bm = QDF_GET_BITS(mlcontrol, WLAN_ML_CTRL_PBM_IDX, in util_parse_prv_multi_link_ctrl()
455 link_id = QDF_GET_BITS(stacontrol, in util_parse_bvmlie_perstaprofile_stactrl()
462 completeprofile = QDF_GET_BITS(stacontrol, in util_parse_bvmlie_perstaprofile_stactrl()
485 if (QDF_GET_BITS(stacontrol, in util_parse_bvmlie_perstaprofile_stactrl()
513 if (QDF_GET_BITS(stacontrol, in util_parse_bvmlie_perstaprofile_stactrl()
539 if (QDF_GET_BITS(stacontrol, in util_parse_bvmlie_perstaprofile_stactrl()
571 if (QDF_GET_BITS(stacontrol, in util_parse_bvmlie_perstaprofile_stactrl()
590 QDF_GET_BITS(stacontrol, in util_parse_bvmlie_perstaprofile_stactrl()
598 QDF_GET_BITS(stacontrol, in util_parse_bvmlie_perstaprofile_stactrl()
[all …]
Dwlan_mlo_t2lm.c56 dir = QDF_GET_BITS(t2lm_control, WLAN_T2LM_CONTROL_DIRECTION_IDX, in wlan_mlo_parse_t2lm_info()
65 QDF_GET_BITS(t2lm_control, in wlan_mlo_parse_t2lm_info()
70 QDF_GET_BITS(t2lm_control, in wlan_mlo_parse_t2lm_info()
75 QDF_GET_BITS(t2lm_control, in wlan_mlo_parse_t2lm_info()
80 QDF_GET_BITS(t2lm_control, in wlan_mlo_parse_t2lm_info()
94 QDF_GET_BITS(t2lm_control, in wlan_mlo_parse_t2lm_info()
Dwlan_mlo_epcs.c341 *frm++ = QDF_GET_BITS(args->arg2, 0, 8); in wlan_mlo_add_epcs_response_action_frame()
342 *frm++ = QDF_GET_BITS(args->arg2, 8, 8); in wlan_mlo_add_epcs_response_action_frame()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dcfg_mlme_twt.h158 QDF_GET_BITS(_bcast_conf, \
163 QDF_GET_BITS(_bcast_conf, \
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_filter.c799 if (!QDF_GET_BITS(eht_ops->ehtop_param, in scm_eht_puncture_valid()
802 if (QDF_GET_BITS(eht_ops->ehtop_param, in scm_eht_puncture_valid()
806 QDF_GET_BITS(eht_ops->disabled_sub_chan_bitmap[0], in scm_eht_puncture_valid()
809 QDF_GET_BITS(eht_ops->disabled_sub_chan_bitmap[1], in scm_eht_puncture_valid()
817 orig_width = QDF_GET_BITS(eht_ops->control, in scm_eht_puncture_valid()
824 if (QDF_GET_BITS(eht_ops->ehtop_param, in scm_eht_puncture_valid()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_beacon_frame.c168 link_id = QDF_GET_BITS( in lim_process_beacon_mlo()
356 ori_punc = QDF_GET_BITS(eht_op->disabled_sub_chan_bitmap[0][0], 0, 8); in lim_process_beacon_eht_op()
357 ori_punc |= QDF_GET_BITS(eht_op->disabled_sub_chan_bitmap[0][1], 0, 8) << 8; in lim_process_beacon_eht_op()
Dlim_process_assoc_rsp_frame.c804 if (!QDF_GET_BITS(*mcs_set, i, 1)) in lim_update_mcs_rate_set()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_utils_api.c259 if (QDF_GET_BITS(eht_ops->ehtop_param, in util_scan_get_phymode_11be()
261 width = QDF_GET_BITS(eht_ops->control, in util_scan_get_phymode_11be()
310 if (QDF_GET_BITS(eht_ops->ehtop_param, in util_scan_get_phymode_11be()
322 if (QDF_GET_BITS(eht_ops->ehtop_param, in util_scan_get_phymode_11be()
326 QDF_GET_BITS(eht_ops->disabled_sub_chan_bitmap[0], in util_scan_get_phymode_11be()
329 QDF_GET_BITS(eht_ops->disabled_sub_chan_bitmap[1], in util_scan_get_phymode_11be()
437 if (!QDF_GET_BITS(eht_ops->ehtop_param, in util_scan_is_out_of_band_leak_eht()
441 ch_width = QDF_GET_BITS(eht_ops->control, in util_scan_is_out_of_band_leak_eht()
2173 presencebm = QDF_GET_BITS(mlcontrol, WLAN_ML_CTRL_PBM_IDX, in util_get_link_info_offset()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_util.h150 #define QDF_GET_BITS(_val, _index, _num_bits) \ macro
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/utils/src/
Dwlan_utility.c289 val |= QDF_GET_BITS(temp_val, bit_pos, fit_bits) << cur_bit_pos; in wlan_iecap_get()
304 val |= QDF_GET_BITS(temp_val, bit_pos, fit_bits) << cur_bit_pos; in wlan_iecap_get()
/wlan-driver/qcacld-3.0/os_if/son/src/
Dos_if_son.c965 apcap->hecap.he_ul_mumimo = QDF_GET_BITS(he_cap.ul_mu, 0, 1); in os_if_son_get_apcap()
966 apcap->hecap.he_ul_muofdma = QDF_GET_BITS(he_cap.ul_mu, 1, 1); in os_if_son_get_apcap()
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/
Dtarget_if_vdev_mgr_tx_ops.c1460 bw = QDF_GET_BITS(param_value, 0, 8); in target_if_vdev_peer_mlme_param_2_wmi()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c3847 QDF_GET_BITS(
3852 QDF_GET_BITS(
3857 QDF_GET_BITS(
3867 QDF_GET_BITS(eml_cap,
3872 QDF_GET_BITS(eml_cap,
5344 QDF_GET_BITS(
7900 QDF_GET_BITS((eht_op), qdf_do_div_rem(index, 8), \
8048 QDF_GET_BITS((eht_cap), qdf_do_div_rem(index, 8), \
9811 QDF_GET_BITS(ch_switch->puncture_bitmap, 0, 8);
9813 QDF_GET_BITS(ch_switch->puncture_bitmap, 8, 8);
/wlan-driver/qcacld-3.0/components/p2p/core/src/
Dwlan_p2p_off_chan_tx.c1158 #define GET_HW_RETRY_LIMIT(count) QDF_GET_BITS(count, 0, 4)
1159 #define GET_HW_RETRY_LIMIT_EXT(count) QDF_GET_BITS(count, 4, 3)
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
Dwlan_cm_bss_scoring.c119 QDF_GET_BITS(value32, (8 * (bw_index)), 8)
2606 } else if (he_cap && QDF_GET_BITS(*(he_cap->he_phy_cap.phy_cap_bytes + in cm_calculate_bss_score()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c2212 QDF_GET_BITS(mcs_12_13, in mlme_init_he_cap_in_cfg()
2216 QDF_GET_BITS(mcs_12_13, in mlme_init_he_cap_in_cfg()
4574 vdev_dot11_mode = QDF_GET_BITS(mac_dot11_mode, dot11_mode_indx, 4); in wlan_vdev_set_dot11mode()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c5894 QDF_GET_BITS(mlme_obj->cfg.gen.sae_connect_retries, in wlan_mlme_get_sae_assoc_retry_count()
5916 QDF_GET_BITS(mlme_obj->cfg.gen.sae_connect_retries, in wlan_mlme_get_sae_auth_retry_count()
5938 QDF_GET_BITS(mlme_obj->cfg.gen.sae_connect_retries, in wlan_mlme_get_sae_roam_auth_retry_count()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c1741 bw = QDF_GET_BITS(param_value, 0, 8); in convert_host_peer_param_value_to_target_value_tlv()
1742 punc = QDF_GET_BITS(param_value, 8, 16); in convert_host_peer_param_value_to_target_value_tlv()