Home
last modified time | relevance | path

Searched refs:ft_type (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dfs.c713 enum flow_table_type ft_type) in get_flow_table() argument
738 if (ft_type == MLX5_IB_FT_RX) { in get_flow_table()
774 dev->mdev, ft_type == MLX5_IB_FT_RX ? in get_flow_table()
778 prio = &dev->flow_db->sniffer[ft_type]; in get_flow_table()
2298 enum mlx5_ib_uapi_flow_table_type ft_type = in mlx5_ib_matcher_ns() local
2311 err = uverbs_get_const(&ft_type, attrs, in mlx5_ib_matcher_ns()
2316 err = mlx5_ib_ft_type_to_namespace(ft_type, &obj->ns_type); in mlx5_ib_matcher_ns()
2482 enum mlx5_ib_uapi_flow_table_type ft_type, in mlx5_ib_create_modify_header() argument
2489 ret = mlx5_ib_ft_type_to_namespace(ft_type, &namespace); in mlx5_ib_create_modify_header()
2528 enum mlx5_ib_uapi_flow_table_type ft_type; in UVERBS_HANDLER() local
[all …]
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.h107 enum fs_flow_table_type ft_type);
Dfs_cmd.c159 enum fs_flow_table_type ft_type) in mlx5_cmd_stub_get_capabilities() argument
1072 enum fs_flow_table_type ft_type) in mlx5_cmd_get_capabilities() argument
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c814 enum fs_flow_table_type ft_type) in mlx5_cmd_dr_get_capabilities() argument
818 if (ft_type != FS_FT_FDB || in mlx5_cmd_dr_get_capabilities()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_cmd.c168 u32 ft_id, u32 fg_id, u8 ft_type) in hws_cmd_flow_group_destroy() argument
173 MLX5_SET(destroy_flow_group_in, in, table_type, ft_type); in hws_cmd_flow_group_destroy()