Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c239 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_update_root_ft()
290 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_create_flow_table()
348 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_destroy_flow_table()
382 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_modify_flow_table()
422 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_create_flow_group()
444 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_destroy_flow_group()
551 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_set_fte()
754 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_delete_fte()
Deswitch_offloads.c2615 .flags = MLX5_FLOW_TABLE_OTHER_VPORT, in esw_set_master_egress_rule()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Dhelper.c38 ft_attr.flags = MLX5_FLOW_TABLE_OTHER_VPORT; in esw_acl_table_create()
/linux-6.1.9/include/linux/mlx5/
Dfs.h67 MLX5_FLOW_TABLE_OTHER_VPORT = BIT(4), enumerator