Home
last modified time | relevance | path

Searched refs:S_MAX (Results 1 – 3 of 3) sorted by relevance

/trueos/tools/tools/ath/athaggrstats/
HDathaggrstats.c147 #define S_MAX (S_PKT31 + 1) macro
/trueos/tools/tools/ath/athstats/
HDathstats.c429 #define S_MAX S_BMISSCOUNT+1 macro
/trueos/sys/dev/cxgbe/common/
HDt4_regs.h24616 #define S_MAX 16 macro
24618 #define V_MAX(x) ((x) << S_MAX)
24619 #define G_MAX(x) (((x) >> S_MAX) & M_MAX)