Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Drx.c465 int thold = vif->bss_conf.cqm_rssi_thold; in iwl_mvm_stat_iterator() local
520 if (thold && sig < thold && (last_event == 0 || in iwl_mvm_stat_iterator()
529 } else if (sig > thold && in iwl_mvm_stat_iterator()
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
Dmain.c1643 u8 thold; in wl18xx_lnk_high_prio() local
1660 thold = status_priv->tx_fast_link_prio_threshold; in wl18xx_lnk_high_prio()
1662 thold = status_priv->tx_slow_link_prio_threshold; in wl18xx_lnk_high_prio()
1664 return lnk->allocated_pkts < thold; in wl18xx_lnk_high_prio()
1670 u8 thold; in wl18xx_lnk_low_prio() local
1681 thold = status_priv->tx_suspend_threshold; in wl18xx_lnk_low_prio()
1684 thold = status_priv->tx_fast_stop_threshold; in wl18xx_lnk_low_prio()
1686 thold = status_priv->tx_slow_stop_threshold; in wl18xx_lnk_low_prio()
1688 return lnk->allocated_pkts < thold; in wl18xx_lnk_low_prio()
/linux-4.4.14/include/linux/mtd/
Dfsmc.h128 uint8_t thold; member
/linux-4.4.14/drivers/mtd/nand/
Dfsmc_nand.c405 uint32_t tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local
411 .thold = FSMC_THOLD_4, in fsmc_nand_setup()
424 thold = (tims->thold & FSMC_THOLD_MASK) << FSMC_THOLD_SHIFT; in fsmc_nand_setup()
437 writel_relaxed(thiz | thold | twait | tset, in fsmc_nand_setup()
439 writel_relaxed(thiz | thold | twait | tset, in fsmc_nand_setup()
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c812 int thold = common->cqm_info.rssi_thold; in rsi_perform_cqm() local
816 if (rssi < thold && (last_event == 0 || rssi < (last_event - hyst))) in rsi_perform_cqm()
818 else if (rssi > thold && in rsi_perform_cqm()
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
Dmain.c1668 u8 thold; in wl12xx_lnk_high_prio() local
1671 thold = wl->conf.tx.fast_link_thold; in wl12xx_lnk_high_prio()
1673 thold = wl->conf.tx.slow_link_thold; in wl12xx_lnk_high_prio()
1675 return lnk->allocated_pkts < thold; in wl12xx_lnk_high_prio()
/linux-4.4.14/drivers/net/wireless/
Drndis_wlan.c3169 int thold, hyst, last_event; in rndis_do_cqm() local
3177 thold = priv->cqm_rssi_thold; in rndis_do_cqm()
3180 if (rssi < thold && (last_event == 0 || rssi < last_event - hyst)) in rndis_do_cqm()
3182 else if (rssi > thold && (last_event == 0 || rssi > last_event + hyst)) in rndis_do_cqm()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dacx.h1103 bool enable, s16 thold, u8 hyst);
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()
/linux-4.4.14/net/mac80211/
Dmlme.c3405 int thold = bss_conf->cqm_rssi_thold; in ieee80211_rx_mgmt_beacon() local
3408 if (sig < thold && in ieee80211_rx_mgmt_beacon()
3415 } else if (sig > thold && in ieee80211_rx_mgmt_beacon()