Searched refs:thres (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sys/dev/cxgb/common/ |
| D | cxgb_xgmac.c | 467 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/ |
| D | Inliner.cpp | 256 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/ |
| D | eeprom-14 | 49 | noise floor thres 0 $noiseFloorThreshCh0 | 50 | noise floor thres 1 $noiseFloorThreshCh1 | 51 | noise floor thres 2 $noiseFloorThreshCh2 |
|
| /freebsd-9-stable/sys/dev/cxgbe/common/ |
| D | common.h | 483 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
|
| D | t4_hw.c | 1498 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/ |
| D | t4_main.c | 5276 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()
|