Searched refs:S_RXPOLARITY (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h7597 #define S_RXPOLARITY 0 macro
7599 #define V_RXPOLARITY(x) ((x) << S_RXPOLARITY)
7600 #define G_RXPOLARITY(x) (((x) >> S_RXPOLARITY) & M_RXPOLARITY)

Completed in 69 milliseconds