Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h55519 #define S_HLIM 0 macro
55521 #define V_HLIM(x) ((x) << S_HLIM)
55522 #define G_HLIM(x) (((x) >> S_HLIM) & M_HLIM)