Home
last modified time | relevance | path

Searched refs:thres (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_xgmac.c467 unsigned int thres, v, reg; in t3_mac_set_mtu() local
534 thres = (adap->params.vpd.cclk * 1000) / 15625; in t3_mac_set_mtu()
535 thres = (thres * mtu) / 1000; in t3_mac_set_mtu()
537 thres /= 10; in t3_mac_set_mtu()
538 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0; in t3_mac_set_mtu()
539 thres = max(thres, 8U); /* need at least 8 */ in t3_mac_set_mtu()
543 V_TXFIFOTHRESH(thres) | V_TXIPG(ipg)); in t3_mac_set_mtu()
/freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/
DInliner.cpp256 int thres = InlineThreshold; // -inline-threshold or else selected by in getInlineThreshold() local
266 OptSizeThreshold < thres) in getInlineThreshold()
267 thres = OptSizeThreshold; in getInlineThreshold()
275 if (InlineHint && HintThreshold > thres in getInlineThreshold()
278 thres = HintThreshold; in getInlineThreshold()
280 return thres; in getInlineThreshold()
/freebsd-9-stable/tools/tools/ath/athprom/
Deeprom-1449 | noise floor thres 0 $noiseFloorThreshCh0 |
50 | noise floor thres 1 $noiseFloorThreshCh1 |
51 | noise floor thres 2 $noiseFloorThreshCh2 |
/freebsd-9-stable/sys/dev/cxgbe/common/
Dcommon.h483 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
Dt4_hw.c1498 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres) in t4_read_cimq_cfg() argument
1509 *thres++ = G_QUEFULLTHRSH(v) * 8; /* 8-byte unit */ in t4_read_cimq_cfg()
/freebsd-9-stable/sys/dev/cxgbe/
Dt4_main.c5276 uint16_t thres[CIM_NUM_IBQ]; in sysctl_cim_qcfg() local
5298 t4_read_cimq_cfg(sc, base, size, thres); in sysctl_cim_qcfg()
5312 qname[i], base[i], size[i], thres[i], G_IBQRDADDR(p[0]), in sysctl_cim_qcfg()