Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h16558 #define S_DA 0 macro
16560 #define V_DA(x) ((x) << S_DA)
16561 #define G_DA(x) (((x) >> S_DA) & M_DA)