Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h8460 #define S_NQ 8 macro
8462 #define V_NQ(x) ((x) << S_NQ)
8463 #define G_NQ(x) (((x) >> S_NQ) & M_NQ)