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:ctl_f
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ioat/
H
A
D
prep.c
141
hw->
ctl_f
.int_en = !!(flags & DMA_PREP_INTERRUPT);
in ioat_dma_prep_memcpy_lock()
142
hw->
ctl_f
.fence = !!(flags & DMA_PREP_FENCE);
in ioat_dma_prep_memcpy_lock()
143
hw->
ctl_f
.compl_write = 1;
in ioat_dma_prep_memcpy_lock()
214
xor->
ctl_f
.op = op;
in __ioat_prep_xor_lock()
215
xor->
ctl_f
.src_cnt = src_cnt_to_hw(src_cnt);
in __ioat_prep_xor_lock()
227
xor->
ctl_f
.fence = !!(flags & DMA_PREP_FENCE);
in __ioat_prep_xor_lock()
234
hw->
ctl_f
.null = 1;
in __ioat_prep_xor_lock()
235
hw->
ctl_f
.int_en = !!(flags & DMA_PREP_INTERRUPT);
in __ioat_prep_xor_lock()
236
hw->
ctl_f
.compl_write = 1;
in __ioat_prep_xor_lock()
283
int src_cnt = src_cnt_to_sw(pq->
ctl_f
in dump_pq_desc_dbg()
[all...]
H
A
D
hw.h
90
}
ctl_f
;
member
123
}
ctl_f
;
member
177
}
ctl_f
;
member
221
}
ctl_f
;
member
H
A
D
dma.c
225
hw->
ctl_f
.null = 1;
in __ioat_start_null_desc()
226
hw->
ctl_f
.int_en = 1;
in __ioat_start_null_desc()
227
hw->
ctl_f
.compl_write = 1;
in __ioat_start_null_desc()
502
if (hw->
ctl_f
.op == IOAT_OP_XOR ||
in desc_has_ext()
503
hw->
ctl_f
.op == IOAT_OP_XOR_VAL) {
in desc_has_ext()
506
if (src_cnt_to_sw(xor->
ctl_f
.src_cnt) > 5)
in desc_has_ext()
508
} else if (hw->
ctl_f
.op == IOAT_OP_PQ ||
in desc_has_ext()
509
hw->
ctl_f
.op == IOAT_OP_PQ_VAL) {
in desc_has_ext()
512
if (src_cnt_to_sw(pq->
ctl_f
.src_cnt) > 3)
in desc_has_ext()
561
switch (hw->
ctl_f
in desc_get_errstat()
[all...]
H
A
D
dma.h
229
hw->ctl, hw->
ctl_f
.op, hw->
ctl_f
.int_en, hw->
ctl_f
.compl_write);
in __dump_desc_dbg()
/kernel/linux/linux-6.6/drivers/dma/ioat/
H
A
D
prep.c
141
hw->
ctl_f
.int_en = !!(flags & DMA_PREP_INTERRUPT);
in ioat_dma_prep_memcpy_lock()
142
hw->
ctl_f
.fence = !!(flags & DMA_PREP_FENCE);
in ioat_dma_prep_memcpy_lock()
143
hw->
ctl_f
.compl_write = 1;
in ioat_dma_prep_memcpy_lock()
214
xor->
ctl_f
.op = op;
in __ioat_prep_xor_lock()
215
xor->
ctl_f
.src_cnt = src_cnt_to_hw(src_cnt);
in __ioat_prep_xor_lock()
227
xor->
ctl_f
.fence = !!(flags & DMA_PREP_FENCE);
in __ioat_prep_xor_lock()
234
hw->
ctl_f
.null = 1;
in __ioat_prep_xor_lock()
235
hw->
ctl_f
.int_en = !!(flags & DMA_PREP_INTERRUPT);
in __ioat_prep_xor_lock()
236
hw->
ctl_f
.compl_write = 1;
in __ioat_prep_xor_lock()
283
int src_cnt = src_cnt_to_sw(pq->
ctl_f
in dump_pq_desc_dbg()
[all...]
H
A
D
hw.h
90
}
ctl_f
;
member
123
}
ctl_f
;
member
177
}
ctl_f
;
member
221
}
ctl_f
;
member
H
A
D
dma.c
225
hw->
ctl_f
.null = 1;
in __ioat_start_null_desc()
226
hw->
ctl_f
.int_en = 1;
in __ioat_start_null_desc()
227
hw->
ctl_f
.compl_write = 1;
in __ioat_start_null_desc()
502
if (hw->
ctl_f
.op == IOAT_OP_XOR ||
in desc_has_ext()
503
hw->
ctl_f
.op == IOAT_OP_XOR_VAL) {
in desc_has_ext()
506
if (src_cnt_to_sw(xor->
ctl_f
.src_cnt) > 5)
in desc_has_ext()
508
} else if (hw->
ctl_f
.op == IOAT_OP_PQ ||
in desc_has_ext()
509
hw->
ctl_f
.op == IOAT_OP_PQ_VAL) {
in desc_has_ext()
512
if (src_cnt_to_sw(pq->
ctl_f
.src_cnt) > 3)
in desc_has_ext()
561
switch (hw->
ctl_f
in desc_get_errstat()
[all...]
H
A
D
dma.h
228
hw->ctl, hw->
ctl_f
.op, hw->
ctl_f
.int_en, hw->
ctl_f
.compl_write);
in __dump_desc_dbg()
Completed in 9 milliseconds