Lines Matching refs:mlx5_ib_flow_handler
640 struct mlx5_ib_flow_handler *handler = container_of(flow_id, in mlx5_ib_destroy_flow()
641 struct mlx5_ib_flow_handler, in mlx5_ib_destroy_flow()
643 struct mlx5_ib_flow_handler *iter, *tmp; in mlx5_ib_destroy_flow()
1040 static struct mlx5_ib_flow_handler *_create_flow_rule(struct mlx5_ib_dev *dev, in _create_flow_rule()
1048 struct mlx5_ib_flow_handler *handler; in _create_flow_rule()
1168 static struct mlx5_ib_flow_handler *create_flow_rule(struct mlx5_ib_dev *dev, in create_flow_rule()
1181 static struct mlx5_ib_flow_handler *create_leftovers_rule(struct mlx5_ib_dev *dev, in create_leftovers_rule()
1186 struct mlx5_ib_flow_handler *handler_ucast = NULL; in create_leftovers_rule()
1187 struct mlx5_ib_flow_handler *handler = NULL; in create_leftovers_rule()
1240 static struct mlx5_ib_flow_handler *create_sniffer_rule(struct mlx5_ib_dev *dev, in create_sniffer_rule()
1245 struct mlx5_ib_flow_handler *handler_rx; in create_sniffer_rule()
1246 struct mlx5_ib_flow_handler *handler_tx; in create_sniffer_rule()
1284 struct mlx5_ib_flow_handler *handler = NULL; in mlx5_ib_create_flow()
1516 static struct mlx5_ib_flow_handler *
1526 struct mlx5_ib_flow_handler *handler; in _create_raw_flow_rule()
1606 static struct mlx5_ib_flow_handler *raw_fs_rule_add( in raw_fs_rule_add()
1613 struct mlx5_ib_flow_handler *handler; in raw_fs_rule_add()
1912 struct mlx5_ib_flow_handler *flow_handler; in UVERBS_HANDLER()