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:use_shadow_reg
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_iocb.c
2320
if (qpair->
use_shadow_reg
)
in __qla2x00_alloc_iocbs()
2335
if (!qpair->
use_shadow_reg
&& cnt == ISP_REG16_DISCONNECT) {
in __qla2x00_alloc_iocbs()
H
A
D
qla_def.h
3626
uint32_t
use_shadow_reg
:1;
member
H
A
D
qla_target.c
2492
cnt = (uint16_t)(qpair->
use_shadow_reg
? *req->out_ptr :
in qlt_check_reserve_free_req()
H
A
D
qla_os.c
393
ha->base_qpair->
use_shadow_reg
= IS_SHADOW_REG_CAPABLE(ha) ? 1 : 0;
in qla_init_base_qpair()
H
A
D
qla_init.c
9154
qpair->
use_shadow_reg
= IS_SHADOW_REG_CAPABLE(ha) ? 1 : 0;
in qla2xxx_create_qpair()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_iocb.c
2303
if (qpair->
use_shadow_reg
)
in __qla2x00_alloc_iocbs()
2318
if (!qpair->
use_shadow_reg
&& cnt == ISP_REG16_DISCONNECT) {
in __qla2x00_alloc_iocbs()
H
A
D
qla_def.h
3823
uint32_t
use_shadow_reg
:1;
member
H
A
D
qla_os.c
432
ha->base_qpair->
use_shadow_reg
= IS_SHADOW_REG_CAPABLE(ha) ? 1 : 0;
in qla_init_base_qpair()
H
A
D
qla_target.c
2514
cnt = (uint16_t)(qpair->
use_shadow_reg
? *req->out_ptr :
in qlt_check_reserve_free_req()
H
A
D
qla_init.c
9640
qpair->
use_shadow_reg
= IS_SHADOW_REG_CAPABLE(ha) ? 1 : 0;
in qla2xxx_create_qpair()
Completed in 85 milliseconds