Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c281 #define S_KEY_CLR_LOC 4 macro
283 #define V_KEY_CLR_LOC(x) ((x) << S_KEY_CLR_LOC)
284 #define G_KEY_CLR_LOC(x) (((x) >> S_KEY_CLR_LOC) & M_KEY_CLR_LOC)