Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4443 #define S_ULPTYPE3FIELD 12 macro
4445 #define V_ULPTYPE3FIELD(x) ((x) << S_ULPTYPE3FIELD)
4446 #define G_ULPTYPE3FIELD(x) (((x) >> S_ULPTYPE3FIELD) & M_ULPTYPE3FIELD)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h23138 #define S_ULPTYPE3FIELD 12 macro
23140 #define V_ULPTYPE3FIELD(x) ((x) << S_ULPTYPE3FIELD)
23141 #define G_ULPTYPE3FIELD(x) (((x) >> S_ULPTYPE3FIELD) & M_ULPTYPE3FIELD)