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:ae_counters
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
adf_fw_counters.c
37
struct adf_ae_counters
ae_counters
[];
member
40
static void adf_fw_counters_parse_ae_values(struct adf_ae_counters *
ae_counters
, u32 ae,
in adf_fw_counters_parse_ae_values()
argument
43
ae_counters
->ae = ae;
in adf_fw_counters_parse_ae_values()
44
ae_counters
->values[ADF_FW_REQUESTS] = req_count;
in adf_fw_counters_parse_ae_values()
45
ae_counters
->values[ADF_FW_RESPONSES] = resp_count;
in adf_fw_counters_parse_ae_values()
71
adf_fw_counters_parse_ae_values(&fw_counters->
ae_counters
[i++], ae,
in adf_fw_counters_load_from_device()
85
fw_counters = kmalloc(struct_size(fw_counters,
ae_counters
, ae_count), GFP_KERNEL);
in adf_fw_counters_allocate()
146
return &fw_counters->
ae_counters
[*pos - 1];
in qat_fw_counters_seq_start()
158
return &fw_counters->
ae_counters
[*pos - 1];
in qat_fw_counters_seq_next()
173
struct adf_ae_counters *
ae_counters
in qat_fw_counters_seq_show()
local
[all...]
Completed in 1 milliseconds