Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h15777 #define S_DROP 0 macro
15779 #define V_DROP(x) ((x) << S_DROP)
15780 #define G_DROP(x) (((x) >> S_DROP) & M_DROP)