/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /* Copyright (c) 2015-2018 Mellanox Technologies. All rights reserved */ #ifndef _MLXSW_TXHEADER_H #define _MLXSW_TXHEADER_H #define MLXSW_TXHDR_LEN … #define MLXSW_TXHDR_VERSION_0 … #define MLXSW_TXHDR_VERSION_1 … enum { … }; #define MLXSW_TXHDR_PROTO_ETH … enum { … }; enum { … }; #define MLXSW_TXHDR_CTCLASS3 … #define MLXSW_TXHDR_CPU_SIG … #define MLXSW_TXHDR_SIG … #define MLXSW_TXHDR_STCLASS_NONE … enum { … }; enum { … }; #endif