Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c287 #define S_KEY_GET_LOC 0 macro
289 #define V_KEY_GET_LOC(x) ((x) << S_KEY_GET_LOC)
290 #define G_KEY_GET_LOC(x) (((x) >> S_KEY_GET_LOC) & M_KEY_GET_LOC)