Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h557 #define S_RSS_QUEUE 0 macro
559 #define V_RSS_QUEUE(x) ((x) << S_RSS_QUEUE)
560 #define G_RSS_QUEUE(x) (((x) >> S_RSS_QUEUE) & M_RSS_QUEUE)