Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4428 #define S_ULPTYPE6FIELD 24 macro
4430 #define V_ULPTYPE6FIELD(x) ((x) << S_ULPTYPE6FIELD)
4431 #define G_ULPTYPE6FIELD(x) (((x) >> S_ULPTYPE6FIELD) & M_ULPTYPE6FIELD)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h23123 #define S_ULPTYPE6FIELD 24 macro
23125 #define V_ULPTYPE6FIELD(x) ((x) << S_ULPTYPE6FIELD)
23126 #define G_ULPTYPE6FIELD(x) (((x) >> S_ULPTYPE6FIELD) & M_ULPTYPE6FIELD)