Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h47066 #define S_EEE_RX_1G_STATE 4 macro
47068 #define V_EEE_RX_1G_STATE(x) ((x) << S_EEE_RX_1G_STATE)
47069 #define G_EEE_RX_1G_STATE(x) (((x) >> S_EEE_RX_1G_STATE) & M_EEE_RX_1G_STATE)