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:original_fc
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_param.c
350
adapter->hw.fc = adapter->hw.
original_fc
= fc;
in e1000_check_options()
352
adapter->hw.fc = adapter->hw.
original_fc
= opt.def;
in e1000_check_options()
H
A
D
e1000_hw.c
725
hw->
original_fc
= hw->fc;
in e1000_setup_link()
2149
if (hw->
original_fc
== E1000_FC_FULL) {
in e1000_config_fc_after_link_up()
2212
else if ((hw->
original_fc
== E1000_FC_NONE ||
in e1000_config_fc_after_link_up()
2213
hw->
original_fc
== E1000_FC_TX_PAUSE) ||
in e1000_config_fc_after_link_up()
H
A
D
e1000_ethtool.c
287
hw->
original_fc
= hw->fc;
in e1000_set_pauseparam()
H
A
D
e1000_hw.h
1351
u32
original_fc
;
member
H
A
D
e1000_main.c
673
hw->fc = hw->
original_fc
;
in e1000_reset()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H
A
D
e1000_param.c
348
adapter->hw.fc = adapter->hw.
original_fc
= fc;
in e1000_check_options()
350
adapter->hw.fc = adapter->hw.
original_fc
= opt.def;
in e1000_check_options()
H
A
D
e1000_hw.c
725
hw->
original_fc
= hw->fc;
in e1000_setup_link()
2150
if (hw->
original_fc
== E1000_FC_FULL) {
in e1000_config_fc_after_link_up()
2213
else if ((hw->
original_fc
== E1000_FC_NONE ||
in e1000_config_fc_after_link_up()
2214
hw->
original_fc
== E1000_FC_TX_PAUSE) ||
in e1000_config_fc_after_link_up()
H
A
D
e1000_ethtool.c
287
hw->
original_fc
= hw->fc;
in e1000_set_pauseparam()
H
A
D
e1000_hw.h
1348
u32
original_fc
;
member
H
A
D
e1000_main.c
673
hw->fc = hw->
original_fc
;
in e1000_reset()
Completed in 47 milliseconds