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:hw_device
(Results
1 - 25
of
55
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
adf_accel_engine.c
14
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_ae_fw_load_images()
local
22
num_objs =
hw_device
->uof_get_num_objs();
in adf_ae_fw_load_images()
25
obj_name =
hw_device
->uof_get_name(accel_dev, i);
in adf_ae_fw_load_images()
26
ae_mask =
hw_device
->uof_get_ae_mask(accel_dev, i);
in adf_ae_fw_load_images()
60
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_ae_fw_load()
local
64
if (!
hw_device
->fw_name)
in adf_ae_fw_load()
67
if (request_firmware(&loader_data->mmp_fw,
hw_device
->fw_mmp_name,
in adf_ae_fw_load()
70
hw_device
in adf_ae_fw_load()
111
struct adf_
hw_device
_data *
hw_device
= accel_dev->
hw_device
;
adf_ae_fw_release()
local
176
struct adf_
hw_device
_data *
hw_device
= accel_dev->
hw_device
;
adf_ae_init()
local
203
struct adf_
hw_device
_data *
hw_device
= accel_dev->
hw_device
;
adf_ae_shutdown()
local
[all...]
H
A
D
adf_heartbeat.c
58
const size_t hb_ctrs = accel_dev->
hw_device
->num_hb_ctrs;
in validate_hb_ctrs_cnt()
59
const size_t max_aes = accel_dev->
hw_device
->num_engines;
in validate_hb_ctrs_cnt()
86
const size_t hb_ctrs = accel_dev->
hw_device
->num_hb_ctrs;
in adf_heartbeat_check_ctrs()
87
const size_t max_aes = accel_dev->
hw_device
->num_engines;
in adf_heartbeat_check_ctrs()
166
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_hb_get_status()
local
168
const size_t hb_ctrs =
hw_device
->num_hb_ctrs;
in adf_hb_get_status()
169
const unsigned long ae_mask =
hw_device
->ae_mask;
in adf_hb_get_status()
170
const size_t max_aes =
hw_device
->num_engines;
in adf_hb_get_status()
181
hw_device
in adf_hb_get_status()
[all...]
H
A
D
qat_compression.h
28
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_hw_dev_has_compression()
local
29
u32 mask = ~
hw_device
->accel_capabilities_mask;
in adf_hw_dev_has_compression()
H
A
D
qat_crypto.h
55
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_hw_dev_has_crypto()
local
56
u32 mask = ~
hw_device
->accel_capabilities_mask;
in adf_hw_dev_has_crypto()
H
A
D
adf_admin.c
173
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_init_ae()
local
174
u32 ae_mask =
hw_device
->ae_mask;
in adf_init_ae()
187
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_set_fw_constants()
local
188
u32 ae_mask =
hw_device
->admin_ae_mask ?:
hw_device
->ae_mask;
in adf_set_fw_constants()
230
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_get_dc_capabilities()
local
238
ae_mask =
hw_device
in adf_get_dc_capabilities()
[all...]
H
A
D
adf_isr.c
24
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_enable_msix()
126
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_handle_pm_int()
157
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_free_irqs()
182
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_request_irqs()
249
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_isr_alloc_msix_vectors_data()
276
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_setup_bh()
289
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_cleanup_bh()
H
A
D
adf_aer.c
73
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_dev_restore()
local
76
if (
hw_device
->reset_device) {
in adf_dev_restore()
79
hw_device
->reset_device(accel_dev);
in adf_dev_restore()
H
A
D
adf_hw_arbiter.c
20
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_init_arb()
51
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_update_ring_arb()
75
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_exit_arb()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
adf_accel_engine.c
13
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_ae_fw_load()
local
17
if (!
hw_device
->fw_name)
in adf_ae_fw_load()
20
if (request_firmware(&loader_data->mmp_fw,
hw_device
->fw_mmp_name,
in adf_ae_fw_load()
23
hw_device
->fw_mmp_name);
in adf_ae_fw_load()
26
if (request_firmware(&loader_data->uof_fw,
hw_device
->fw_name,
in adf_ae_fw_load()
29
hw_device
->fw_name);
in adf_ae_fw_load()
59
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_ae_fw_release()
local
61
if (!
hw_device
in adf_ae_fw_release()
129
struct adf_
hw_device
_data *
hw_device
= accel_dev->
hw_device
;
adf_ae_init()
local
156
struct adf_
hw_device
_data *
hw_device
= accel_dev->
hw_device
;
adf_ae_shutdown()
local
[all...]
H
A
D
adf_isr.c
23
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_enable_msix()
68
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_msix_isr_ae()
123
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_request_irqs()
171
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_free_irqs()
191
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_isr_alloc_msix_entry_table()
239
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_setup_bh()
252
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_cleanup_bh()
H
A
D
adf_pf2vf_msg.c
17
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_enable_pf2vf_interrupts()
27
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_disable_pf2vf_interrupts()
37
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_enable_vf2pf_interrupts()
60
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_disable_vf2pf_interrupts()
84
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in __adf_iov_putmsg()
183
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_vf2pf_req_hndl()
305
struct adf_hw_device_data *hw_data = accel_dev->
hw_device
;
in adf_vf2pf_request_version()
H
A
D
adf_aer.c
74
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_dev_restore()
local
77
if (
hw_device
->reset_device) {
in adf_dev_restore()
80
hw_device
->reset_device(accel_dev);
in adf_dev_restore()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_c3xxx/
H
A
D
adf_drv.c
56
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
59
adf_clean_hw_data_c3xxx(accel_dev->
hw_device
);
in adf_cleanup_accel()
64
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
65
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
124
accel_dev->
hw_device
= hw_data;
in adf_probe()
125
adf_init_hw_data_c3xxx(accel_dev->
hw_device
);
in adf_probe()
H
A
D
adf_c3xxx_hw_data.c
128
struct adf_hw_device_data *
hw_device
= accel_dev->
hw_device
;
in adf_enable_error_correction()
local
130
unsigned long accel_mask =
hw_device
->accel_mask;
in adf_enable_error_correction()
131
unsigned long ae_mask =
hw_device
->ae_mask;
in adf_enable_error_correction()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_c62x/
H
A
D
adf_drv.c
56
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
59
adf_clean_hw_data_c62x(accel_dev->
hw_device
);
in adf_cleanup_accel()
64
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
65
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
124
accel_dev->
hw_device
= hw_data;
in adf_probe()
125
adf_init_hw_data_c62x(accel_dev->
hw_device
);
in adf_probe()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_c3xxxvf/
H
A
D
adf_drv.c
56
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
59
adf_clean_hw_data_c3xxxiov(accel_dev->
hw_device
);
in adf_cleanup_accel()
64
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
65
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
118
accel_dev->
hw_device
= hw_data;
in adf_probe()
119
adf_init_hw_data_c3xxxiov(accel_dev->
hw_device
);
in adf_probe()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_c62xvf/
H
A
D
adf_drv.c
56
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
59
adf_clean_hw_data_c62xiov(accel_dev->
hw_device
);
in adf_cleanup_accel()
64
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
65
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
118
accel_dev->
hw_device
= hw_data;
in adf_probe()
119
adf_init_hw_data_c62xiov(accel_dev->
hw_device
);
in adf_probe()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_dh895xcc/
H
A
D
adf_drv.c
56
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
59
adf_clean_hw_data_dh895xcc(accel_dev->
hw_device
);
in adf_cleanup_accel()
64
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
65
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
124
accel_dev->
hw_device
= hw_data;
in adf_probe()
125
adf_init_hw_data_dh895xcc(accel_dev->
hw_device
);
in adf_probe()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_dh895xccvf/
H
A
D
adf_drv.c
56
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
59
adf_clean_hw_data_dh895xcciov(accel_dev->
hw_device
);
in adf_cleanup_accel()
64
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
65
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
118
accel_dev->
hw_device
= hw_data;
in adf_probe()
119
adf_init_hw_data_dh895xcciov(accel_dev->
hw_device
);
in adf_probe()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_c62x/
H
A
D
adf_drv.c
58
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
61
adf_clean_hw_data_c62x(accel_dev->
hw_device
);
in adf_cleanup_accel()
66
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
67
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
125
accel_dev->
hw_device
= hw_data;
in adf_probe()
126
adf_init_hw_data_c62x(accel_dev->
hw_device
);
in adf_probe()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_c3xxxvf/
H
A
D
adf_drv.c
57
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
60
adf_clean_hw_data_c3xxxiov(accel_dev->
hw_device
);
in adf_cleanup_accel()
65
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
66
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
118
accel_dev->
hw_device
= hw_data;
in adf_probe()
119
adf_init_hw_data_c3xxxiov(accel_dev->
hw_device
);
in adf_probe()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_c62xvf/
H
A
D
adf_drv.c
57
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
60
adf_clean_hw_data_c62xiov(accel_dev->
hw_device
);
in adf_cleanup_accel()
65
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
66
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
118
accel_dev->
hw_device
= hw_data;
in adf_probe()
119
adf_init_hw_data_c62xiov(accel_dev->
hw_device
);
in adf_probe()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_dh895xcc/
H
A
D
adf_drv.c
58
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
61
adf_clean_hw_data_dh895xcc(accel_dev->
hw_device
);
in adf_cleanup_accel()
66
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
67
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
125
accel_dev->
hw_device
= hw_data;
in adf_probe()
126
adf_init_hw_data_dh895xcc(accel_dev->
hw_device
);
in adf_probe()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_dh895xccvf/
H
A
D
adf_drv.c
57
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
60
adf_clean_hw_data_dh895xcciov(accel_dev->
hw_device
);
in adf_cleanup_accel()
65
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
66
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
118
accel_dev->
hw_device
= hw_data;
in adf_probe()
119
adf_init_hw_data_dh895xcciov(accel_dev->
hw_device
);
in adf_probe()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_c3xxx/
H
A
D
adf_drv.c
58
if (accel_dev->
hw_device
) {
in adf_cleanup_accel()
61
adf_clean_hw_data_c3xxx(accel_dev->
hw_device
);
in adf_cleanup_accel()
66
kfree(accel_dev->
hw_device
);
in adf_cleanup_accel()
67
accel_dev->
hw_device
= NULL;
in adf_cleanup_accel()
125
accel_dev->
hw_device
= hw_data;
in adf_probe()
126
adf_init_hw_data_c3xxx(accel_dev->
hw_device
);
in adf_probe()
Completed in 12 milliseconds
1
2
3