Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h22051 #define S_TXPOL 4 macro
22053 #define V_TXPOL(x) ((x) << S_TXPOL)
22054 #define G_TXPOL(x) (((x) >> S_TXPOL) & M_TXPOL)