Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h5553 #define S_LINK_MODE_ENABLE 16 macro
5555 #define V_LINK_MODE_ENABLE(x) ((x) << S_LINK_MODE_ENABLE)
5556 #define G_LINK_MODE_ENABLE(x) (((x) >> S_LINK_MODE_ENABLE) & M_LINK_MODE_ENABLE)