Home
last modified time | relevance | path

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

/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c37 #define MLX5_REGEX_MAX_KLM_NUM 128 macro
40 ((MLX5_REGEX_MAX_KLM_NUM) * sizeof(struct mlx5_klm))
203 return (klm && ((pos + new) <= MLX5_REGEX_MAX_KLM_NUM)); in mkey_klm_available()
670 (i % qp->nb_desc) * MLX5_REGEX_MAX_KLM_NUM; in setup_buffers()
716 attr.klm_num = MLX5_REGEX_MAX_KLM_NUM; in mlx5_regexdev_setup_fastpath()