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

ixgbe_x540.h (928B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/* Copyright(c) 1999 - 2018 Intel Corporation. */
      3
      4#include "ixgbe_type.h"
      5
      6s32 ixgbe_get_invariants_X540(struct ixgbe_hw *hw);
      7s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
      8			      bool autoneg_wait_to_complete);
      9s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
     10s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
     11enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw);
     12s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
     13			      bool autoneg_wait_to_complete);
     14s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
     15s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index);
     16s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
     17void ixgbe_release_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
     18void ixgbe_init_swfw_sync_X540(struct ixgbe_hw *hw);
     19s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);