Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h5599 #define S_STAT_CHANNEL 1 macro
5600 #define V_STAT_CHANNEL(x) ((x) << S_STAT_CHANNEL)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h30473 #define S_STAT_CHANNEL 1 macro
30475 #define V_STAT_CHANNEL(x) ((x) << S_STAT_CHANNEL)
30476 #define G_STAT_CHANNEL(x) (((x) >> S_STAT_CHANNEL) & M_STAT_CHANNEL)