Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_regs.h5344 #define S_RXFIFOCONFIG 10 macro
5346 #define V_RXFIFOCONFIG(x) ((x) << S_RXFIFOCONFIG)
5347 #define G_RXFIFOCONFIG(x) (((x) >> S_RXFIFOCONFIG) & M_RXFIFOCONFIG)