Home
last modified time | relevance | path

Searched refs:G_EGRTHRESHOLD (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4vf_hw.c131 sp->fl_starve_threshold = G_EGRTHRESHOLD(vals[5]) * 2 + 1; in t4vf_get_sge_params()
Dt4_hw.c9550 sp->fl_starve_threshold = G_EGRTHRESHOLD(r) * 2 + 1; in t4_init_sge_params()
Dt4_regs.h1436 #define G_EGRTHRESHOLD(x) (((x) >> S_EGRTHRESHOLD) & M_EGRTHRESHOLD) macro