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:cpr_log
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-core.c
2734
struct ata_cpr_log *
cpr_log
= NULL;
in ata_dev_config_cpr()
local
2764
cpr_log
= kzalloc(struct_size(
cpr_log
, cpr, nr_cpr), GFP_KERNEL);
in ata_dev_config_cpr()
2765
if (!
cpr_log
)
in ata_dev_config_cpr()
2768
cpr_log
->nr_cpr = nr_cpr;
in ata_dev_config_cpr()
2771
cpr_log
->cpr[i].num = desc[0];
in ata_dev_config_cpr()
2772
cpr_log
->cpr[i].num_storage_elements = desc[1];
in ata_dev_config_cpr()
2773
cpr_log
->cpr[i].start_lba = get_unaligned_le64(&desc[8]);
in ata_dev_config_cpr()
2774
cpr_log
->cpr[i].num_lbas = get_unaligned_le64(&desc[16]);
in ata_dev_config_cpr()
2778
swap(dev->
cpr_log
, cpr_lo
in ata_dev_config_cpr()
[all...]
H
A
D
libata-scsi.c
2145
struct ata_cpr_log *
cpr_log
= args->dev->
cpr_log
;
in ata_scsiop_inq_b9()
local
2151
put_unaligned_be16(64 + (int)
cpr_log
->nr_cpr * 32 - 4, &rbuf[2]);
in ata_scsiop_inq_b9()
2153
for (i = 0; i <
cpr_log
->nr_cpr; i++, desc += 32) {
in ata_scsiop_inq_b9()
2154
desc[0] =
cpr_log
->cpr[i].num;
in ata_scsiop_inq_b9()
2155
desc[1] =
cpr_log
->cpr[i].num_storage_elements;
in ata_scsiop_inq_b9()
2156
put_unaligned_be64(
cpr_log
->cpr[i].start_lba, &desc[8]);
in ata_scsiop_inq_b9()
2157
put_unaligned_be64(
cpr_log
->cpr[i].num_lbas, &desc[16]);
in ata_scsiop_inq_b9()
4302
if (dev->
cpr_log
)
in ata_scsi_simulate()
/kernel/linux/linux-6.6/include/linux/
H
A
D
libata.h
722
struct ata_cpr_log *
cpr_log
;
member
Completed in 15 milliseconds