Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_msg.h494 #define S_SYN_RSS_QUEUE 2 macro
496 #define V_SYN_RSS_QUEUE(x) ((x) << S_SYN_RSS_QUEUE)
497 #define G_SYN_RSS_QUEUE(x) (((x) >> S_SYN_RSS_QUEUE) & M_SYN_RSS_QUEUE)