Searched refs:thresh (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_timer.c146 /* Enable both trigger and thresh interrupt masks */
166 /* Disable both trigger and thresh interrupt masks */
176 u_int32_t *thresh)
180 *thresh = ahp->ah_intr_gen_timer_thresh;
173 ar9300_get_gen_timer_interrupts( struct ath_hal *ah, u_int32_t *trigger, u_int32_t *thresh) argument
H A Dar9300_mci.c67 u_int32_t thresh; local
80 thresh = MS(ah->ah_config.ath_hal_mci_config,
83 AR_BTCOEX_CTRL_AGGR_THRESH, thresh);
87 "(MCI) SCHED aggr thresh: on, thresh=%d (%d.%d%%)\n",
88 thresh, (thresh + 1)*125/10, (thresh + 1)*125%10);
94 HALDEBUG(ah, HAL_DEBUG_BT_COEX, "(MCI) SCHED aggr thresh: off\n");
H A Dar9300.h1539 extern void ar9300_bt_coex_setup_bmiss_thresh(struct ath_hal *ah, u_int32_t thresh);
1553 u_int32_t *thresh);
H A Dar9300_misc.c2466 ar9300_bt_coex_setup_bmiss_thresh(struct ath_hal *ah, u_int32_t thresh) argument
2472 ahp->ah_bt_coex_mode2 |= SM(thresh, AR_BT_BCN_MISS_THRESH);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c170 ar5416BTCoexSetupBmissThresh(struct ath_hal *ah, u_int32_t thresh) argument
174 ahp->ah_btCoexMode2 |= SM(thresh, AR_BT_BCN_MISS_THRESH);
H A Dar5416.h211 uint32_t thresh);
/haiku/src/kits/tracker/
H A DPoseView.h1058 int32 thresh = 0; local
1062 thresh++;
1065 thresh++;
1068 thresh++;
1070 if (thresh > 1) {
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h528 int mwl_hal_setaggampduratemode(struct mwl_hal *, int mode, int thresh);
529 int mwl_hal_getaggampduratemode(struct mwl_hal *, int *mode, int *thresh);
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c1636 int thresh; local
1640 thresh = sc->vr_txthresh;
1647 vr_tx_threshold_tables[thresh].value,
1648 vr_tx_threshold_tables[thresh + 1].value);
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c3772 iflib_completed_tx_reclaim(iflib_txq_t txq, int thresh) argument
3777 KASSERT(thresh >= 0, ("invalid threshold to reclaim"));
3778 MPASS(thresh /*+ MAX_TX_DESC(txq->ift_ctx) */ < txq->ift_size);
3786 if (reclaim <= thresh /* + MAX_TX_DESC(txq->ift_ctx) */) {
3789 printf("%s processed=%ju cleaned=%ju tx_nsegments=%d reclaim=%d thresh=%d\n", __FUNCTION__,
3791 reclaim, thresh);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c6402 int thresh; local
6440 thresh = sc->base_params->plcp_err_threshold * delta_msec;
6443 "%s: time delta: %d; cck=%d, ofdm=%d, ht=%d, total=%d, thresh=%d\n",
6450 thresh);
6460 if (thresh > 0 && (delta_cck + delta_ofdm + delta_ht) * 100 > thresh) {
6467 thresh);

Completed in 318 milliseconds