Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h16190 #define S_PORTMAP 0 macro
16192 #define V_PORTMAP(x) ((x) << S_PORTMAP)
16193 #define G_PORTMAP(x) (((x) >> S_PORTMAP) & M_PORTMAP)