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_m88
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H
A
D
phy.c
752
if ((phy->type ==
e1000_phy_m88
) &&
in e1000e_copper_link_setup_m88()
1292
if (hw->phy.type !=
e1000_phy_m88
) {
in e1000e_phy_force_speed_duplex_m88()
1315
if (hw->phy.type !=
e1000_phy_m88
)
in e1000e_phy_force_speed_duplex_m88()
1557
case
e1000_phy_m88
:
in e1000e_check_downshift()
2234
phy_type =
e1000_phy_m88
;
in e1000e_get_phy_type_from_id()
H
A
D
hw.h
162
e1000_phy_m88
,
enumerator
H
A
D
ethtool.c
471
if (hw->phy.type ==
e1000_phy_m88
) {
in e1000_get_regs()
1348
case
e1000_phy_m88
:
in e1000_integrated_phy_loopback()
1422
hw->phy.type ==
e1000_phy_m88
) {
in e1000_integrated_phy_loopback()
1437
if (hw->phy.type ==
e1000_phy_m88
)
in e1000_integrated_phy_loopback()
H
A
D
82571.c
68
phy->type =
e1000_phy_m88
;
in e1000_init_phy_params_82571()
1433
case
e1000_phy_m88
:
in e1000_setup_copper_link_82571()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H
A
D
phy.c
753
if ((phy->type ==
e1000_phy_m88
) &&
in e1000e_copper_link_setup_m88()
1301
if (hw->phy.type !=
e1000_phy_m88
) {
in e1000e_phy_force_speed_duplex_m88()
1324
if (hw->phy.type !=
e1000_phy_m88
)
in e1000e_phy_force_speed_duplex_m88()
1566
case
e1000_phy_m88
:
in e1000e_check_downshift()
2243
phy_type =
e1000_phy_m88
;
in e1000e_get_phy_type_from_id()
H
A
D
hw.h
183
e1000_phy_m88
,
enumerator
H
A
D
ethtool.c
479
if (hw->phy.type ==
e1000_phy_m88
) {
in e1000_get_regs()
1363
case
e1000_phy_m88
:
in e1000_integrated_phy_loopback()
1437
hw->phy.type ==
e1000_phy_m88
) {
in e1000_integrated_phy_loopback()
1452
if (hw->phy.type ==
e1000_phy_m88
)
in e1000_integrated_phy_loopback()
H
A
D
82571.c
68
phy->type =
e1000_phy_m88
;
in e1000_init_phy_params_82571()
1433
case
e1000_phy_m88
:
in e1000_setup_copper_link_82571()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_hw.c
102
hw->phy_type =
e1000_phy_m88
;
in e1000_set_phy_type()
1198
* e1000_copper_link_mgp_setup - Copper link setup for
e1000_phy_m88
series.
1429
} else if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_setup_copper_link()
1713
if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_phy_force_speed_duplex()
1790
if ((i == 0) && (hw->phy_type ==
e1000_phy_m88
)) {
in e1000_phy_force_speed_duplex()
1822
if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_phy_force_speed_duplex()
4888
if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_get_cable_length()
4997
if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_check_polarity()
5068
} else if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_check_downshift()
H
A
D
e1000_ethtool.c
1208
if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_integrated_phy_loopback()
1232
hw->phy_type ==
e1000_phy_m88
)
in e1000_integrated_phy_loopback()
1248
if (hw->phy_type ==
e1000_phy_m88
)
in e1000_integrated_phy_loopback()
H
A
D
e1000_hw.h
188
e1000_phy_m88
= 0,
enumerator
H
A
D
e1000_main.c
3725
(hw->phy_type ==
e1000_phy_m88
) &&
in e1000_update_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_hw.c
102
hw->phy_type =
e1000_phy_m88
;
in e1000_set_phy_type()
1199
* e1000_copper_link_mgp_setup - Copper link setup for
e1000_phy_m88
series.
1430
} else if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_setup_copper_link()
1714
if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_phy_force_speed_duplex()
1791
if ((i == 0) && (hw->phy_type ==
e1000_phy_m88
)) {
in e1000_phy_force_speed_duplex()
1823
if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_phy_force_speed_duplex()
4889
if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_get_cable_length()
4998
if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_check_polarity()
5069
} else if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_check_downshift()
H
A
D
e1000_ethtool.c
1212
if (hw->phy_type ==
e1000_phy_m88
) {
in e1000_integrated_phy_loopback()
1236
hw->phy_type ==
e1000_phy_m88
)
in e1000_integrated_phy_loopback()
1252
if (hw->phy_type ==
e1000_phy_m88
)
in e1000_integrated_phy_loopback()
H
A
D
e1000_hw.h
188
e1000_phy_m88
= 0,
enumerator
H
A
D
e1000_main.c
3725
(hw->phy_type ==
e1000_phy_m88
) &&
in e1000_update_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
104
e1000_phy_m88
,
enumerator
H
A
D
e1000_phy.c
1256
if (hw->phy.type !=
e1000_phy_m88
)
in igb_phy_force_speed_duplex_m88()
1284
if (hw->phy.type !=
e1000_phy_m88
||
in igb_phy_force_speed_duplex_m88()
1485
case
e1000_phy_m88
:
in igb_check_downshift()
H
A
D
e1000_82575.c
240
phy->type =
e1000_phy_m88
;
in igb_init_phy_params_82575()
1609
case
e1000_phy_m88
:
in igb_setup_copper_link_82575()
H
A
D
igb_ethtool.c
1628
if (hw->phy.type ==
e1000_phy_m88
) {
in igb_integrated_phy_loopback()
1661
if (hw->phy.type ==
e1000_phy_m88
)
in igb_integrated_phy_loopback()
1669
if (hw->phy.type ==
e1000_phy_m88
)
in igb_integrated_phy_loopback()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
104
e1000_phy_m88
,
enumerator
H
A
D
e1000_phy.c
1257
if (hw->phy.type !=
e1000_phy_m88
)
in igb_phy_force_speed_duplex_m88()
1285
if (hw->phy.type !=
e1000_phy_m88
||
in igb_phy_force_speed_duplex_m88()
1486
case
e1000_phy_m88
:
in igb_check_downshift()
H
A
D
e1000_82575.c
240
phy->type =
e1000_phy_m88
;
in igb_init_phy_params_82575()
1609
case
e1000_phy_m88
:
in igb_setup_copper_link_82575()
H
A
D
igb_ethtool.c
1628
if (hw->phy.type ==
e1000_phy_m88
) {
in igb_integrated_phy_loopback()
1661
if (hw->phy.type ==
e1000_phy_m88
)
in igb_integrated_phy_loopback()
1669
if (hw->phy.type ==
e1000_phy_m88
)
in igb_integrated_phy_loopback()
Completed in 87 milliseconds