Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright (c)  2018 Intel Corporation */
0003 
0004 #ifndef _IGC_I225_H_
0005 #define _IGC_I225_H_
0006 
0007 s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask);
0008 void igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask);
0009 
0010 s32 igc_init_nvm_params_i225(struct igc_hw *hw);
0011 bool igc_get_flash_presence_i225(struct igc_hw *hw);
0012 s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G,
0013              bool adv100M);
0014 s32 igc_set_ltr_i225(struct igc_hw *hw, bool link);
0015 
0016 #endif