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

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h2952 #define S_ERRAGENT 1 macro
2954 #define V_ERRAGENT(x) ((x) << S_ERRAGENT)
2955 #define G_ERRAGENT(x) (((x) >> S_ERRAGENT) & M_ERRAGENT)

Completed in 129 milliseconds