xref: /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/igc_i225.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright (c)  2018 Intel Corporation */
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef _IGC_I225_H_
58c2ecf20Sopenharmony_ci#define _IGC_I225_H_
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_cis32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask);
88c2ecf20Sopenharmony_civoid igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask);
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_cis32 igc_init_nvm_params_i225(struct igc_hw *hw);
118c2ecf20Sopenharmony_cibool igc_get_flash_presence_i225(struct igc_hw *hw);
128c2ecf20Sopenharmony_cis32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G,
138c2ecf20Sopenharmony_ci		     bool adv100M);
148c2ecf20Sopenharmony_cis32 igc_set_ltr_i225(struct igc_hw *hw, bool link);
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#endif
17

Indexes created Thu Nov 07 10:32:03 CST 2024