Searched refs:ft_prio_tx (Results 1 – 1 of 1) sorted by relevance
1285 struct mlx5_ib_flow_prio *ft_prio_tx = NULL; in mlx5_ib_create_flow() local1356 ft_prio_tx = get_flow_table(dev, flow_attr, MLX5_IB_FT_TX); in mlx5_ib_create_flow()1357 if (IS_ERR(ft_prio_tx)) { in mlx5_ib_create_flow()1358 err = PTR_ERR(ft_prio_tx); in mlx5_ib_create_flow()1359 ft_prio_tx = NULL; in mlx5_ib_create_flow()1387 handler = create_sniffer_rule(dev, ft_prio, ft_prio_tx, dst); in mlx5_ib_create_flow()1408 if (ft_prio_tx) in mlx5_ib_create_flow()1409 put_flow_table(dev, ft_prio_tx, false); in mlx5_ib_create_flow()
Completed in 8 milliseconds