Searched refs:S_KEY_GET_LOC (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.h92 #define S_KEY_GET_LOC 0 macro
94 #define V_KEY_GET_LOC(x) ((x) << S_KEY_GET_LOC)
95 #define G_KEY_GET_LOC(x) (((x) >> S_KEY_GET_LOC) & M_KEY_GET_LOC)

Completed in 220 milliseconds