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:tqavcc
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
H
A
D
igc_tsn.c
130
u32
tqavcc
;
in igc_tsn_enable_offload()
local
224
tqavcc
= rd32(IGC_TQAVCC(i));
in igc_tsn_enable_offload()
225
tqavcc
&= ~IGC_TQAVCC_IDLESLOPE_MASK;
in igc_tsn_enable_offload()
226
tqavcc
|= cbs_value | IGC_TQAVCC_KEEP_CREDITS;
in igc_tsn_enable_offload()
227
wr32(IGC_TQAVCC(i),
tqavcc
);
in igc_tsn_enable_offload()
local
236
tqavcc
= rd32(IGC_TQAVCC(i));
in igc_tsn_enable_offload()
237
tqavcc
&= ~(IGC_TQAVCC_IDLESLOPE_MASK |
in igc_tsn_enable_offload()
239
wr32(IGC_TQAVCC(i),
tqavcc
);
in igc_tsn_enable_offload()
local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
igb_main.c
1695
u32
tqavcc
, tqavctrl;
in igb_config_tx_modes()
local
1798
tqavcc
= rd32(E1000_I210_TQAVCC(queue));
in igb_config_tx_modes()
1799
tqavcc
&= ~E1000_TQAVCC_IDLESLOPE_MASK;
in igb_config_tx_modes()
1800
tqavcc
|= value;
in igb_config_tx_modes()
1801
wr32(E1000_I210_TQAVCC(queue),
tqavcc
);
in igb_config_tx_modes()
local
1808
tqavcc
= rd32(E1000_I210_TQAVCC(queue));
in igb_config_tx_modes()
1809
tqavcc
&= ~E1000_TQAVCC_IDLESLOPE_MASK;
in igb_config_tx_modes()
1810
wr32(E1000_I210_TQAVCC(queue),
tqavcc
);
in igb_config_tx_modes()
local
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
igb_main.c
1692
u32
tqavcc
, tqavctrl;
in igb_config_tx_modes()
local
1795
tqavcc
= rd32(E1000_I210_TQAVCC(queue));
in igb_config_tx_modes()
1796
tqavcc
&= ~E1000_TQAVCC_IDLESLOPE_MASK;
in igb_config_tx_modes()
1797
tqavcc
|= value;
in igb_config_tx_modes()
1798
wr32(E1000_I210_TQAVCC(queue),
tqavcc
);
in igb_config_tx_modes()
local
1805
tqavcc
= rd32(E1000_I210_TQAVCC(queue));
in igb_config_tx_modes()
1806
tqavcc
&= ~E1000_TQAVCC_IDLESLOPE_MASK;
in igb_config_tx_modes()
1807
wr32(E1000_I210_TQAVCC(queue),
tqavcc
);
in igb_config_tx_modes()
local
Completed in 24 milliseconds