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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h6895 #define S_IDTCMDHI 11 macro
6897 #define V_IDTCMDHI(x) ((x) << S_IDTCMDHI)
6898 #define G_IDTCMDHI(x) (((x) >> S_IDTCMDHI) & M_IDTCMDHI)

Completed in 191 milliseconds