Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h6453 #define S_RX_MOD_WEIGHT 24 macro
6455 #define V_RX_MOD_WEIGHT(x) ((x) << S_RX_MOD_WEIGHT)
6456 #define G_RX_MOD_WEIGHT(x) (((x) >> S_RX_MOD_WEIGHT) & M_RX_MOD_WEIGHT)