Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Drss_config.c83 static u_int rss_hashalgo = RSS_HASH_TOEPLITZ;
182 case RSS_HASH_TOEPLITZ: in rss_init()
188 rss_hashalgo, RSS_HASH_TOEPLITZ); in rss_init()
189 rss_hashalgo = RSS_HASH_TOEPLITZ; in rss_init()
281 case RSS_HASH_TOEPLITZ: in rss_hash()
H A Drss_config.h39 #define RSS_HASH_TOEPLITZ 0x00000002 /* Required by RSS. */ macro
42 #define RSS_HASH_MASK (RSS_HASH_NAIVE | RSS_HASH_TOEPLITZ)
/freebsd/sys/dev/ena/
H A Dena_rss.c130 if (rss_algo == RSS_HASH_TOEPLITZ) { in ena_rss_init_default()
/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c1180 if (rss_algo == RSS_HASH_TOEPLITZ) { in vmxnet3_reinit_rss_shared_data()