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_igp
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_hw.c
109
hw->phy_type =
e1000_phy_igp
;
in e1000_set_phy_type()
1057
* e1000_copper_link_igp_setup - Copper link setup for
e1000_phy_igp
series.
1084
if (hw->phy_type ==
e1000_phy_igp
) {
in e1000_copper_link_igp_setup()
1397
if (hw->phy_type ==
e1000_phy_igp
) {
in e1000_copper_link_postconfig()
1425
if (hw->phy_type ==
e1000_phy_igp
) {
in e1000_setup_copper_link()
2587
if (hw->phy_type ==
e1000_phy_igp
&& hw->speed_downgraded) {
in e1000_get_speed_and_duplex()
2790
if ((hw->phy_type ==
e1000_phy_igp
) &&
in e1000_read_phy_reg()
2927
if ((hw->phy_type ==
e1000_phy_igp
) &&
in e1000_write_phy_reg()
3101
case
e1000_phy_igp
:
in e1000_phy_reset()
3120
if (hw->phy_type ==
e1000_phy_igp
)
in e1000_phy_reset()
[all...]
H
A
D
e1000_ethtool.c
352
if (hw->phy_type ==
e1000_phy_igp
) {
in e1000_get_regs()
H
A
D
e1000_hw.h
189
e1000_phy_igp
,
enumerator
H
A
D
e1000_main.c
4683
if ((hw->phy_type !=
e1000_phy_igp
) || !hw->autoneg ||
in e1000_smartspeed()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_hw.c
109
hw->phy_type =
e1000_phy_igp
;
in e1000_set_phy_type()
1057
* e1000_copper_link_igp_setup - Copper link setup for
e1000_phy_igp
series.
1084
if (hw->phy_type ==
e1000_phy_igp
) {
in e1000_copper_link_igp_setup()
1398
if (hw->phy_type ==
e1000_phy_igp
) {
in e1000_copper_link_postconfig()
1426
if (hw->phy_type ==
e1000_phy_igp
) {
in e1000_setup_copper_link()
2588
if (hw->phy_type ==
e1000_phy_igp
&& hw->speed_downgraded) {
in e1000_get_speed_and_duplex()
2791
if ((hw->phy_type ==
e1000_phy_igp
) &&
in e1000_read_phy_reg()
2928
if ((hw->phy_type ==
e1000_phy_igp
) &&
in e1000_write_phy_reg()
3102
case
e1000_phy_igp
:
in e1000_phy_reset()
3121
if (hw->phy_type ==
e1000_phy_igp
)
in e1000_phy_reset()
[all...]
H
A
D
e1000_ethtool.c
352
if (hw->phy_type ==
e1000_phy_igp
) {
in e1000_get_regs()
H
A
D
e1000_hw.h
189
e1000_phy_igp
,
enumerator
H
A
D
e1000_main.c
4681
if ((hw->phy_type !=
e1000_phy_igp
) || !hw->autoneg ||
in e1000_smartspeed()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H
A
D
hw.h
163
e1000_phy_igp
,
enumerator
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
105
e1000_phy_igp
,
enumerator
H
A
D
e1000_phy.c
747
if (phy->type ==
e1000_phy_igp
) {
in igb_copper_link_setup_igp()
1491
case
e1000_phy_igp
:
in igb_check_downshift()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H
A
D
hw.h
184
e1000_phy_igp
,
enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
105
e1000_phy_igp
,
enumerator
H
A
D
e1000_phy.c
747
if (phy->type ==
e1000_phy_igp
) {
in igb_copper_link_setup_igp()
1492
case
e1000_phy_igp
:
in igb_check_downshift()
Completed in 53 milliseconds