Home
last modified time | relevance | path

Searched refs:RSS_KEYSIZE (Results 1 – 7 of 7) sorted by relevance

/src/sys/dev/ice/
H A Dice_rss.h48 CTASSERT(ICE_AQC_GET_SET_RSS_KEY_DATA_RSS_KEY_SIZE >= RSS_KEYSIZE);
/src/sys/net/
H A Dtoeplitz.c49 if ((i + 4) < RSS_KEYSIZE && in toeplitz_hash()
H A Drss_config.c168 static uint8_t rss_key[RSS_KEYSIZE] = {
523 uint8_t temp_rss_key[RSS_KEYSIZE]; in sysctl_rss_key()
H A Drss_config.h80 #define RSS_KEYSIZE 40 macro
/src/sys/dev/ena/
H A Dena_rss.c130 uint8_t hash_key[RSS_KEYSIZE]; in ena_rss_init_default()
/src/sys/dev/sfxge/
H A Dsfxge_rx.c166 static uint8_t toep_key[RSS_KEYSIZE];
/src/sys/dev/cxgbe/
H A Dt4_main.c7053 uint32_t raw_rss_key[RSS_KEYSIZE / sizeof(uint32_t)]; in write_global_rss_key()
7054 uint32_t rss_key[RSS_KEYSIZE / sizeof(uint32_t)]; in write_global_rss_key()
7056 CTASSERT(RSS_KEYSIZE == 40); in write_global_rss_key()