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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h5950 #define S_ZERO_CMD 0 macro
5952 #define V_ZERO_CMD(x) ((x) << S_ZERO_CMD)
5953 #define G_ZERO_CMD(x) (((x) >> S_ZERO_CMD) & M_ZERO_CMD)

Completed in 179 milliseconds