Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4433 #define S_ULPTYPE5FIELD 20 macro
4435 #define V_ULPTYPE5FIELD(x) ((x) << S_ULPTYPE5FIELD)
4436 #define G_ULPTYPE5FIELD(x) (((x) >> S_ULPTYPE5FIELD) & M_ULPTYPE5FIELD)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h23128 #define S_ULPTYPE5FIELD 20 macro
23130 #define V_ULPTYPE5FIELD(x) ((x) << S_ULPTYPE5FIELD)
23131 #define G_ULPTYPE5FIELD(x) (((x) >> S_ULPTYPE5FIELD) & M_ULPTYPE5FIELD)