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_reset
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_hw.c
938
* Commits changes to PHY configuration by calling
e1000_phy_reset
().
945
ret_val =
e1000_phy_reset
(hw);
in e1000_copper_link_rtl_setup()
1069
ret_val =
e1000_phy_reset
(hw);
in e1000_copper_link_igp_setup()
1291
ret_val =
e1000_phy_reset
(hw);
in e1000_copper_link_mgp_setup()
3089
*
e1000_phy_reset
- reset the phy to commit settings
3095
s32
e1000_phy_reset
(struct e1000_hw *hw)
in e1000_phy_reset()
function
H
A
D
e1000_ethtool.c
1160
e1000_phy_reset
(hw);
in e1000_nonintegrated_phy_loopback()
1347
e1000_phy_reset
(hw);
in e1000_loopback_cleanup()
H
A
D
e1000_hw.h
284
s32
e1000_phy_reset
(struct e1000_hw *hw);
H
A
D
e1000_main.c
4822
if (
e1000_phy_reset
(hw))
in e1000_mii_ioctl()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_hw.c
938
* Commits changes to PHY configuration by calling
e1000_phy_reset
().
945
ret_val =
e1000_phy_reset
(hw);
in e1000_copper_link_rtl_setup()
1069
ret_val =
e1000_phy_reset
(hw);
in e1000_copper_link_igp_setup()
1292
ret_val =
e1000_phy_reset
(hw);
in e1000_copper_link_mgp_setup()
3090
*
e1000_phy_reset
- reset the phy to commit settings
3096
s32
e1000_phy_reset
(struct e1000_hw *hw)
in e1000_phy_reset()
function
H
A
D
e1000_ethtool.c
1164
e1000_phy_reset
(hw);
in e1000_nonintegrated_phy_loopback()
1351
e1000_phy_reset
(hw);
in e1000_loopback_cleanup()
H
A
D
e1000_hw.h
284
s32
e1000_phy_reset
(struct e1000_hw *hw);
H
A
D
e1000_main.c
4820
if (
e1000_phy_reset
(hw))
in e1000_mii_ioctl()
Completed in 45 milliseconds