xref: /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/prestera_matchall.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
262306a36Sopenharmony_ci/* Copyright (c) 2022 Marvell International Ltd. All rights reserved. */
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#ifndef _PRESTERA_MATCHALL_H_
562306a36Sopenharmony_ci#define _PRESTERA_MATCHALL_H_
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#include <net/pkt_cls.h>
862306a36Sopenharmony_ci
962306a36Sopenharmony_cistruct prestera_flow_block;
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciint prestera_mall_replace(struct prestera_flow_block *block,
1262306a36Sopenharmony_ci			  struct tc_cls_matchall_offload *f);
1362306a36Sopenharmony_civoid prestera_mall_destroy(struct prestera_flow_block *block);
1462306a36Sopenharmony_ciint prestera_mall_prio_get(struct prestera_flow_block *block,
1562306a36Sopenharmony_ci			   u32 *prio_min, u32 *prio_max);
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci#endif /* _PRESTERA_MATCHALL_H_ */
18

Indexes created Thu Nov 07 10:32:03 CST 2024