Searched refs:nsecPerByte (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/net/altq/
H A Daltq_rmclass.c135 * nsecPerByte is the data rate of the interface in nanoseconds/byte.
141 * nanoseconds/byte. Then nsecPerByte is set to
176 * maxidle*nsecPerByte/8 and offtime*nsecPerByte/8 will be in microseconds,
182 * maxidle = maxidle * 2^RM_FILTER_GAIN * 8 / (1000 * nsecPerByte)
183 * offtime = offtime * 8 / (1000 * nsecPerByte)
186 * maxidle = maxilde * (8.0 / nsecPerByte);
187 * offtime = offtime * (8.0 / nsecPerByte);
190 rmc_newclass(int pri, struct rm_ifdat *ifd, u_int nsecPerByte, argument
245 cl->allotment_ = RM_NS_PER_SEC / nsecPerByte; /* Byte
359 rmc_modclass(struct rm_class *cl, u_int nsecPerByte, int maxq, u_int maxidle, int minidle, u_int offtime, int pktsize) argument
681 rmc_init(struct ifaltq *ifq, struct rm_ifdat *ifd, u_int nsecPerByte, void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle, int minidle, u_int offtime, int flags) argument
[all...]

Completed in 63 milliseconds