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

/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.c3581 * bytes/s = bytes256 * 256 * ClkFreq / 4096
3585 * bytes/s = 62.5 * bytes256 * ClkFreq_ms
3587 static u64 chan_rate(struct adapter *adap, unsigned int bytes256) argument
3589 u64 v = bytes256 * adap->params.vpd.cclk;

Completed in 60 milliseconds