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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h6048 #define S_LRNLAT 8 macro
6050 #define V_LRNLAT(x) ((x) << S_LRNLAT)
6051 #define G_LRNLAT(x) (((x) >> S_LRNLAT) & M_LRNLAT)

Completed in 288 milliseconds