Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h5072 #define S_NUMBER_RANKS 9 macro
5074 #define V_NUMBER_RANKS(x) ((x) << S_NUMBER_RANKS)
5075 #define G_NUMBER_RANKS(x) (((x) >> S_NUMBER_RANKS) & M_NUMBER_RANKS)