Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
linux
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Files
e25974a
Breadcrumbs
linux
/
drivers
/
net
/
ethernet
/
intel
/
igc
/
igc_i225.h
Blame
Blame
Latest commit
History
History
16 lines (12 loc) · 501 Bytes
Breadcrumbs
linux
/
drivers
/
net
/
ethernet
/
intel
/
igc
/
igc_i225.h
Top
File metadata and controls
Code
Blame
16 lines (12 loc) · 501 Bytes
Raw
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2018 Intel Corporation */ #ifndef _IGC_I225_H_ #define _IGC_I225_H_ s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask); void igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask); s32 igc_init_nvm_params_i225(struct igc_hw *hw); bool igc_get_flash_presence_i225(struct igc_hw *hw); s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G, bool adv100M); s32 igc_set_ltr_i225(struct igc_hw *hw, bool link); #endif
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
You can’t perform that action at this time.