Searched refs:thres (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c468 unsigned int thres, v, reg; local
535 thres = (adap->params.vpd.cclk * 1000) / 15625;
536 thres = (thres * mtu) / 1000;
538 thres /= 10;
539 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0;
540 thres = max(thres,
[all...]
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c171 uint32_t thres = 0; local
172 mad_decode_field(thresholds, field, &thres);
173 return (val > thres);
/freebsd-12-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h271 u16 thres[CIM_NUM_IBQ]; member in struct:struct_cim_qcfg
H A Dcudbg_lib.c2434 cim_qcfg_data->thres);
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dcommon.h668 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
H A Dt4_hw.c9766 * @thres: holds the queue full thresholds in bytes
9771 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres) argument
9783 *thres++ = G_QUEFULLTHRSH(v) * 8; /* 8-byte unit */
/freebsd-12-stable/sys/cam/ctl/
H A Dctl.c13439 uint64_t thres, val; local
13464 thres = scsi_4btoul(page->descr[i].count);
13465 thres <<= CTL_LBP_EXPONENT;
13489 e = (val >= thres);
13491 e = (val <= thres);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c7868 uint16_t thres[CIM_NUM_IBQ]; local
7889 t4_read_cimq_cfg(sc, base, size, thres);
7904 qname[i], base[i], size[i], thres[i], G_IBQRDADDR(p[0]),
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h2945 uint64_t thres : 6; /**< Number of 8B blocks of data that must exist in the DBUF before member in struct:cvmx_mio_emm_dma::cvmx_mio_emm_dma_s
2966 uint64_t thres : 6;

Completed in 329 milliseconds