Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_rxq.c2663 MLX5_ASSERT(priv->obj_ops.ind_table_modify); in mlx5_ind_table_obj_modify()
2664 ret = priv->obj_ops.ind_table_modify(dev, n, queues, queues_n, ind_tbl); in mlx5_ind_table_obj_modify()
2736 MLX5_ASSERT(priv->obj_ops.ind_table_modify); in mlx5_ind_table_obj_detach()
2737 ret = priv->obj_ops.ind_table_modify(dev, n, NULL, 0, ind_tbl); in mlx5_ind_table_obj_detach()
H A Dmlx5_devx.c1414 .ind_table_modify = mlx5_devx_ind_table_modify,
H A Dmlx5.h1413 int (*ind_table_modify)(struct rte_eth_dev *dev, member
H A Dmlx5_flow_dv.c15346 if (priv->obj_ops.ind_table_modify == NULL) in __flow_dv_action_rss_update()
17853 if (priv->obj_ops.ind_table_modify == NULL) in flow_dv_action_validate()