Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgb/common/
HDcxgb_xgmac.c477 unsigned int thres, v, reg; in t3_mac_set_mtu() local
544 thres = (adap->params.vpd.cclk * 1000) / 15625; in t3_mac_set_mtu()
545 thres = (thres * mtu) / 1000; in t3_mac_set_mtu()
547 thres /= 10; in t3_mac_set_mtu()
548 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0; in t3_mac_set_mtu()
549 thres = max(thres, 8U); /* need at least 8 */ in t3_mac_set_mtu()
553 V_TXFIFOTHRESH(thres) | V_TXIPG(ipg)); in t3_mac_set_mtu()
/freebsd-14-stable/tools/tools/ath/athprom/
HDeeprom-1448 | noise floor thres 0 $noiseFloorThreshCh0 |
49 | noise floor thres 1 $noiseFloorThreshCh1 |
50 | noise floor thres 2 $noiseFloorThreshCh2 |
/freebsd-14-stable/contrib/ofed/infiniband-diags/src/
HDibqueryerrors.c178 uint32_t thres = 0; in exceeds_threshold() local
179 mad_decode_field(thresholds, field, &thres); in exceeds_threshold()
180 return (val > thres); in exceeds_threshold()
/freebsd-14-stable/sys/dev/cxgbe/cudbg/
HDcudbg_entity.h269 u16 thres[CIM_NUM_IBQ]; member
HDcudbg_lib.c2430 cim_qcfg_data->thres); in collect_cim_qcfg()
/freebsd-14-stable/sys/contrib/dev/rtw88/
HDrtw8703b.c730 u32 freq, u32 thres) in rtw8703b_check_spur_ov_thres() argument
739 if (rtw_read32(rtwdev, REG_PSDRPT) >= thres) in rtw8703b_check_spur_ov_thres()
HDrtw8723d.c231 u8 channel, u32 thres) in rtw8723d_check_spur_ov_thres() argument
248 if (rtw_read32(rtwdev, REG_PSDRPT) >= thres) in rtw8723d_check_spur_ov_thres()
/freebsd-14-stable/sys/dev/cxgbe/common/
HDcommon.h694 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
HDt4_hw.c9864 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres) in t4_read_cimq_cfg() argument
9876 *thres++ = G_QUEFULLTHRSH(v) * 8; /* 8-byte unit */ in t4_read_cimq_cfg()
/freebsd-14-stable/sys/cam/ctl/
HDctl.c13492 uint64_t thres, val; local
13517 thres = scsi_4btoul(page->descr[i].count);
13518 thres <<= CTL_LBP_EXPONENT;
13542 e = (val >= thres);
13544 e = (val <= thres);
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_main.c9432 uint16_t thres[CIM_NUM_IBQ]; in sysctl_cim_qcfg() local
9456 t4_read_cimq_cfg(sc, base, size, thres); in sysctl_cim_qcfg()
9472 qname[i], base[i], size[i], thres[i], G_IBQRDADDR(p[0]), in sysctl_cim_qcfg()