Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h1433 #define S_EGRTHRESHOLD 8 macro
1435 #define V_EGRTHRESHOLD(x) ((x) << S_EGRTHRESHOLD)
1436 #define G_EGRTHRESHOLD(x) (((x) >> S_EGRTHRESHOLD) & M_EGRTHRESHOLD)