Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h511 #define S_TX_QUEUE 23 macro
513 #define V_TX_QUEUE(x) ((x) << S_TX_QUEUE)
514 #define G_TX_QUEUE(x) (((x) >> S_TX_QUEUE) & M_TX_QUEUE)