Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h37782 #define S_TLSKEYULIMIT 8 macro
37784 #define V_TLSKEYULIMIT(x) ((x) << S_TLSKEYULIMIT)
37785 #define G_TLSKEYULIMIT(x) (((x) >> S_TLSKEYULIMIT) & M_TLSKEYULIMIT)