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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h5011 #define S_TXDEBUGFLAGS 0 macro
5013 #define V_TXDEBUGFLAGS(x) ((x) << S_TXDEBUGFLAGS)
5014 #define G_TXDEBUGFLAGS(x) (((x) >> S_TXDEBUGFLAGS) & M_TXDEBUGFLAGS)

Completed in 126 milliseconds