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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3231 * bytes/s = bytes256 * 256 * ClkFreq / 4096
3235 * bytes/s = 62.5 * bytes256 * ClkFreq_ms
3238 chan_rate(struct adapter *adap, unsigned int bytes256) argument
3240 u64 v = bytes256 * adap->params.vpd.cclk;

Completed in 74 milliseconds