Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h1652 #define S_THROTTLE_COUNT 1 macro
1654 #define V_THROTTLE_COUNT(x) ((x) << S_THROTTLE_COUNT)
1655 #define G_THROTTLE_COUNT(x) (((x) >> S_THROTTLE_COUNT) & M_THROTTLE_COUNT)