Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h6422 #define S_QUEUE 0 macro
6424 #define V_QUEUE(x) ((x) << S_QUEUE)
6425 #define G_QUEUE(x) (((x) >> S_QUEUE) & M_QUEUE)