Searched refs:thresh (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c6223 int thresh; local
6261 thresh = sc->base_params->plcp_err_threshold * delta_msec;
6264 "%s: time delta: %d; cck=%d, ofdm=%d, ht=%d, total=%d, thresh=%d\n",
6271 thresh);
6281 if (thresh > 0 && (delta_cck + delta_ofdm + delta_ht) * 100 > thresh) {
6288 thresh);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-gmxx-defs.h10468 uint64_t thresh : 6; /**< Transmit threshold in 16B blocks - cannot be zero member in struct:cvmx_gmxx_tx_spi_thresh::cvmx_gmxx_tx_spi_thresh_s
10478 uint64_t thresh : 6;
10578 uint64_t thresh : 4; /**< Threshhold on the TX FIFO member in struct:cvmx_gmxx_xaui_ext_loopback::cvmx_gmxx_xaui_ext_loopback_s
10584 uint64_t thresh : 4;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c2447 ar9300_bt_coex_setup_bmiss_thresh(struct ath_hal *ah, u_int32_t thresh) argument
2453 ahp->ah_bt_coex_mode2 |= SM(thresh, AR_BT_BCN_MISS_THRESH);
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c2908 journal_space(ump, thresh)
2910 int thresh;
2928 if (thresh)
2929 thresh = jblocks->jb_min;
2931 thresh = jblocks->jb_low;
2935 return (avail > thresh);
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.c3332 uint32_t thresh = (ELINK_ETH_MAX_JUMBO_PACKET_SIZE + local
3336 REG_WR(sc, PBF_REG_P0_ARB_THRSH + port*4, thresh);
3340 init_crd = thresh + 553 - 22;

Completed in 285 milliseconds

12