Searched refs:RSS_KEYSIZE (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c5254 uint32_t raw_rss_key[RSS_KEYSIZE / sizeof(uint32_t)];
5255 uint32_t rss_key[RSS_KEYSIZE / sizeof(uint32_t)];
5283 MPASS(RSS_KEYSIZE == 40);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.c170 static uint8_t toep_key[RSS_KEYSIZE];
/freebsd-11-stable/sys/net/
H A Drss_config.c161 static uint8_t rss_key[RSS_KEYSIZE] = {
428 * configuring hardware RSS. Caller must pass an array of size RSS_KEYSIZE.
506 uint8_t temp_rss_key[RSS_KEYSIZE];
H A Drss_config.h83 #define RSS_KEYSIZE 40 macro
H A Dtoeplitz.c52 if ((i + 4) < RSS_KEYSIZE &&

Completed in 214 milliseconds