Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_regs.h34324 #define S_EEE_RX_10G_STATE 8 macro
34326 #define V_EEE_RX_10G_STATE(x) ((x) << S_EEE_RX_10G_STATE)
34327 #define G_EEE_RX_10G_STATE(x) (((x) >> S_EEE_RX_10G_STATE) & M_EEE_RX_10G_STATE)