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:afu_map
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H
A
D
main.c
712
if (likely(afu->
afu_map
)) {
in stop_afu()
713
cfg->ops->psa_unmap(afu->
afu_map
);
in stop_afu()
714
afu->
afu_map
= NULL;
in stop_afu()
861
if (!afu || !afu->
afu_map
) {
in notify_shutdown()
1021
cfg->afu->
afu_map
= NULL;
in alloc_mem()
1231
port_sel = readq_be(&afu->
afu_map
->global.regs.afu_port_sel);
in afu_link_reset()
1233
writeq_be(port_sel, &afu->
afu_map
->global.regs.afu_port_sel);
in afu_link_reset()
1250
writeq_be(port_sel, &afu->
afu_map
->global.regs.afu_port_sel);
in afu_link_reset()
1276
writeq_be(-1ULL, &afu->
afu_map
->global.regs.aintr_mask);
in afu_err_intr_init()
1282
writeq_be(reg, &afu->
afu_map
in afu_err_intr_init()
[all...]
H
A
D
common.h
236
struct cxlflash_afu_map __iomem *
afu_map
; /* entire MMIO map */
member
312
return &afu->
afu_map
->global.bank[CHAN2PORTBANK(i)];
in get_fc_port_bank()
H
A
D
superpipe.c
759
if (afu->
afu_map
&& ctxi->ctrl_map) {
in destroy_context()
832
ctxi->ctrl_map = &afu->
afu_map
->ctrls[ctxid].ctrl;
in init_context()
1474
attach->mmio_size = sizeof(afu->
afu_map
->hosts[0].harea);
in cxlflash_disk_attach()
1575
ctxi->ctrl_map = &afu->
afu_map
->ctrls[ctxid].ctrl;
in recover_context()
1731
recover->mmio_size = sizeof(afu->
afu_map
->hosts[0].harea);
in cxlflash_afu_recover()
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H
A
D
main.c
712
if (likely(afu->
afu_map
)) {
in stop_afu()
713
cfg->ops->psa_unmap(afu->
afu_map
);
in stop_afu()
714
afu->
afu_map
= NULL;
in stop_afu()
861
if (!afu || !afu->
afu_map
) {
in notify_shutdown()
1021
cfg->afu->
afu_map
= NULL;
in alloc_mem()
1231
port_sel = readq_be(&afu->
afu_map
->global.regs.afu_port_sel);
in afu_link_reset()
1233
writeq_be(port_sel, &afu->
afu_map
->global.regs.afu_port_sel);
in afu_link_reset()
1250
writeq_be(port_sel, &afu->
afu_map
->global.regs.afu_port_sel);
in afu_link_reset()
1276
writeq_be(-1ULL, &afu->
afu_map
->global.regs.aintr_mask);
in afu_err_intr_init()
1282
writeq_be(reg, &afu->
afu_map
in afu_err_intr_init()
[all...]
H
A
D
common.h
236
struct cxlflash_afu_map __iomem *
afu_map
; /* entire MMIO map */
member
312
return &afu->
afu_map
->global.bank[CHAN2PORTBANK(i)];
in get_fc_port_bank()
H
A
D
superpipe.c
760
if (afu->
afu_map
&& ctxi->ctrl_map) {
in destroy_context()
833
ctxi->ctrl_map = &afu->
afu_map
->ctrls[ctxid].ctrl;
in init_context()
1475
attach->mmio_size = sizeof(afu->
afu_map
->hosts[0].harea);
in cxlflash_disk_attach()
1576
ctxi->ctrl_map = &afu->
afu_map
->ctrls[ctxid].ctrl;
in recover_context()
1732
recover->mmio_size = sizeof(afu->
afu_map
->hosts[0].harea);
in cxlflash_afu_recover()
Completed in 20 milliseconds