Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:e1000_phy_ife
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H
A
D
ich8lan.c
562
phy->type =
e1000_phy_ife
;
in e1000_init_phy_params_ich8lan()
1689
if ((adapter->hw.phy.type ==
e1000_phy_ife
) ||
in e1000_get_variants_ich8lan()
1699
(adapter->hw.phy.type !=
e1000_phy_ife
))
in e1000_get_variants_ich8lan()
3003
if (phy->type ==
e1000_phy_ife
)
in e1000_set_d0_lplu_state_ich8lan()
5084
case
e1000_phy_ife
:
in e1000_setup_copper_link_ich8lan()
5320
if ((hw->mac.type != e1000_ich8lan) || (hw->phy.type ==
e1000_phy_ife
))
in e1000e_gig_downshift_workaround_ich8lan()
5540
if (hw->phy.type ==
e1000_phy_ife
)
in e1000_cleanup_led_ich8lan()
5555
if (hw->phy.type ==
e1000_phy_ife
)
in e1000_led_on_ich8lan()
5571
if (hw->phy.type ==
e1000_phy_ife
)
in e1000_led_off_ich8lan()
H
A
D
hw.h
167
e1000_phy_ife
,
enumerator
H
A
D
ethtool.c
125
if (hw->phy.type ==
e1000_phy_ife
)
in e1000_get_link_ksettings()
1327
if (hw->phy.type ==
e1000_phy_ife
) {
in e1000_integrated_phy_loopback()
1974
if (hw->phy.type ==
e1000_phy_ife
)
in e1000_set_phys_id()
H
A
D
phy.c
2248
phy_type =
e1000_phy_ife
;
in e1000e_get_phy_type_from_id()
H
A
D
netdev.c
7180
(hw->phy.type ==
e1000_phy_ife
) ? "10/100" : "1000");
in e1000_print_device_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H
A
D
ich8lan.c
568
phy->type =
e1000_phy_ife
;
in e1000_init_phy_params_ich8lan()
1703
if ((adapter->hw.phy.type ==
e1000_phy_ife
) ||
in e1000_get_variants_ich8lan()
1713
(adapter->hw.phy.type !=
e1000_phy_ife
))
in e1000_get_variants_ich8lan()
3020
if (phy->type ==
e1000_phy_ife
)
in e1000_set_d0_lplu_state_ich8lan()
5100
case
e1000_phy_ife
:
in e1000_setup_copper_link_ich8lan()
5336
if ((hw->mac.type != e1000_ich8lan) || (hw->phy.type ==
e1000_phy_ife
))
in e1000e_gig_downshift_workaround_ich8lan()
5556
if (hw->phy.type ==
e1000_phy_ife
)
in e1000_cleanup_led_ich8lan()
5571
if (hw->phy.type ==
e1000_phy_ife
)
in e1000_led_on_ich8lan()
5587
if (hw->phy.type ==
e1000_phy_ife
)
in e1000_led_off_ich8lan()
H
A
D
hw.h
188
e1000_phy_ife
,
enumerator
H
A
D
ethtool.c
127
if (hw->phy.type ==
e1000_phy_ife
)
in e1000_get_link_ksettings()
1342
if (hw->phy.type ==
e1000_phy_ife
) {
in e1000_integrated_phy_loopback()
1992
if (hw->phy.type ==
e1000_phy_ife
)
in e1000_set_phys_id()
H
A
D
phy.c
2257
phy_type =
e1000_phy_ife
;
in e1000e_get_phy_type_from_id()
H
A
D
netdev.c
7241
(hw->phy.type ==
e1000_phy_ife
) ? "10/100" : "1000");
in e1000_print_device_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
109
e1000_phy_ife
,
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
109
e1000_phy_ife
,
enumerator
Completed in 52 milliseconds