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:ATA_PRD_EOT
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
sata_sx4.c
313
buf32[dw + 1] = cpu_to_le32(total_len |
ATA_PRD_EOT
);
in pdc20621_ata_sg()
334
buf32[dw + 1] = cpu_to_le32(total_len |
ATA_PRD_EOT
);
in pdc20621_host_sg()
464
buf[idx - 1] |= cpu_to_le32(
ATA_PRD_EOT
);
in pdc20621_dma_prep()
H
A
D
sata_sil.c
317
last_prd->flags_len |= cpu_to_le32(
ATA_PRD_EOT
);
in sil_fill_sg()
H
A
D
libata-sff.c
2625
prd[pi - 1].flags_len |= cpu_to_le32(
ATA_PRD_EOT
);
in ata_bmdma_fill_sg()
2685
prd[pi - 1].flags_len |= cpu_to_le32(
ATA_PRD_EOT
);
in ata_bmdma_fill_sg_dumb()
H
A
D
sata_promise.c
627
prd[idx - 1].flags_len |= cpu_to_le32(
ATA_PRD_EOT
);
in pdc_fill_sg()
H
A
D
sata_nv.c
2003
prd[idx - 1].flags_len |= cpu_to_le32(
ATA_PRD_EOT
);
in nv_swncq_fill_sg()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
sata_sx4.c
313
buf32[dw + 1] = cpu_to_le32(total_len |
ATA_PRD_EOT
);
in pdc20621_ata_sg()
328
buf32[dw + 1] = cpu_to_le32(total_len |
ATA_PRD_EOT
);
in pdc20621_host_sg()
439
buf[idx - 1] |= cpu_to_le32(
ATA_PRD_EOT
);
in pdc20621_dma_prep()
H
A
D
sata_sil.c
316
last_prd->flags_len |= cpu_to_le32(
ATA_PRD_EOT
);
in sil_fill_sg()
H
A
D
libata-sff.c
2531
prd[pi - 1].flags_len |= cpu_to_le32(
ATA_PRD_EOT
);
in ata_bmdma_fill_sg()
2590
prd[pi - 1].flags_len |= cpu_to_le32(
ATA_PRD_EOT
);
in ata_bmdma_fill_sg_dumb()
H
A
D
sata_promise.c
627
prd[idx - 1].flags_len |= cpu_to_le32(
ATA_PRD_EOT
);
in pdc_fill_sg()
H
A
D
sata_nv.c
1994
prd[idx - 1].flags_len |= cpu_to_le32(
ATA_PRD_EOT
);
in nv_swncq_fill_sg()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ata.h
145
ATA_PRD_EOT
= (1 << 31), /* end-of-table flag */
enumerator
/kernel/linux/linux-5.10/include/linux/
H
A
D
ata.h
146
ATA_PRD_EOT
= (1 << 31), /* end-of-table flag */
enumerator
Completed in 29 milliseconds