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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h2951 #define S_ERRAGENT 1 macro
2953 #define V_ERRAGENT(x) ((x) << S_ERRAGENT)
2954 #define G_ERRAGENT(x) (((x) >> S_ERRAGENT) & M_ERRAGENT)

Completed in 119 milliseconds