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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h6905 #define S_IDTCMD 0 macro
6907 #define V_IDTCMD(x) ((x) << S_IDTCMD)
6908 #define G_IDTCMD(x) (((x) >> S_IDTCMD) & M_IDTCMD)

Completed in 185 milliseconds