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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h6718 #define S_LRNLAT 8 macro
6720 #define V_LRNLAT(x) ((x) << S_LRNLAT)
6721 #define G_LRNLAT(x) (((x) >> S_LRNLAT) & M_LRNLAT)

Completed in 175 milliseconds