Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h50326 #define S_T5_FEC_ABILITY 14 macro
50328 #define V_T5_FEC_ABILITY(x) ((x) << S_T5_FEC_ABILITY)
50329 #define G_T5_FEC_ABILITY(x) (((x) >> S_T5_FEC_ABILITY) & M_T5_FEC_ABILITY)