/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_hist.c | 320 dst_hist_stats->max = QDF_MAX(src_hist_stats->max, in dp_accumulate_hist_stats()
|
D | dp_stats.c | 5017 total->max_delay = QDF_MAX(total->max_delay, per_ring->max_delay); in dp_accumulate_delay_stats()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_util.h | 117 #define QDF_MAX(_x, _y) (((_x) > (_y)) ? (_x) : (_y)) macro
|
/wlan-driver/qcacld-3.0/core/sme/src/rrm/ |
D | sme_rrm.c | 1405 sme_rrm_ctx->randnIntvl = QDF_MAX(chan_load->randomization_intv, in sme_rrm_process_chan_load_req_ind() 1654 QDF_MAX(beacon_req->randomizationInterval, in sme_rrm_process_beacon_report_req_ind() 1689 QDF_MAX(beacon_req->randomizationInterval, in sme_rrm_process_beacon_report_req_ind()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_main.c | 5701 QDF_MAX(wma_get_num_of_setbits_from_bitmask(tx_chain), in wma_derive_ext_ht_cap() 5706 ht_cap->ht_tx_stbc = QDF_MAX(ht_cap->ht_tx_stbc, in wma_derive_ext_ht_cap() 5720 QDF_MAX(ht_cap->num_rf_chains, in wma_derive_ext_ht_cap() 5721 QDF_MAX(wma_get_num_of_setbits_from_bitmask( in wma_derive_ext_ht_cap() 5872 QDF_MAX(vht_cap->supp_chan_width, tmp); in wma_derive_ext_vht_cap() 5875 vht_cap->vht_short_gi_80 = QDF_MAX(vht_cap->vht_short_gi_80, in wma_derive_ext_vht_cap() 5877 vht_cap->vht_short_gi_160 = QDF_MAX(vht_cap->vht_short_gi_160, in wma_derive_ext_vht_cap() 5879 vht_cap->vht_tx_stbc = QDF_MAX(vht_cap->vht_tx_stbc, in wma_derive_ext_vht_cap() 5889 vht_cap->vht_su_bformer = QDF_MAX(vht_cap->vht_su_bformer, in wma_derive_ext_vht_cap() 5891 vht_cap->vht_su_bformee = QDF_MAX(vht_cap->vht_su_bformee, in wma_derive_ext_vht_cap() [all …]
|
D | wma_he.c | 182 nss = QDF_MAX(wma_get_num_of_setbits_from_bitmask(tx_chain_mask), in wma_convert_he_cap()
|
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/ |
D | wlan_dcs.c | 527 max_phy_err_rate = QDF_MAX(ofdm_phy_err_rate, cck_phy_err_rate); in wlan_dcs_wlan_interference_process() 529 max_phy_err_count = QDF_MAX(curr_stats->mib_stats.reg_ofdm_phyerr_cnt, in wlan_dcs_wlan_interference_process()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_bss_scoring.c | 1152 lut_in_idx = QDF_MAX(snr_db, SNR_DB_TO_BIT_PER_TONE_LUT_MIN) in calculate_bit_per_tone() 1237 QDF_MAX(1, mpdu_per_ampdu)); in cm_calculate_etp() 1782 link1_factor = QDF_MAX(QDF_MIN(link1_rssi, -50), -95) + 95; in cm_get_mlo_rssi_score() 1783 link2_factor = QDF_MAX(QDF_MIN(link2_rssi, -50), -95) + 95; in cm_get_mlo_rssi_score()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
D | wlan_policy_mgr_get_set_utils.c | 733 QDF_MAX(caps->tx_chain_mask_2G, in policy_mgr_get_hw_mode_params() 736 QDF_MAX(caps->rx_chain_mask_2G, in policy_mgr_get_hw_mode_params() 739 QDF_MAX(caps->max_bw_supported_2G, in policy_mgr_get_hw_mode_params() 1040 mac_range->low_2ghz_freq = QDF_MAX(mac_cap->reg_cap_ext.low_2ghz_chan, in policy_mgr_update_24Ghz_freq_info() 1058 mac_range->low_5ghz_freq = QDF_MAX(mac_cap->reg_cap_ext.low_5ghz_chan, in policy_mgr_update_5Ghz_freq_info() 1124 QDF_MAX(shared_mac_range->low_5ghz_freq - 10, in policy_mgr_modify_sbs_freq() 1717 sbs_cut_off_freq = QDF_MAX(second_mac_range->low_5ghz_freq, in policy_mgr_get_sbs_cut_off_freq() 11137 = QDF_MAX(min_mac0_rf_chains, min_mac1_rf_chains); in policy_mgr_get_hw_dbs_nss()
|
D | wlan_policy_mgr_core.c | 808 QDF_MAX(freq->start_freq, in policy_mgr_fill_curr_mac_2ghz_freq() 827 QDF_MAX(freq->start_freq, in policy_mgr_fill_curr_mac_5ghz_freq()
|
/wlan-driver/qcacld-3.0/components/denylist_mgr/core/src/ |
D | wlan_dlm_core.c | 1436 QDF_MAX(dlm_entry->ap_timestamp.driver_avoid_timestamp, in dlm_update_bssid_connect_params()
|
/wlan-driver/qcacld-3.0/core/sme/src/qos/ |
D | sme_qos.c | 5326 QDF_MAX(pCurrent_Tspec_Info->maximum_msdu_size, in sme_qos_aggregate_params() 5331 QDF_MAX(pCurrent_Tspec_Info->inactivity_interval, in sme_qos_aggregate_params() 5344 TspecInfo.max_burst_size = QDF_MAX(pCurrent_Tspec_Info->max_burst_size, in sme_qos_aggregate_params() 5353 QDF_MAX(pCurrent_Tspec_Info->nominal_msdu_size & in sme_qos_aggregate_params()
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
D | reg_build_chan_list.c | 216 min_bw = QDF_MAX(min_reg_bw, in reg_populate_band_channels_ext_for_6g() 291 min_bw = QDF_MAX(min_reg_bw, channel_map[chan_enum].min_bw); in reg_populate_band_channels() 535 max_width = QDF_MAX(conn_chan_sta->ch_width, in reg_get_active_6ghz_freq_range_with_fcc_set()
|
D | reg_services_common.c | 6996 l_freq = QDF_MAX(first_range->left, second_range->left); in reg_intersect_ranges()
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
D | sap_module.c | 671 return QDF_MAX(sta_chan_width, CH_WIDTH_80MHZ); in wlan_sap_get_concurrent_bw() 2971 QDF_MAX(wlansap_get_target_eht_phy_ch_width(), in wlansap_get_max_bw_by_phymode()
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
D | sme_api.h | 134 #define SME_CMD_VDEV_CREATE_DELETE_TIMEOUT QDF_MAX(13000, \
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_roam_offload.c | 2687 QDF_MAX(scan_params->burst_duration, in cm_roam_scan_offload_fill_scan_params() 2694 QDF_MAX(scan_params->dwell_time_active / in cm_roam_scan_offload_fill_scan_params()
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
D | wlan_mlme_api.c | 6790 QDF_MAX(reg_cap_ext->high_2ghz_chan, in wlan_mlme_get_phy_max_freq_range() 6802 QDF_MAX(reg_cap_ext->high_5ghz_chan, in wlan_mlme_get_phy_max_freq_range()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_sme_req_messages.c | 3312 timeout = QDF_MAX(10 * bss_desc->beaconInterval, in lim_fill_pe_session() 3329 timeout = QDF_MAX(JOIN_PROBE_REQ_TIMER_MS, timeout); in lim_fill_pe_session()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_hostapd.c | 3325 QDF_MAX(DOT11F_IE_RSN_MAX_LEN, DOT11F_IE_WPA_MAX_LEN))) in hdd_softap_unpack_ie()
|