cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

spectrum_dpipe.h (532B)


      1/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
      2/* Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved */
      3
      4#ifndef _MLXSW_PIPELINE_H_
      5#define _MLXSW_PIPELINE_H_
      6
      7int mlxsw_sp_dpipe_init(struct mlxsw_sp *mlxsw_sp);
      8void mlxsw_sp_dpipe_fini(struct mlxsw_sp *mlxsw_sp);
      9
     10#define MLXSW_SP_DPIPE_TABLE_NAME_ERIF "mlxsw_erif"
     11#define MLXSW_SP_DPIPE_TABLE_NAME_HOST4 "mlxsw_host4"
     12#define MLXSW_SP_DPIPE_TABLE_NAME_HOST6 "mlxsw_host6"
     13#define MLXSW_SP_DPIPE_TABLE_NAME_ADJ "mlxsw_adj"
     14
     15#endif /* _MLXSW_PIPELINE_H_*/