Home
last modified time | relevance | path

Searched refs:bw (Results 1 – 25 of 110) sorted by relevance

12345

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dmp_dev.c124 uint32_t bw, val; in priv_dump_chaninfo() local
136 bw = get_target_reg_bits(scn, scn->mem, BB_chaninfo_ctrl, in priv_dump_chaninfo()
139 if (bw == 0) in priv_dump_chaninfo()
141 else if (bw == 1) in priv_dump_chaninfo()
143 else if (bw == 2) in priv_dump_chaninfo()
169 if (bw < 2) { in priv_dump_chaninfo()
170 len = (bw == 0) ? 53 : 57; in priv_dump_chaninfo()
180 len = (bw == 2) ? 59 : 60; in priv_dump_chaninfo()
189 if (bw > 2) { in priv_dump_chaninfo()
208 if (bw < 2) { in priv_dump_chaninfo()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
Dwlan_reg_services_api.c189 uint16_t wlan_reg_get_bw_value(enum phy_ch_width bw) in wlan_reg_get_bw_value() argument
191 return reg_get_bw_value(bw); in wlan_reg_get_bw_value()
960 qdf_freq_t freq, uint8_t bw, in wlan_reg_get_max_txpower_for_6g_tpe() argument
966 return reg_get_max_txpower_for_6g_tpe(pdev, freq, bw, in wlan_reg_get_max_txpower_for_6g_tpe()
1191 enum phy_ch_width bw, in wlan_reg_decide_6ghz_power_within_bw_for_freq() argument
1201 bw, in wlan_reg_decide_6ghz_power_within_bw_for_freq()
1241 enum phy_ch_width bw; in wlan_reg_get_5g_bonded_channel_state_for_pwrmode() local
1247 bw = ch_params->ch_width; in wlan_reg_get_5g_bonded_channel_state_for_pwrmode()
1249 if (reg_is_ch_width_320(bw)) { in wlan_reg_get_5g_bonded_channel_state_for_pwrmode()
1253 return reg_get_5g_bonded_channel_for_pwrmode(pdev, freq, bw, in wlan_reg_get_5g_bonded_channel_state_for_pwrmode()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
Dwlan_reg_services_api.h302 qdf_freq_t freq, uint8_t bw,
380 qdf_freq_t freq, uint8_t bw, in wlan_reg_get_max_txpower_for_6g_tpe() argument
945 enum phy_ch_width bw,
953 enum phy_ch_width bw, in wlan_reg_get_bonded_channel_state_for_pwrmode() argument
978 uint16_t wlan_reg_get_bw_value(enum phy_ch_width bw);
1588 enum phy_ch_width bw);
1645 bool wlan_reg_is_punc_bitmap_valid(enum phy_ch_width bw,
1655 uint16_t wlan_reg_find_nearest_puncture_pattern(enum phy_ch_width bw,
1707 enum phy_ch_width bw,
1727 enum phy_ch_width bw, in wlan_reg_apply_puncture() argument
[all …]
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_fw_stats.c88 if (ARRAY_SIZE(_tx_rate_info->bw) == 3) \
90 bw_str_arr[0], _tx_rate_info->bw[0], \
91 bw_str_arr[1], _tx_rate_info->bw[1], \
92 bw_str_arr[2], _tx_rate_info->bw[2]); \
93 else if (ARRAY_SIZE(_tx_rate_info->bw) == 4) \
95 bw_str_arr[0], _tx_rate_info->bw[0], \
96 bw_str_arr[1], _tx_rate_info->bw[1], \
97 bw_str_arr[2], _tx_rate_info->bw[2], \
98 bw_str_arr[3], _tx_rate_info->bw[3]); \
204 if (ARRAY_SIZE(_rx_phy_info->bw) == 3) \
[all …]
Dhtt_monitor_rx.c356 uint8_t mcs = 0, nss = 0, sgi = 0, bw = 0, beamformed = 0; in htt_mon_rx_get_phy_info() local
374 bw = (VHT_SIG_A_1(rx_desc) >> 7) & 0x01; in htt_mon_rx_get_phy_info()
390 bw = (VHT_SIG_A_1(rx_desc) & 0x03); in htt_mon_rx_get_phy_info()
403 if (bw >= 2) in htt_mon_rx_get_phy_info()
405 else if (bw > 0) in htt_mon_rx_get_phy_info()
419 rx_status->bw = bw; in htt_mon_rx_get_phy_info()
431 rx_status->vht_flag_values2 = bw; in htt_mon_rx_get_phy_info()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_services_common.c337 reg_get_band_cen_from_bandstart(uint16_t bw, qdf_freq_t bandstart) in reg_get_band_cen_from_bandstart() argument
339 return bandstart - BW_10_MHZ + bw / 2; in reg_get_band_cen_from_bandstart()
355 reg_get_band_cen_from_bandstart(uint16_t bw, qdf_freq_t bandstart) in reg_get_band_cen_from_bandstart() argument
377 uint16_t bw = reg_get_bw_value(chwidth); in reg_is_freq_within_bonded_chan() local
380 reg_get_band_cen_from_bandstart(bw, in reg_is_freq_within_bonded_chan()
1372 uint16_t reg_get_bw_value(enum phy_ch_width bw) in reg_get_bw_value() argument
1374 switch (bw) { in reg_get_bw_value()
1399 uint16_t reg_get_bw_value(enum phy_ch_width bw) in reg_get_bw_value() argument
1401 switch (bw) { in reg_get_bw_value()
2766 uint16_t bw, in reg_get_max_psd() argument
[all …]
Dreg_services_common.h284 uint16_t reg_get_bw_value(enum phy_ch_width bw);
685 qdf_freq_t freq, uint8_t bw,
728 qdf_freq_t freq, uint8_t bw, in reg_get_max_txpower_for_6g_tpe() argument
1114 enum phy_ch_width bw);
1177 bool reg_is_punc_bitmap_valid(enum phy_ch_width bw, uint16_t puncture_bitmap);
1186 uint16_t reg_find_nearest_puncture_pattern(enum phy_ch_width bw,
1250 enum phy_ch_width bw,
1364 qdf_freq_t freq, enum phy_ch_width bw,
1373 qdf_freq_t freq, enum phy_ch_width bw, in reg_decide_6ghz_power_within_bw_for_freq() argument
2715 enum phy_ch_width reg_find_chwidth_from_bw(uint16_t bw);
[all …]
Dreg_opclass.c613 uint16_t bw, in reg_is_cfi_freq_in_ranges() argument
629 cfi_band_left = cfi_freq - bw / 2; in reg_is_cfi_freq_in_ranges()
630 cfi_band_right = cfi_freq + bw / 2; in reg_is_cfi_freq_in_ranges()
726 uint16_t bw = op_class_tbl->chan_spacing; in reg_dmn_fill_cfis() local
731 if (reg_is_cfi_freq_in_ranges(cfi_freq, bw, p_frange_lst)) in reg_dmn_fill_cfis()
882 uint16_t bw = op_class_tbl->chan_spacing; in reg_dmn_get_6g_opclasses_and_channels() local
888 bw, in reg_dmn_get_6g_opclasses_and_channels()
1607 static inline qdf_freq_t reg_get_nearest_primary_freq(uint16_t bw, in reg_get_nearest_primary_freq() argument
1613 if (bw <= BW_40_MHZ && op_class != OPCLS_132) { in reg_get_nearest_primary_freq()
1756 uint16_t bw, in reg_is_cfi_supported() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/
Dwlan_dcs.c996 enum phy_ch_width bw, qdf_freq_t *freq_list, in wlan_dcs_get_available_chan_for_bw() argument
1014 selected_freq, bw); in wlan_dcs_get_available_chan_for_bw()
1043 pdev, freq, bw, &bonded_chan_ptr, in wlan_dcs_get_available_chan_for_bw()
1050 if (bw == CH_WIDTH_20MHZ) { in wlan_dcs_get_available_chan_for_bw()
1087 random_chan_idx, selected_freq, bw); in wlan_dcs_get_available_chan_for_bw()
1450 conn_info->sta[conn_info->sta_cnt].bw = chan->ch_width; in wlan_dcs_afc_get_conn_info()
1462 conn_info->sap_5ghz[conn_info->sap_5ghz_cnt].bw = in wlan_dcs_afc_get_conn_info()
1474 conn_info->sap_6ghz[conn_info->sap_6ghz_cnt].bw = in wlan_dcs_afc_get_conn_info()
1549 qdf_freq_t freq, enum phy_ch_width bw) in wlan_sap_update_tpc_on_channel() argument
1566 pdev, freq, bw, &is_psd, &tx_power, &psd_eirp, &power_type, in wlan_sap_update_tpc_on_channel()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_ipa.h78 void hdd_ipa_set_perf_level_bw(enum hw_mode_bandwidth bw);
98 static inline void hdd_ipa_set_perf_level_bw(enum hw_mode_bandwidth bw) in hdd_ipa_set_perf_level_bw() argument
Dwlan_hdd_eht.h167 wlan_hdd_refill_os_eht_bw(struct rate_info *os_rate, enum rx_tlv_bw bw);
175 wlan_hdd_refill_os_eht_bw(struct rate_info *os_rate, enum rx_tlv_bw bw) in wlan_hdd_refill_os_eht_bw() argument
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_data_txrx.c192 tx_status->vht_flag_values2 = pktcapture_hdr->bw; in pkt_capture_tx_get_phy_info()
206 (pktcapture_hdr->bw | (pktcapture_hdr->sgi << 0x4)); in pkt_capture_tx_get_phy_info()
218 tx_status->bw = pktcapture_hdr->bw; in pkt_capture_tx_get_phy_info()
687 uint16_t mcs = 0, nss = 0, sgi = 0, bw = 0; in pkt_capture_rx_get_phy_info() local
698 bw = hal_rx_tlv_bw_get(hal_soc, rx_tlv_hdr); in pkt_capture_rx_get_phy_info()
723 bw = vdev->vdev_mlme.des_chan->ch_width; in pkt_capture_rx_get_phy_info()
724 rx_status->vht_flag_values2 = bw; in pkt_capture_rx_get_phy_info()
753 rx_status->he_data5 |= (bw | (sgi << 0x4)); in pkt_capture_rx_get_phy_info()
764 rx_status->bw = bw; in pkt_capture_rx_get_phy_info()
1169 pktcapture_hdr.bw = cmpl_desc->bw; in pkt_capture_tx_data_cb()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_eht.c368 wlan_hdd_refill_os_eht_bw(struct rate_info *os_rate, enum rx_tlv_bw bw) in wlan_hdd_refill_os_eht_bw() argument
370 if (bw == RX_TLV_BW_320MHZ) in wlan_hdd_refill_os_eht_bw()
371 os_rate->bw = RATE_INFO_BW_320; in wlan_hdd_refill_os_eht_bw()
373 os_rate->bw = RATE_INFO_BW_20; /* Invalid bw: set 20M */ in wlan_hdd_refill_os_eht_bw()
Dwlan_hdd_ipa.c439 void hdd_ipa_set_perf_level_bw(enum hw_mode_bandwidth bw) in hdd_ipa_set_perf_level_bw() argument
448 if (bw == HW_MODE_320_MHZ) in hdd_ipa_set_perf_level_bw()
450 else if (bw == HW_MODE_160_MHZ) in hdd_ipa_set_perf_level_bw()
/wlan-driver/fw-api/hw/peach/v2/
Dcoex_tx_req.h29 bw : 3, member
50 bw : 3,
/wlan-driver/fw-api/hw/peach/v1/
Dcoex_tx_req.h29 bw : 3, member
50 bw : 3,
/wlan-driver/fw-api/hw/qca5332/
Dcoex_tx_req.h42 bw : 3, // [29:27] member
63 bw : 3, // [29:27]
/wlan-driver/fw-api/hw/qcn9224/v2/
Dcoex_tx_req.h42 bw : 3, member
63 bw : 3,
/wlan-driver/fw-api/hw/qcn6432/
Dcoex_tx_req.h33 bw : 3, // [29:27] member
54 bw : 3, // [29:27]
/wlan-driver/fw-api/hw/qca5424/
Dcoex_tx_req.h35 bw : 3, member
56 bw : 3,
/wlan-driver/fw-api/hw/kiwi/v2/
Dcoex_tx_req.h35 bw : 3, member
56 bw : 3,
/wlan-driver/fw-api/hw/qcn9224/v1/
Dcoex_tx_req.h42 bw : 3, member
63 bw : 3,
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/src/
Di_host_diag_core_event.h277 uint16_t bw, uint8_t ht, uint8_t vht,
347 uint16_t bw, uint8_t ht, uint8_t vht, in host_log_acs_req_event() argument
Dhost_diag_log.c322 void host_log_acs_req_event(uint8_t *intf, const uint8_t *hw_mode, uint16_t bw, in host_log_acs_req_event() argument
330 acs_req.bw = bw; in host_log_acs_req_event()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_utils_api.c428 uint32_t bw; in util_scan_is_out_of_band_leak_eht() local
449 bw = BW_320_MHZ; in util_scan_is_out_of_band_leak_eht()
451 bw = BW_160_MHZ; in util_scan_is_out_of_band_leak_eht()
453 bw = BW_80_MHZ; in util_scan_is_out_of_band_leak_eht()
455 bw = BW_40_MHZ; in util_scan_is_out_of_band_leak_eht()
457 bw = BW_20_MHZ; in util_scan_is_out_of_band_leak_eht()
459 bw = BW_20_MHZ; in util_scan_is_out_of_band_leak_eht()
461 if (bw <= BW_80_MHZ) in util_scan_is_out_of_band_leak_eht()
465 if (freq_diff <= bw / 2) in util_scan_is_out_of_band_leak_eht()
469 current_freq, bw, freq_seg0, freq_seg1); in util_scan_is_out_of_band_leak_eht()
[all …]

12345