Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_table.c111 ret = mlx5hws_cmd_flow_table_modify(tbl->ctx->mdev, &ft_attr, ft_id); in hws_table_connect_to_default_miss_tbl()
320 ret = mlx5hws_cmd_flow_table_modify(tbl->ctx->mdev, &ft_attr, ft_id); in mlx5hws_table_ft_set_default_next_ft()
342 return mlx5hws_cmd_flow_table_modify(ctx->mdev, &ft_attr, ft_id); in mlx5hws_table_ft_set_next_rtc()
357 return mlx5hws_cmd_flow_table_modify(ctx->mdev, &ft_attr, ft_id); in hws_table_ft_set_next_ft()
H A Dmlx5hws_cmd.h249 int mlx5hws_cmd_flow_table_modify(struct mlx5_core_dev *mdev,
H A Dmlx5hws_cmd.c74 int mlx5hws_cmd_flow_table_modify(struct mlx5_core_dev *mdev, in mlx5hws_cmd_flow_table_modify() function