Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dtable.c114 ret = mlx5hws_cmd_flow_table_modify(tbl->ctx->mdev, &ft_attr, ft_id); in hws_table_connect_to_default_miss_tbl()
327 ret = mlx5hws_cmd_flow_table_modify(tbl->ctx->mdev, &ft_attr, ft_id); in mlx5hws_table_ft_set_default_next_ft()
349 return mlx5hws_cmd_flow_table_modify(ctx->mdev, &ft_attr, ft_id); in mlx5hws_table_ft_set_next_rtc()
364 return mlx5hws_cmd_flow_table_modify(ctx->mdev, &ft_attr, ft_id); in mlx5hws_table_ft_set_next_ft()
H A Dcmd.h249 int mlx5hws_cmd_flow_table_modify(struct mlx5_core_dev *mdev,
H A Dbwc_complex.c790 ret = mlx5hws_cmd_flow_table_modify(ctx->mdev, in hws_bwc_isolated_table_create()
H A Dcmd.c75 int mlx5hws_cmd_flow_table_modify(struct mlx5_core_dev *mdev, in mlx5hws_cmd_flow_table_modify() function