Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h10675 #define S_HDRFREECNT 16 macro
10677 #define V_HDRFREECNT(x) ((x) << S_HDRFREECNT)
10678 #define G_HDRFREECNT(x) (((x) >> S_HDRFREECNT) & M_HDRFREECNT)