Home
last modified time | relevance | path

Searched refs:ft_prio (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dfs.c1041 struct mlx5_ib_flow_prio *ft_prio, in _create_flow_rule() argument
1047 struct mlx5_flow_table *ft = ft_prio->flow_table; in _create_flow_rule()
1154 ft_prio->refcount++; in _create_flow_rule()
1155 handler->prio = ft_prio; in _create_flow_rule()
1158 ft_prio->flow_table = ft; in _create_flow_rule()
1169 struct mlx5_ib_flow_prio *ft_prio, in create_flow_rule() argument
1173 return _create_flow_rule(dev, ft_prio, flow_attr, dst, 0, NULL); in create_flow_rule()
1182 struct mlx5_ib_flow_prio *ft_prio, in create_leftovers_rule() argument
1219 handler = create_flow_rule(dev, ft_prio, in create_leftovers_rule()
1224 handler_ucast = create_flow_rule(dev, ft_prio, in create_leftovers_rule()
[all …]
Dmlx5_ib.h263 struct mlx5_ib_flow_prio *ft_prio; member