Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h22445 #define S_HMACLIENTBASE 0 macro
22447 #define V_HMACLIENTBASE(x) ((x) << S_HMACLIENTBASE)
22448 #define G_HMACLIENTBASE(x) (((x) >> S_HMACLIENTBASE) & M_HMACLIENTBASE)