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:tgt_stopped
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_target.h
797
int
tgt_stopped
; /* the target mode driver has been stopped */
member
H
A
D
qla_target.c
1496
if (tgt->tgt_stop || tgt->
tgt_stopped
) {
in qlt_stop_phase1()
1498
"Already in tgt->tgt_stop or
tgt_stopped
state\n");
in qlt_stop_phase1()
1549
if (tgt->
tgt_stopped
) {
in qlt_stop_phase2()
1551
"Already in tgt->
tgt_stopped
state\n");
in qlt_stop_phase2()
1565
tgt->
tgt_stopped
= 1;
in qlt_stop_phase2()
1593
if (!tgt->tgt_stop && !tgt->
tgt_stopped
)
in qlt_release()
1596
if (!tgt->
tgt_stopped
)
in qlt_release()
5909
if (!tgt || tgt->tgt_stop || tgt->
tgt_stopped
)
in qlt_async_event()
6623
tgt->
tgt_stopped
= 0;
in qlt_enable_vha()
H
A
D
tcm_qla2xxx.c
1683
if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->
tgt_stopped
)
in tcm_qla2xxx_drop_lport()
H
A
D
qla_init.c
5699
!vha->vha_tgt.qla_tgt->
tgt_stopped
)
in qla2x00_update_fcport()
5705
!vha->vha_tgt.qla_tgt->
tgt_stopped
)
in qla2x00_update_fcport()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_target.h
811
int
tgt_stopped
; /* the target mode driver has been stopped */
member
H
A
D
qla_target.c
1520
if (tgt->tgt_stop || tgt->
tgt_stopped
) {
in qlt_stop_phase1()
1522
"Already in tgt->tgt_stop or
tgt_stopped
state\n");
in qlt_stop_phase1()
1573
if (tgt->
tgt_stopped
) {
in qlt_stop_phase2()
1575
"Already in tgt->
tgt_stopped
state\n");
in qlt_stop_phase2()
1589
tgt->
tgt_stopped
= 1;
in qlt_stop_phase2()
1617
if (!tgt->tgt_stop && !tgt->
tgt_stopped
)
in qlt_release()
1620
if (!tgt->
tgt_stopped
)
in qlt_release()
6011
if (!tgt || tgt->tgt_stop || tgt->
tgt_stopped
)
in qlt_async_event()
6657
tgt->
tgt_stopped
= 0;
in qlt_enable_vha()
H
A
D
tcm_qla2xxx.c
1635
if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->
tgt_stopped
)
in tcm_qla2xxx_drop_lport()
H
A
D
qla_init.c
6199
!vha->vha_tgt.qla_tgt->
tgt_stopped
)
in qla2x00_update_fcport()
6205
!vha->vha_tgt.qla_tgt->
tgt_stopped
)
in qla2x00_update_fcport()
Completed in 44 milliseconds