Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h1882 #define S_MAXPYLDSIZE 28 macro
1884 #define V_MAXPYLDSIZE(x) ((x) << S_MAXPYLDSIZE)
1885 #define G_MAXPYLDSIZE(x) (((x) >> S_MAXPYLDSIZE) & M_MAXPYLDSIZE)