Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h16922 #define S_SWITCH_TBL_IDX 0 macro
16924 #define V_SWITCH_TBL_IDX(x) ((x) << S_SWITCH_TBL_IDX)
16925 #define G_SWITCH_TBL_IDX(x) (((x) >> S_SWITCH_TBL_IDX) & M_SWITCH_TBL_IDX)