Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h26006 #define S_RXPAGEPOOLFULL 4 macro
26008 #define V_RXPAGEPOOLFULL(x) ((x) << S_RXPAGEPOOLFULL)
26009 #define G_RXPAGEPOOLFULL(x) (((x) >> S_RXPAGEPOOLFULL) & M_RXPAGEPOOLFULL)