Lines Matching refs:mlx5_ib_flow_handler
697 struct mlx5_ib_flow_handler *handler = container_of(flow_id, in mlx5_ib_destroy_flow()
698 struct mlx5_ib_flow_handler, in mlx5_ib_destroy_flow()
700 struct mlx5_ib_flow_handler *iter, *tmp; in mlx5_ib_destroy_flow()
902 static struct mlx5_ib_flow_handler *_create_flow_rule(struct mlx5_ib_dev *dev, in _create_flow_rule()
910 struct mlx5_ib_flow_handler *handler; in _create_flow_rule()
1036 static struct mlx5_ib_flow_handler *create_flow_rule(struct mlx5_ib_dev *dev, in create_flow_rule()
1049 static struct mlx5_ib_flow_handler *create_leftovers_rule(struct mlx5_ib_dev *dev, in create_leftovers_rule()
1054 struct mlx5_ib_flow_handler *handler_ucast = NULL; in create_leftovers_rule()
1055 struct mlx5_ib_flow_handler *handler = NULL; in create_leftovers_rule()
1108 static struct mlx5_ib_flow_handler *create_sniffer_rule(struct mlx5_ib_dev *dev, in create_sniffer_rule()
1113 struct mlx5_ib_flow_handler *handler_rx; in create_sniffer_rule()
1114 struct mlx5_ib_flow_handler *handler_tx; in create_sniffer_rule()
1152 struct mlx5_ib_flow_handler *handler = NULL; in mlx5_ib_create_flow()
1385 static struct mlx5_ib_flow_handler *
1395 struct mlx5_ib_flow_handler *handler; in _create_raw_flow_rule()
1475 static struct mlx5_ib_flow_handler *raw_fs_rule_add( in raw_fs_rule_add()
1482 struct mlx5_ib_flow_handler *handler; in raw_fs_rule_add()
1929 struct mlx5_ib_flow_handler *flow_handler; in UVERBS_HANDLER()