Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4448 #define S_ULPTYPE2FIELD 8 macro
4450 #define V_ULPTYPE2FIELD(x) ((x) << S_ULPTYPE2FIELD)
4451 #define G_ULPTYPE2FIELD(x) (((x) >> S_ULPTYPE2FIELD) & M_ULPTYPE2FIELD)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h23143 #define S_ULPTYPE2FIELD 8 macro
23145 #define V_ULPTYPE2FIELD(x) ((x) << S_ULPTYPE2FIELD)
23146 #define G_ULPTYPE2FIELD(x) (((x) >> S_ULPTYPE2FIELD) & M_ULPTYPE2FIELD)