Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.h320 #define ICE_FDIR_COUNTER_MAX_POOL_SIZE 32 macro
349 struct ice_fdir_counter_pool *pools[ICE_FDIR_COUNTER_MAX_POOL_SIZE];
H A Dice_fdir_filter.c236 if (container->index_free == ICE_FDIR_COUNTER_MAX_POOL_SIZE) { in ice_fdir_counter_pool_add()