aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/prestera/prestera_flower.h
blob: 495f151e6fa9cbfbecc1d1cff2145472904c3ee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
/* Copyright (c) 2020-2021 Marvell International Ltd. All rights reserved. */

#ifndef _PRESTERA_FLOWER_H_
#define _PRESTERA_FLOWER_H_

#include <net/pkt_cls.h>

struct prestera_flow_block;

int prestera_flower_replace(struct prestera_flow_block *block,
			    struct flow_cls_offload *f);
void prestera_flower_destroy(struct prestera_flow_block *block,
			     struct flow_cls_offload *f);
int prestera_flower_stats(struct prestera_flow_block *block,
			  struct flow_cls_offload *f);
int prestera_flower_tmplt_create(struct prestera_flow_block *block,
				 struct flow_cls_offload *f);
void prestera_flower_tmplt_destroy(struct prestera_flow_block *block,
				   struct flow_cls_offload *f);
void prestera_flower_template_cleanup(struct prestera_flow_block *block);

#endif /* _PRESTERA_FLOWER_H_ */