Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgb/common/
HDcxgb_regs.h5942 #define S_SWITCH_TBL_IDX 0 macro
5944 #define V_SWITCH_TBL_IDX(x) ((x) << S_SWITCH_TBL_IDX)
5945 #define G_SWITCH_TBL_IDX(x) (((x) >> S_SWITCH_TBL_IDX) & M_SWITCH_TBL_IDX)
/trueos/sys/dev/cxgbe/common/
HDt4_regs.h25405 #define S_SWITCH_TBL_IDX 0 macro
25407 #define V_SWITCH_TBL_IDX(x) ((x) << S_SWITCH_TBL_IDX)
25408 #define G_SWITCH_TBL_IDX(x) (((x) >> S_SWITCH_TBL_IDX) & M_SWITCH_TBL_IDX)