Home
last modified time | relevance | path

Searched refs:thold (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1714 u8 thold; in wl18xx_lnk_high_prio() local
1731 thold = status_priv->tx_fast_link_prio_threshold; in wl18xx_lnk_high_prio()
1733 thold = status_priv->tx_slow_link_prio_threshold; in wl18xx_lnk_high_prio()
1735 return lnk->allocated_pkts < thold; in wl18xx_lnk_high_prio()
1741 u8 thold; in wl18xx_lnk_low_prio() local
1752 thold = status_priv->tx_suspend_threshold; in wl18xx_lnk_low_prio()
1755 thold = status_priv->tx_fast_stop_threshold; in wl18xx_lnk_low_prio()
1757 thold = status_priv->tx_slow_stop_threshold; in wl18xx_lnk_low_prio()
1759 return lnk->allocated_pkts < thold; in wl18xx_lnk_low_prio()
/linux/drivers/mtd/nand/raw/
H A Dintel-nand-controller.c204 u32 trecov, thold, twrwait, trdwait; in ebu_nand_set_timings() local
218 thold = DIV_ROUND_UP(max(timings->tDH_min, timings->tDS_min), period); in ebu_nand_set_timings()
219 reg |= EBU_BUSCON_HOLDC(thold); in ebu_nand_set_timings()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c565 int thold = bss_conf->cqm_rssi_thold; in iwl_mvm_update_link_sig() local
602 if (thold && sig < thold && (last_event == 0 || in iwl_mvm_update_link_sig()
612 } else if (sig > thold && in iwl_mvm_update_link_sig()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1659 u8 thold; in wl12xx_lnk_high_prio() local
1662 thold = wl->conf.tx.fast_link_thold; in wl12xx_lnk_high_prio()
1664 thold = wl->conf.tx.slow_link_thold; in wl12xx_lnk_high_prio()
1666 return lnk->allocated_pkts < thold; in wl12xx_lnk_high_prio()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c1295 int thold = common->cqm_info.rssi_thold; in rsi_perform_cqm() local
1299 if (rssi < thold && (last_event == 0 || rssi < (last_event - hyst))) in rsi_perform_cqm()
1301 else if (rssi > thold && in rsi_perform_cqm()
/linux/drivers/net/wireless/ti/wlcore/
H A Dacx.h1090 bool enable, s16 thold, u8 hyst);
H A Dacx.c1212 bool enable, s16 thold, u8 hyst) in wl1271_acx_rssi_snr_trigger() argument
1238 acx->threshold = cpu_to_le16(thold); in wl1271_acx_rssi_snr_trigger()
/linux/net/mac80211/
H A Dmlme.c7570 int thold = bss_conf->cqm_rssi_thold; in ieee80211_handle_beacon_sig() local
7573 if (sig < thold && in ieee80211_handle_beacon_sig()
7580 } else if (sig > thold && in ieee80211_handle_beacon_sig()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c5402 s32 thold = RTW89_DEFAULT_CQM_THOLD; in rtw89_fw_h2c_set_bcn_fltr_cfg() local
5423 thold = bss_conf->cqm_rssi_thold; in rtw89_fw_h2c_set_bcn_fltr_cfg()
5451 le32_encode_bits(thold + MAX_RSSI, in rtw89_fw_h2c_set_bcn_fltr_cfg()