Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h108 #define AXGBE_RSS_MAX_TABLE_SIZE 256 macro
602 uint32_t rss_table[AXGBE_RSS_MAX_TABLE_SIZE];
H A Daxgbe_dev.c707 for (i = 0; i < AXGBE_RSS_MAX_TABLE_SIZE; i++) in axgbe_config_rss()
H A Daxgbe_ethdev.c505 if (reta_size == 0 || reta_size > AXGBE_RSS_MAX_TABLE_SIZE) { in axgbe_dev_rss_reta_update()
536 if (reta_size == 0 || reta_size > AXGBE_RSS_MAX_TABLE_SIZE) { in axgbe_dev_rss_reta_query()