Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h7029 #define S_SYN_LRN 0 macro
7031 #define V_SYN_LRN(x) ((x) << S_SYN_LRN)
7032 #define G_SYN_LRN(x) (((x) >> S_SYN_LRN) & M_SYN_LRN)