Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h6121 #define S_MAXDLY 0 macro
6123 #define V_MAXDLY(x) ((x) << S_MAXDLY)
6124 #define G_MAXDLY(x) (((x) >> S_MAXDLY) & M_MAXDLY)