Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnic.h175 #define RSS_HASH_KEY_SIZE 5 /* 320 bit key */ macro
192 uint64_t key[RSS_HASH_KEY_SIZE];
H A Dnicvf_main.c1048 for (idx = 0; idx < RSS_HASH_KEY_SIZE; idx++) { in nicvf_set_rss_key()