Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h20172 #define S_TX_IPG 4 macro
20174 #define V_TX_IPG(x) ((x) << S_TX_IPG)
20175 #define G_TX_IPG(x) (((x) >> S_TX_IPG) & M_TX_IPG)