Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h8158 #define S_RXPOOLSIZE 16 macro
8160 #define V_RXPOOLSIZE(x) ((x) << S_RXPOOLSIZE)
8161 #define G_RXPOOLSIZE(x) (((x) >> S_RXPOOLSIZE) & M_RXPOOLSIZE)