ixgbe_x540.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*******************************************************************************
  3. *
  4. * Intel 10 Gigabit PCI Express Linux driver
  5. * Copyright(c) 1999 - 2014 Intel Corporation.
  6. *
  7. * This program is free software; you can redistribute it and/or modify it
  8. * under the terms and conditions of the GNU General Public License,
  9. * version 2, as published by the Free Software Foundation.
  10. *
  11. * This program is distributed in the hope it will be useful, but WITHOUT
  12. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  14. * more details.
  15. *
  16. * The full GNU General Public License is included in this distribution in
  17. * the file called "COPYING".
  18. *
  19. * Contact Information:
  20. * Linux NICS <linux.nics@intel.com>
  21. * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
  22. * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  23. *
  24. *****************************************************************************/
  25. #include "ixgbe_type.h"
  26. s32 ixgbe_get_invariants_X540(struct ixgbe_hw *hw);
  27. s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
  28. bool autoneg_wait_to_complete);
  29. s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw);
  30. s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw);
  31. enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw);
  32. s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed,
  33. bool autoneg_wait_to_complete);
  34. s32 ixgbe_blink_led_start_X540(struct ixgbe_hw *hw, u32 index);
  35. s32 ixgbe_blink_led_stop_X540(struct ixgbe_hw *hw, u32 index);
  36. s32 ixgbe_acquire_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
  37. void ixgbe_release_swfw_sync_X540(struct ixgbe_hw *hw, u32 mask);
  38. void ixgbe_init_swfw_sync_X540(struct ixgbe_hw *hw);
  39. s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw);