Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h4623 #define S_MAXPYLDSIZE 28 macro
4625 #define V_MAXPYLDSIZE(x) ((x) << S_MAXPYLDSIZE)
4626 #define G_MAXPYLDSIZE(x) (((x) >> S_MAXPYLDSIZE) & M_MAXPYLDSIZE)