Searched refs:thres (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/sys/dev/cxgb/common/ |
| HD | cxgb_xgmac.c | 477 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/ |
| HD | eeprom-14 | 48 | 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/ |
| HD | ibqueryerrors.c | 178 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/ |
| HD | cudbg_entity.h | 269 u16 thres[CIM_NUM_IBQ]; member
|
| HD | cudbg_lib.c | 2430 cim_qcfg_data->thres); in collect_cim_qcfg()
|
| /freebsd-14-stable/sys/contrib/dev/rtw88/ |
| HD | rtw8703b.c | 730 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()
|
| HD | rtw8723d.c | 231 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/ |
| HD | common.h | 694 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
|
| HD | t4_hw.c | 9864 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/ |
| HD | ctl.c | 13492 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/ |
| HD | t4_main.c | 9432 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()
|