Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_regs.h5943 #define M_SWITCH_TBL_IDX 0xf macro
5945 #define G_SWITCH_TBL_IDX(x) (((x) >> S_SWITCH_TBL_IDX) & M_SWITCH_TBL_IDX)
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_regs.h35933 #define M_SWITCH_TBL_IDX 0xfU macro
35935 #define G_SWITCH_TBL_IDX(x) (((x) >> S_SWITCH_TBL_IDX) & M_SWITCH_TBL_IDX)
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4_regs.h35904 #define M_SWITCH_TBL_IDX 0xfU macro
35906 #define G_SWITCH_TBL_IDX(x) (((x) >> S_SWITCH_TBL_IDX) & M_SWITCH_TBL_IDX)