Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h2100 #define S_FL_COUNT 14 macro
2102 #define V_FL_COUNT(x) ((x) << S_FL_COUNT)
2103 #define G_FL_COUNT(x) (((x) >> S_FL_COUNT) & M_FL_COUNT)