Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /****************************************************************************
0003  * Driver for Solarflare network controllers and boards
0004  * Copyright 2019 Solarflare Communications Inc.
0005  * Copyright 2019-2022 Xilinx, Inc.
0006  *
0007  * This program is free software; you can redistribute it and/or modify it
0008  * under the terms of the GNU General Public License version 2 as published
0009  * by the Free Software Foundation, incorporated herein by reference.
0010  */
0011 
0012 #ifndef MCDI_PCOL_MAE_H
0013 #define MCDI_PCOL_MAE_H
0014 /* MCDI definitions for Match-Action Engine functionality, that are
0015  * missing from the main mcdi_pcol.h
0016  */
0017 
0018 /* MC_CMD_MAE_COUNTER_LIST_ALLOC is not (yet) a released API, but the
0019  * following value is needed as an argument to MC_CMD_MAE_ACTION_SET_ALLOC.
0020  */
0021 /* enum: A counter ID that is guaranteed never to represent a real counter */
0022 #define          MC_CMD_MAE_COUNTER_LIST_ALLOC_OUT_COUNTER_LIST_ID_NULL 0xffffffff
0023 
0024 #endif /* MCDI_PCOL_MAE_H */