Lines Matching refs:mlx5_ib_flow_handler
639 struct mlx5_ib_flow_handler *handler = container_of(flow_id, in mlx5_ib_destroy_flow()
640 struct mlx5_ib_flow_handler, in mlx5_ib_destroy_flow()
642 struct mlx5_ib_flow_handler *iter, *tmp; in mlx5_ib_destroy_flow()
1037 static struct mlx5_ib_flow_handler *_create_flow_rule(struct mlx5_ib_dev *dev, in _create_flow_rule()
1045 struct mlx5_ib_flow_handler *handler; in _create_flow_rule()
1165 static struct mlx5_ib_flow_handler *create_flow_rule(struct mlx5_ib_dev *dev, in create_flow_rule()
1178 static struct mlx5_ib_flow_handler *create_leftovers_rule(struct mlx5_ib_dev *dev, in create_leftovers_rule()
1183 struct mlx5_ib_flow_handler *handler_ucast = NULL; in create_leftovers_rule()
1184 struct mlx5_ib_flow_handler *handler = NULL; in create_leftovers_rule()
1237 static struct mlx5_ib_flow_handler *create_sniffer_rule(struct mlx5_ib_dev *dev, in create_sniffer_rule()
1242 struct mlx5_ib_flow_handler *handler_rx; in create_sniffer_rule()
1243 struct mlx5_ib_flow_handler *handler_tx; in create_sniffer_rule()
1281 struct mlx5_ib_flow_handler *handler = NULL; in mlx5_ib_create_flow()
1513 static struct mlx5_ib_flow_handler *
1523 struct mlx5_ib_flow_handler *handler; in _create_raw_flow_rule()
1603 static struct mlx5_ib_flow_handler *raw_fs_rule_add( in raw_fs_rule_add()
1610 struct mlx5_ib_flow_handler *handler; in raw_fs_rule_add()
1909 struct mlx5_ib_flow_handler *flow_handler; in UVERBS_HANDLER()