Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h898 #define S_QUEUENO 0 macro
900 #define V_QUEUENO(x) ((x) << S_QUEUENO)
901 #define G_QUEUENO(x) (((x) >> S_QUEUENO) & M_QUEUENO)