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:LOOP_READY
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_attr.c
1171
else if (atomic_read(&vha->loop_state) !=
LOOP_READY
||
in qla2x00_link_state_show()
2793
} else if (atomic_read(&base_vha->loop_state) ==
LOOP_READY
&&
in qla2x00_get_fc_host_stats()
2966
case
LOOP_READY
:
in qla2x00_get_host_port_state()
H
A
D
qla_mid.c
364
if (atomic_read(&vha->loop_state) ==
LOOP_READY
) {
in qla2x00_do_dpc_vp()
H
A
D
qla_mr.c
1313
atomic_set(&vha->loop_state,
LOOP_READY
);
in qlafx00_configure_devices()
1757
atomic_set(&vha->loop_state,
LOOP_READY
);
in qlafx00_update_host_attr()
H
A
D
qla_gs.c
4215
if (((ls !=
LOOP_READY
) && (ls != LOOP_UP)) ||
in qla24xx_post_gnnid_work()
4343
if (((ls !=
LOOP_READY
) && (ls != LOOP_UP)) ||
in qla24xx_post_gfpnid_work()
H
A
D
qla_os.c
2731
return atomic_read(&vha->loop_state) ==
LOOP_READY
;
in qla2xxx_scan_finished()
6834
if (atomic_read(&base_vha->loop_state) ==
LOOP_READY
) {
in qla2x00_do_dpc()
6937
atomic_read(&base_vha->loop_state) ==
LOOP_READY
) {
in qla2x00_do_dpc()
H
A
D
qla_bsg.c
811
if (atomic_read(&vha->loop_state) ==
LOOP_READY
&&
in qla2x00_process_loopback()
H
A
D
qla_def.h
4684
#define
LOOP_READY
5
macro
H
A
D
qla_init.c
5219
atomic_set(&vha->loop_state,
LOOP_READY
);
in qla2x00_configure_loop()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_attr.c
1177
else if (atomic_read(&vha->loop_state) !=
LOOP_READY
||
in qla2x00_link_state_show()
2858
} else if (atomic_read(&base_vha->loop_state) ==
LOOP_READY
&&
in qla2x00_get_fc_host_stats()
3031
case
LOOP_READY
:
in qla2x00_get_host_port_state()
H
A
D
qla_mid.c
381
if (atomic_read(&vha->loop_state) ==
LOOP_READY
) {
in qla2x00_do_dpc_vp()
H
A
D
qla_mr.c
1313
atomic_set(&vha->loop_state,
LOOP_READY
);
in qlafx00_configure_devices()
1757
atomic_set(&vha->loop_state,
LOOP_READY
);
in qlafx00_update_host_attr()
H
A
D
qla_os.c
2853
return atomic_read(&vha->loop_state) ==
LOOP_READY
;
in qla2xxx_scan_finished()
7081
if (atomic_read(&base_vha->loop_state) ==
LOOP_READY
) {
in qla2x00_do_dpc()
7179
atomic_read(&base_vha->loop_state) ==
LOOP_READY
) {
in qla2x00_do_dpc()
H
A
D
qla_bsg.c
830
if (atomic_read(&vha->loop_state) ==
LOOP_READY
&&
in qla2x00_process_loopback()
H
A
D
qla_gs.c
4012
if (((ls !=
LOOP_READY
) && (ls != LOOP_UP)) ||
in qla24xx_post_gfpnid_work()
H
A
D
qla_def.h
4936
#define
LOOP_READY
5
macro
H
A
D
qla_init.c
5712
atomic_set(&vha->loop_state,
LOOP_READY
);
in qla2x00_configure_loop()
Completed in 90 milliseconds