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_stop
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_target.c
104
* cross those functions boundaries, except
tgt_stop
, which
254
if (tgt->
tgt_stop
) {
in qlt_queue_unknown_atio()
307
} else if (tgt->
tgt_stop
) {
in qlt_try_to_dequeue_unknown_atios()
720
if (tgt->
tgt_stop
) {
in qlt_fc_port_added()
1125
(!tgt || !tgt->
tgt_stop
) && !LOOP_TRANSITION(vha)) {
in qlt_free_session_done()
1236
if (tgt && tgt->
tgt_stop
&& tgt->sess_count == 0)
in qlt_schedule_sess_for_deletion()
1356
if (vha->vha_tgt.qla_tgt->
tgt_stop
)
in qlt_create_sess()
1441
if (tgt->
tgt_stop
) {
in qlt_fc_port_deleted()
1496
if (tgt->
tgt_stop
|| tgt->tgt_stopped) {
in qlt_stop_phase1()
1498
"Already in tgt->
tgt_stop
o
in qlt_stop_phase1()
[all...]
H
A
D
qla_target.h
796
int
tgt_stop
; /* the target mode driver is being stopped */
member
H
A
D
tcm_qla2xxx.c
1060
if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->
tgt_stop
)
in tcm_qla2xxx_drop_tpg()
H
A
D
qla_init.c
5698
if (!vha->vha_tgt.qla_tgt->
tgt_stop
&&
in qla2x00_update_fcport()
5704
if (!vha->vha_tgt.qla_tgt->
tgt_stop
&&
in qla2x00_update_fcport()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_target.c
97
* cross those functions boundaries, except
tgt_stop
, which
230
if (tgt->
tgt_stop
) {
in qlt_queue_unknown_atio()
283
} else if (tgt->
tgt_stop
) {
in qlt_try_to_dequeue_unknown_atios()
714
if (tgt->
tgt_stop
) {
in qlt_fc_port_added()
1149
(!tgt || !tgt->
tgt_stop
) && !LOOP_TRANSITION(vha)) {
in qlt_free_session_done()
1260
if (tgt && tgt->
tgt_stop
&& tgt->sess_count == 0)
in qlt_schedule_sess_for_deletion()
1380
if (vha->vha_tgt.qla_tgt->
tgt_stop
)
in qlt_create_sess()
1465
if (tgt->
tgt_stop
) {
in qlt_fc_port_deleted()
1520
if (tgt->
tgt_stop
|| tgt->tgt_stopped) {
in qlt_stop_phase1()
1522
"Already in tgt->
tgt_stop
o
in qlt_stop_phase1()
[all...]
H
A
D
qla_target.h
810
int
tgt_stop
; /* the target mode driver is being stopped */
member
H
A
D
tcm_qla2xxx.c
1040
if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->
tgt_stop
)
in tcm_qla2xxx_drop_tpg()
H
A
D
qla_init.c
6198
if (!vha->vha_tgt.qla_tgt->
tgt_stop
&&
in qla2x00_update_fcport()
6204
if (!vha->vha_tgt.qla_tgt->
tgt_stop
&&
in qla2x00_update_fcport()
Completed in 39 milliseconds