Searched refs:RSS_KEYSIZE (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/net/
H A Dtoeplitz.c52 if ((i + 4) < RSS_KEYSIZE &&
H A Drss_config.h83 #define RSS_KEYSIZE 40 macro
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];
/freebsd-11.0-release/sys/dev/sfxge/
H A Dsfxge_rx.c170 static uint8_t toep_key[RSS_KEYSIZE];
/freebsd-11.0-release/sys/dev/cxgbe/
H A Dt4_main.c4045 uint32_t raw_rss_key[RSS_KEYSIZE / sizeof(uint32_t)];
4046 uint32_t rss_key[RSS_KEYSIZE / sizeof(uint32_t)];
4076 MPASS(RSS_KEYSIZE == 40);

Completed in 182 milliseconds