Home
last modified time | relevance | path

Searched refs:fthresh (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/net/altq/
H A Daltq_red.c1403 int fthresh; local
1406 fthresh = fv_p2f(fv, fve->fve_p);
1407 if (fve->fve_f > fthresh)
/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_sge.c3694 u_int fthresh; in qsize_to_fthresh() local
3698 fthresh = ilog2(qsize); in qsize_to_fthresh()
3699 if (fthresh > X_CIDXFLUSHTHRESH_128) in qsize_to_fthresh()
3700 fthresh = X_CIDXFLUSHTHRESH_128; in qsize_to_fthresh()
3702 return (fthresh); in qsize_to_fthresh()