Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h46706 #define S_RXACONFIGSEL 30 macro
46708 #define V_RXACONFIGSEL(x) ((x) << S_RXACONFIGSEL)
46709 #define G_RXACONFIGSEL(x) (((x) >> S_RXACONFIGSEL) & M_RXACONFIGSEL)