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

/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h6717 #define S_LRNLAT 8 macro
6719 #define V_LRNLAT(x) ((x) << S_LRNLAT)
6720 #define G_LRNLAT(x) (((x) >> S_LRNLAT) & M_LRNLAT)

Completed in 505 milliseconds