Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h107 #define AXGBE_RSS_HASH_KEY_SIZE 40 macro
601 u8 rss_key[AXGBE_RSS_HASH_KEY_SIZE];
H A Daxgbe_ethdev.c569 rss_conf->rss_key_len == AXGBE_RSS_HASH_KEY_SIZE) { in axgbe_dev_rss_hash_update()
571 AXGBE_RSS_HASH_KEY_SIZE); in axgbe_dev_rss_hash_update()
612 rss_conf->rss_key_len >= AXGBE_RSS_HASH_KEY_SIZE) { in axgbe_dev_rss_hash_conf_get()
614 AXGBE_RSS_HASH_KEY_SIZE); in axgbe_dev_rss_hash_conf_get()
616 rss_conf->rss_key_len = AXGBE_RSS_HASH_KEY_SIZE; in axgbe_dev_rss_hash_conf_get()
1181 dev_info->hash_key_size = AXGBE_RSS_HASH_KEY_SIZE; in axgbe_dev_info_get()