Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h10011 #define S_MAPDEFAULT 0 macro
10013 #define V_MAPDEFAULT(x) ((x) << S_MAPDEFAULT)
10014 #define G_MAPDEFAULT(x) (((x) >> S_MAPDEFAULT) & M_MAPDEFAULT)