Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h7551 #define S_RXMAXPKTSIZE 0 macro
7553 #define V_RXMAXPKTSIZE(x) ((x) << S_RXMAXPKTSIZE)
7554 #define G_RXMAXPKTSIZE(x) (((x) >> S_RXMAXPKTSIZE) & M_RXMAXPKTSIZE)