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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c2989 * @b: the beta values for congestion control
3039 * @beta: the values for the congestion control beta parameter
3042 * congestion control table with the supplied alpha, beta, and MTUs.
3048 const unsigned short *alpha, const unsigned short *beta)
3074 (w << 16) | (beta[w] << 13) | inc);
3047 t4_load_mtus(struct adapter *adap, const unsigned short *mtus, const unsigned short *alpha, const unsigned short *beta) argument

Completed in 105 milliseconds