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

/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_regs.h7991 #define S_LNG_RXPWRSTATE 24 macro
7993 #define V_LNG_RXPWRSTATE(x) ((x) << S_LNG_RXPWRSTATE)
7994 #define G_LNG_RXPWRSTATE(x) (((x) >> S_LNG_RXPWRSTATE) & M_LNG_RXPWRSTATE)
[all...]

Completed in 646 milliseconds