Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h8853 #define S_MAXPROXYSIZE 12 macro
8855 #define V_MAXPROXYSIZE(x) ((x) << S_MAXPROXYSIZE)
8856 #define G_MAXPROXYSIZE(x) (((x) >> S_MAXPROXYSIZE) & M_MAXPROXYSIZE)