Lines Matching refs:flow_table
632 mlx5_destroy_flow_table(prio->flow_table); in put_flow_table()
633 prio->flow_table = NULL; in put_flow_table()
708 prio->flow_table = ft; in _get_prio()
794 ft = prio->flow_table; in get_flow_table()
938 if (!prio->flow_table) { in mlx5_ib_fs_add_op_fc()
954 opfc->rule[i] = mlx5_add_flow_rules(prio->flow_table, &spec[i], in mlx5_ib_fs_add_op_fc()
1046 struct mlx5_flow_table *ft = ft_prio->flow_table; in _create_flow_rule()
1157 ft_prio->flow_table = ft; in _create_flow_rule()
1508 if (prio->flow_table) in _get_flow_table()
1527 struct mlx5_flow_table *ft = ft_prio->flow_table; in _create_raw_flow_rule()
1556 ft_prio->flow_table = ft; in _create_raw_flow_rule()
2193 ft_id = mlx5_flow_table_id(ft_prio->flow_table); in UVERBS_HANDLER()