Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h8552 #define S_QUEUENUMBER 0 macro
8554 #define V_QUEUENUMBER(x) ((x) << S_QUEUENUMBER)
8555 #define G_QUEUENUMBER(x) (((x) >> S_QUEUENUMBER) & M_QUEUENUMBER)