Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5.c2026 .flow_ops_get = mlx5_flow_ops_get,
2114 .flow_ops_get = mlx5_flow_ops_get,
H A Dmlx5.h1798 int mlx5_flow_ops_get(struct rte_eth_dev *dev, const struct rte_flow_ops **ops);
H A Dmlx5_flow.c7892 mlx5_flow_ops_get(struct rte_eth_dev *dev __rte_unused, in mlx5_flow_ops_get() function