Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c264 sc->sge.fl_starve_threshold = G_EGRTHRESHOLD(v) * 2 + 1; in t4_sge_init()
/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h1010 #define G_EGRTHRESHOLD(x) (((x) >> S_EGRTHRESHOLD) & M_EGRTHRESHOLD) macro