Home
last modified time | relevance | path

Searched refs:IAVF_RSS_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/iavf/
H A Diavf_lib.h119 #define IAVF_RSS_KEY_SIZE (IAVF_RSS_KEY_SIZE_REG * 4) macro
H A Diavf_vc_common.c694 u8 rss_seed[IAVF_RSS_KEY_SIZE]; in iavf_config_rss_key()
704 key_length = IAVF_RSS_KEY_SIZE; in iavf_config_rss_key()
H A Diavf_lib.c80 bcopy(rss_seed, key, IAVF_RSS_KEY_SIZE); in iavf_get_default_rss_key()