Searched defs:mlx5_regex_priv (Results 1 – 1 of 1) sorted by relevance
66 struct mlx5_regex_priv { struct68 struct ibv_context *ctx; /* Device context. */69 struct rte_pci_device *pci_dev;71 uint16_t nb_queues; /* Number of queues. */73 uint16_t nb_max_matches; /* Max number of matches. */74 enum mlx5_rxp_program_mode prog_mode;75 struct mlx5_regex_db db[MLX5_RXP_MAX_ENGINES +77 uint32_t nb_engines; /* Number of RegEx engines. */78 uint32_t eqn; /* EQ number. */79 struct mlx5dv_devx_uar *uar; /* UAR object. */[all …]