Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h16094 #define S_CLS_PF 3 macro
16096 #define V_CLS_PF(x) ((x) << S_CLS_PF)
16097 #define G_CLS_PF(x) (((x) >> S_CLS_PF) & M_CLS_PF)