Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c240 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_update_root_ft()
303 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_create_flow_table()
361 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_destroy_flow_table()
395 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_modify_flow_table()
430 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_create_flow_group()
452 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_destroy_flow_group()
560 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_set_fte()
789 !!(ft->flags & MLX5_FLOW_TABLE_OTHER_VPORT)); in mlx5_cmd_delete_fte()
Deswitch_offloads.c2709 ft_attr.flags = MLX5_FLOW_TABLE_OTHER_VPORT; in esw_master_egress_create_resources()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Dhelper.c39 ft_attr.flags = MLX5_FLOW_TABLE_OTHER_VPORT; in esw_acl_table_create()
/Linux-v6.6/include/linux/mlx5/
Dfs.h69 MLX5_FLOW_TABLE_OTHER_VPORT = BIT(4), enumerator