Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h8887 #define S_HDRFREECNT 16 macro
8889 #define V_HDRFREECNT(x) ((x) << S_HDRFREECNT)
8890 #define G_HDRFREECNT(x) (((x) >> S_HDRFREECNT) & M_HDRFREECNT)