Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h35122 #define S_MAC_WT 0 macro
35124 #define V_MAC_WT(x) ((x) << S_MAC_WT)
35125 #define G_MAC_WT(x) (((x) >> S_MAC_WT) & M_MAC_WT)