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:pACB
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
132
static void arcmsr_hbaC_message_isr(struct AdapterControlBlock *
pACB
);
432
static uint8_t arcmsr_hbaC_wait_msgint_ready(struct AdapterControlBlock *
pACB
)
in arcmsr_hbaC_wait_msgint_ready()
argument
434
struct MessageUnit_C __iomem *phbcmu =
pACB
->pmuC;
in arcmsr_hbaC_wait_msgint_ready()
450
static bool arcmsr_hbaD_wait_msgint_ready(struct AdapterControlBlock *
pACB
)
in arcmsr_hbaD_wait_msgint_ready()
argument
452
struct MessageUnit_D *reg =
pACB
->pmuD;
in arcmsr_hbaD_wait_msgint_ready()
467
static bool arcmsr_hbaE_wait_msgint_ready(struct AdapterControlBlock *
pACB
)
in arcmsr_hbaE_wait_msgint_ready()
argument
471
struct MessageUnit_E __iomem *phbcmu =
pACB
->pmuE;
in arcmsr_hbaE_wait_msgint_ready()
475
if ((read_doorbell ^
pACB
->in_doorbell) & ARCMSR_HBEMU_IOP2DRV_MESSAGE_CMD_DONE) {
in arcmsr_hbaE_wait_msgint_ready()
477
pACB
->in_doorbell = read_doorbell;
in arcmsr_hbaE_wait_msgint_ready()
517
static void arcmsr_hbaC_flush_cache(struct AdapterControlBlock *
pACB
)
in arcmsr_hbaC_flush_cache()
argument
535
arcmsr_hbaD_flush_cache(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_flush_cache()
argument
552
arcmsr_hbaE_flush_cache(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_flush_cache()
argument
1246
arcmsr_hbaC_abort_allcmd(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_abort_allcmd()
argument
1260
arcmsr_hbaD_abort_allcmd(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_abort_allcmd()
argument
1273
arcmsr_hbaE_abort_allcmd(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_abort_allcmd()
argument
1974
arcmsr_hbaC_stop_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_stop_bgrb()
argument
1988
arcmsr_hbaD_stop_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_stop_bgrb()
argument
1999
arcmsr_hbaE_stop_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_stop_bgrb()
argument
2382
arcmsr_hbaC_doorbell_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_doorbell_isr()
argument
2409
arcmsr_hbaD_doorbell_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_doorbell_isr()
argument
2429
arcmsr_hbaE_doorbell_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_doorbell_isr()
argument
2758
arcmsr_hbaC_handle_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_handle_isr()
argument
2784
arcmsr_hbaD_handle_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_handle_isr()
argument
2809
arcmsr_hbaE_handle_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_handle_isr()
argument
2834
arcmsr_hbaF_handle_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaF_handle_isr()
argument
3274
arcmsr_get_adapter_config(struct AdapterControlBlock *
pACB
, uint32_t *rwbuffer)
arcmsr_get_adapter_config()
argument
3351
arcmsr_hbaC_get_config(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_get_config()
argument
3396
arcmsr_hbaE_get_config(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_get_config()
argument
3422
arcmsr_hbaF_get_config(struct AdapterControlBlock *
pACB
)
arcmsr_hbaF_get_config()
argument
4248
arcmsr_hbaC_start_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_start_bgrb()
argument
4261
arcmsr_hbaD_start_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_start_bgrb()
argument
4273
arcmsr_hbaE_start_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_start_bgrb()
argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
135
static void arcmsr_hbaC_message_isr(struct AdapterControlBlock *
pACB
);
439
static uint8_t arcmsr_hbaC_wait_msgint_ready(struct AdapterControlBlock *
pACB
)
in arcmsr_hbaC_wait_msgint_ready()
argument
441
struct MessageUnit_C __iomem *phbcmu =
pACB
->pmuC;
in arcmsr_hbaC_wait_msgint_ready()
457
static bool arcmsr_hbaD_wait_msgint_ready(struct AdapterControlBlock *
pACB
)
in arcmsr_hbaD_wait_msgint_ready()
argument
459
struct MessageUnit_D *reg =
pACB
->pmuD;
in arcmsr_hbaD_wait_msgint_ready()
474
static bool arcmsr_hbaE_wait_msgint_ready(struct AdapterControlBlock *
pACB
)
in arcmsr_hbaE_wait_msgint_ready()
argument
478
struct MessageUnit_E __iomem *phbcmu =
pACB
->pmuE;
in arcmsr_hbaE_wait_msgint_ready()
482
if ((read_doorbell ^
pACB
->in_doorbell) & ARCMSR_HBEMU_IOP2DRV_MESSAGE_CMD_DONE) {
in arcmsr_hbaE_wait_msgint_ready()
484
pACB
->in_doorbell = read_doorbell;
in arcmsr_hbaE_wait_msgint_ready()
524
static void arcmsr_hbaC_flush_cache(struct AdapterControlBlock *
pACB
)
in arcmsr_hbaC_flush_cache()
argument
542
arcmsr_hbaD_flush_cache(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_flush_cache()
argument
559
arcmsr_hbaE_flush_cache(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_flush_cache()
argument
1243
arcmsr_hbaC_abort_allcmd(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_abort_allcmd()
argument
1257
arcmsr_hbaD_abort_allcmd(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_abort_allcmd()
argument
1270
arcmsr_hbaE_abort_allcmd(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_abort_allcmd()
argument
1966
arcmsr_hbaC_stop_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_stop_bgrb()
argument
1980
arcmsr_hbaD_stop_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_stop_bgrb()
argument
1991
arcmsr_hbaE_stop_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_stop_bgrb()
argument
2377
arcmsr_hbaC_doorbell_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_doorbell_isr()
argument
2404
arcmsr_hbaD_doorbell_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_doorbell_isr()
argument
2424
arcmsr_hbaE_doorbell_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_doorbell_isr()
argument
2753
arcmsr_hbaC_handle_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_handle_isr()
argument
2779
arcmsr_hbaD_handle_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_handle_isr()
argument
2804
arcmsr_hbaE_handle_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_handle_isr()
argument
2829
arcmsr_hbaF_handle_isr(struct AdapterControlBlock *
pACB
)
arcmsr_hbaF_handle_isr()
argument
3279
arcmsr_get_adapter_config(struct AdapterControlBlock *
pACB
, uint32_t *rwbuffer)
arcmsr_get_adapter_config()
argument
3356
arcmsr_hbaC_get_config(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_get_config()
argument
3401
arcmsr_hbaE_get_config(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_get_config()
argument
3427
arcmsr_hbaF_get_config(struct AdapterControlBlock *
pACB
)
arcmsr_hbaF_get_config()
argument
4253
arcmsr_hbaC_start_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaC_start_bgrb()
argument
4266
arcmsr_hbaD_start_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaD_start_bgrb()
argument
4278
arcmsr_hbaE_start_bgrb(struct AdapterControlBlock *
pACB
)
arcmsr_hbaE_start_bgrb()
argument
[all...]
Completed in 6 milliseconds