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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h216 #define S_DATAINTR 0 macro
218 #define V_DATAINTR(x) ((x) << S_DATAINTR)
219 #define G_DATAINTR(x) (((x) >> S_DATAINTR) & M_DATAINTR)

Completed in 81 milliseconds