Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_regs.h4301 #define S_MSL 0 macro
4303 #define V_MSL(x) ((x) << S_MSL)
4304 #define G_MSL(x) (((x) >> S_MSL) & M_MSL)
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_regs.h22927 #define S_MSL 0 macro
22929 #define V_MSL(x) ((x) << S_MSL)
22930 #define G_MSL(x) (((x) >> S_MSL) & M_MSL)
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4_regs.h22898 #define S_MSL 0 macro
22900 #define V_MSL(x) ((x) << S_MSL)
22901 #define G_MSL(x) (((x) >> S_MSL) & M_MSL)