Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Drss_config.c91 static u_int rss_hashalgo = RSS_HASH_TOEPLITZ;
190 case RSS_HASH_TOEPLITZ: in rss_init()
196 rss_hashalgo, RSS_HASH_TOEPLITZ); in rss_init()
197 rss_hashalgo = RSS_HASH_TOEPLITZ; in rss_init()
289 case RSS_HASH_TOEPLITZ: in rss_hash()
H A Drss_config.h41 #define RSS_HASH_TOEPLITZ 0x00000002 /* Required by RSS. */ macro
44 #define RSS_HASH_MASK (RSS_HASH_NAIVE | RSS_HASH_TOEPLITZ)