Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.16 16 lines 501 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Copyright (c) 2018 Intel Corporation */ 3 4#ifndef _IGC_I225_H_ 5#define _IGC_I225_H_ 6 7s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask); 8void igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask); 9 10s32 igc_init_nvm_params_i225(struct igc_hw *hw); 11bool igc_get_flash_presence_i225(struct igc_hw *hw); 12s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G, 13 bool adv100M); 14s32 igc_set_ltr_i225(struct igc_hw *hw, bool link); 15 16#endif