Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c217 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_update_root_ft()
266 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_create_flow_table()
324 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_destroy_flow_table()
358 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_modify_flow_table()
398 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_create_flow_group()
420 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_destroy_flow_group()
501 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_set_fte()
677 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_delete_fte()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Dhelper.c38 ft_attr.flags = MLX5_FLOW_TABLE_OTHER_VPORT; in esw_acl_table_create()
/Linux-v5.15/include/linux/mlx5/
Dfs.h55 MLX5_FLOW_TABLE_OTHER_VPORT = BIT(4), enumerator