Searched refs:ft_type (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | flow.c | 232 enum mlx5_ib_uapi_flow_table_type ft_type = in mlx5_ib_matcher_ns() local 245 err = uverbs_get_const(&ft_type, attrs, in mlx5_ib_matcher_ns() 250 err = mlx5_ib_ft_type_to_namespace(ft_type, &obj->ns_type); in mlx5_ib_matcher_ns() 349 enum mlx5_ib_uapi_flow_table_type ft_type, in mlx5_ib_create_modify_header() argument 356 ret = mlx5_ib_ft_type_to_namespace(ft_type, &namespace); in mlx5_ib_create_modify_header() 392 enum mlx5_ib_uapi_flow_table_type ft_type; in UVERBS_HANDLER() local 410 ret = uverbs_get_const(&ft_type, attrs, in UVERBS_HANDLER() 414 action = mlx5_ib_create_modify_header(mdev, ft_type, num_actions, in); in UVERBS_HANDLER() 426 u8 ft_type) in mlx5_ib_flow_action_packet_reformat_valid() argument 430 if (ft_type == MLX5_IB_UAPI_FLOW_TABLE_TYPE_NIC_TX) in mlx5_ib_flow_action_packet_reformat_valid() [all …]
|
D | main.c | 3262 enum flow_table_type ft_type) in get_flow_table() argument 3288 if (ft_type == MLX5_IB_FT_RX) { in get_flow_table() 3324 ns = mlx5_get_flow_namespace(dev->mdev, ft_type == MLX5_IB_FT_RX ? in get_flow_table() 3328 prio = &dev->flow_db->sniffer[ft_type]; in get_flow_table()
|