Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_regs.h3751 #define S_MSSTHRESHOLD 3 macro
3753 #define V_MSSTHRESHOLD(x) ((x) << S_MSSTHRESHOLD)
3754 #define G_MSSTHRESHOLD(x) (((x) >> S_MSSTHRESHOLD) & M_MSSTHRESHOLD)
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_regs.h21839 #define S_MSSTHRESHOLD 4 macro
21841 #define V_MSSTHRESHOLD(x) ((x) << S_MSSTHRESHOLD)
21842 #define G_MSSTHRESHOLD(x) (((x) >> S_MSSTHRESHOLD) & M_MSSTHRESHOLD)
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4_regs.h21810 #define S_MSSTHRESHOLD 4 macro
21812 #define V_MSSTHRESHOLD(x) ((x) << S_MSSTHRESHOLD)
21813 #define G_MSSTHRESHOLD(x) (((x) >> S_MSSTHRESHOLD) & M_MSSTHRESHOLD)