Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h31954 #define S_MAXPKTCNT 0 macro
31956 #define V_MAXPKTCNT(x) ((x) << S_MAXPKTCNT)
31957 #define G_MAXPKTCNT(x) (((x) >> S_MAXPKTCNT) & M_MAXPKTCNT)