Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_regs.h34319 #define S_EEE_TX_10G_STATE 10 macro
34321 #define V_EEE_TX_10G_STATE(x) ((x) << S_EEE_TX_10G_STATE)
34322 #define G_EEE_TX_10G_STATE(x) (((x) >> S_EEE_TX_10G_STATE) & M_EEE_TX_10G_STATE)