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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h5600 #define S_STAT_CHANNEL 1 macro
5601 #define V_STAT_CHANNEL(x) ((x) << S_STAT_CHANNEL)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h21357 #define S_STAT_CHANNEL 1 macro
21359 #define V_STAT_CHANNEL(x) ((x) << S_STAT_CHANNEL)
21360 #define G_STAT_CHANNEL(x) (((x) >> S_STAT_CHANNEL) & M_STAT_CHANNEL)
[all...]

Completed in 539 milliseconds