Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wl18xx/
Dmain.c1662 u8 thold; in wl18xx_lnk_high_prio() local
1679 thold = status_priv->tx_fast_link_prio_threshold; in wl18xx_lnk_high_prio()
1681 thold = status_priv->tx_slow_link_prio_threshold; in wl18xx_lnk_high_prio()
1683 return lnk->allocated_pkts < thold; in wl18xx_lnk_high_prio()
1689 u8 thold; in wl18xx_lnk_low_prio() local
1700 thold = status_priv->tx_suspend_threshold; in wl18xx_lnk_low_prio()
1703 thold = status_priv->tx_fast_stop_threshold; in wl18xx_lnk_low_prio()
1705 thold = status_priv->tx_slow_stop_threshold; in wl18xx_lnk_low_prio()
1707 return lnk->allocated_pkts < thold; in wl18xx_lnk_low_prio()
/drivers/mtd/nand/
Dfsmc_nand.c255 uint32_t tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local
261 .thold = FSMC_THOLD_4, in fsmc_nand_setup()
274 thold = (tims->thold & FSMC_THOLD_MASK) << FSMC_THOLD_SHIFT; in fsmc_nand_setup()
287 writel_relaxed(thiz | thold | twait | tset, in fsmc_nand_setup()
289 writel_relaxed(thiz | thold | twait | tset, in fsmc_nand_setup()
/drivers/net/wireless/intel/iwlwifi/mvm/
Drx.c523 int thold = vif->bss_conf.cqm_rssi_thold; in iwl_mvm_stat_iterator() local
578 if (thold && sig < thold && (last_event == 0 || in iwl_mvm_stat_iterator()
587 } else if (sig > thold && in iwl_mvm_stat_iterator()
/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c807 int thold = common->cqm_info.rssi_thold; in rsi_perform_cqm() local
811 if (rssi < thold && (last_event == 0 || rssi < (last_event - hyst))) in rsi_perform_cqm()
813 else if (rssi > thold && in rsi_perform_cqm()
/drivers/net/wireless/ti/wl12xx/
Dmain.c1669 u8 thold; in wl12xx_lnk_high_prio() local
1672 thold = wl->conf.tx.fast_link_thold; in wl12xx_lnk_high_prio()
1674 thold = wl->conf.tx.slow_link_thold; in wl12xx_lnk_high_prio()
1676 return lnk->allocated_pkts < thold; in wl12xx_lnk_high_prio()
/drivers/net/wireless/
Drndis_wlan.c3171 int thold, hyst, last_event; in rndis_do_cqm() local
3179 thold = priv->cqm_rssi_thold; in rndis_do_cqm()
3182 if (rssi < thold && (last_event == 0 || rssi < last_event - hyst)) in rndis_do_cqm()
3184 else if (rssi > thold && (last_event == 0 || rssi > last_event + hyst)) in rndis_do_cqm()
/drivers/net/wireless/ti/wlcore/
Dacx.c1228 bool enable, s16 thold, u8 hyst) in wl1271_acx_rssi_snr_trigger() argument
1254 acx->threshold = cpu_to_le16(thold); in wl1271_acx_rssi_snr_trigger()
Dacx.h1104 bool enable, s16 thold, u8 hyst);