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:vha_tgt
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
tcm_qla2xxx.c
947
qlt_stop_phase1(vha->
vha_tgt
.qla_tgt);
in tcm_qla2xxx_tpg_enable_store()
948
qlt_stop_phase2(vha->
vha_tgt
.qla_tgt);
in tcm_qla2xxx_tpg_enable_store()
1060
if (vha->
vha_tgt
.qla_tgt && !vha->
vha_tgt
.qla_tgt->tgt_stop)
in tcm_qla2xxx_drop_tpg()
1061
qlt_stop_phase1(vha->
vha_tgt
.qla_tgt);
in tcm_qla2xxx_drop_tpg()
1110
qlt_stop_phase1(vha->
vha_tgt
.qla_tgt);
in tcm_qla2xxx_npiv_tpg_enable_store()
1111
qlt_stop_phase2(vha->
vha_tgt
.qla_tgt);
in tcm_qla2xxx_npiv_tpg_enable_store()
1175
lport = vha->
vha_tgt
.target_lport_ptr;
in tcm_qla2xxx_find_sess_by_s_id()
1280
lport = vha->
vha_tgt
.target_lport_ptr;
in tcm_qla2xxx_find_sess_by_loop_id()
1402
lport = vha->
vha_tgt
in tcm_qla2xxx_free_session()
[all...]
H
A
D
qla_target.c
251
struct qla_tgt *tgt = vha->
vha_tgt
.qla_tgt;
in qlt_queue_unknown_atio()
288
struct qla_tgt *tgt = vha->
vha_tgt
.qla_tgt;
in qlt_try_to_dequeue_unknown_atios()
678
mutex_lock(&vha->
vha_tgt
.tgt_mutex);
in qla24xx_do_nack_work()
680
mutex_unlock(&vha->
vha_tgt
.tgt_mutex);
in qla24xx_do_nack_work()
712
struct qla_tgt *tgt = vha->
vha_tgt
.qla_tgt;
in qlt_fc_port_added()
733
mutex_lock(&vha->
vha_tgt
.tgt_mutex);
in qlt_fc_port_added()
735
mutex_unlock(&vha->
vha_tgt
.tgt_mutex);
in qlt_fc_port_added()
920
mutex_lock(&vha->
vha_tgt
.tgt_mutex);
in qlt_send_first_logo()
925
mutex_unlock(&vha->
vha_tgt
.tgt_mutex);
in qlt_send_first_logo()
932
mutex_unlock(&vha->
vha_tgt
in qlt_send_first_logo()
[all...]
H
A
D
qla_dfs.c
155
struct qla_tgt *tgt = vha->
vha_tgt
.qla_tgt;
in qla2x00_dfs_tgt_sess_show()
H
A
D
qla_init.c
5698
if (!vha->
vha_tgt
.qla_tgt->tgt_stop &&
in qla2x00_update_fcport()
5699
!vha->
vha_tgt
.qla_tgt->tgt_stopped)
in qla2x00_update_fcport()
5704
if (!vha->
vha_tgt
.qla_tgt->tgt_stop &&
in qla2x00_update_fcport()
5705
!vha->
vha_tgt
.qla_tgt->tgt_stopped)
in qla2x00_update_fcport()
H
A
D
qla_def.h
4818
struct scsi_qlt_host
vha_tgt
;
member
H
A
D
qla_os.c
1745
struct qla_tgt *tgt = vha->
vha_tgt
.qla_tgt;
in __qla2x00_abort_all_cmds()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
tcm_qla2xxx.c
929
qlt_stop_phase1(vha->
vha_tgt
.qla_tgt);
in tcm_qla2xxx_enable_tpg()
930
qlt_stop_phase2(vha->
vha_tgt
.qla_tgt);
in tcm_qla2xxx_enable_tpg()
1040
if (vha->
vha_tgt
.qla_tgt && !vha->
vha_tgt
.qla_tgt->tgt_stop)
in tcm_qla2xxx_drop_tpg()
1041
qlt_stop_phase1(vha->
vha_tgt
.qla_tgt);
in tcm_qla2xxx_drop_tpg()
1072
qlt_stop_phase1(vha->
vha_tgt
.qla_tgt);
in tcm_qla2xxx_npiv_enable_tpg()
1073
qlt_stop_phase2(vha->
vha_tgt
.qla_tgt);
in tcm_qla2xxx_npiv_enable_tpg()
1130
lport = vha->
vha_tgt
.target_lport_ptr;
in tcm_qla2xxx_find_sess_by_s_id()
1235
lport = vha->
vha_tgt
.target_lport_ptr;
in tcm_qla2xxx_find_sess_by_loop_id()
1355
lport = vha->
vha_tgt
in tcm_qla2xxx_free_session()
[all...]
H
A
D
qla_target.c
227
struct qla_tgt *tgt = vha->
vha_tgt
.qla_tgt;
in qlt_queue_unknown_atio()
264
struct qla_tgt *tgt = vha->
vha_tgt
.qla_tgt;
in qlt_try_to_dequeue_unknown_atios()
667
mutex_lock(&vha->
vha_tgt
.tgt_mutex);
in qla24xx_do_nack_work()
669
mutex_unlock(&vha->
vha_tgt
.tgt_mutex);
in qla24xx_do_nack_work()
706
struct qla_tgt *tgt = vha->
vha_tgt
.qla_tgt;
in qlt_fc_port_added()
727
mutex_lock(&vha->
vha_tgt
.tgt_mutex);
in qlt_fc_port_added()
729
mutex_unlock(&vha->
vha_tgt
.tgt_mutex);
in qlt_fc_port_added()
919
mutex_lock(&vha->
vha_tgt
.tgt_mutex);
in qlt_send_first_logo()
924
mutex_unlock(&vha->
vha_tgt
.tgt_mutex);
in qlt_send_first_logo()
931
mutex_unlock(&vha->
vha_tgt
in qlt_send_first_logo()
[all...]
H
A
D
qla_dfs.c
155
struct qla_tgt *tgt = vha->
vha_tgt
.qla_tgt;
in qla2x00_dfs_tgt_sess_show()
H
A
D
qla_init.c
6198
if (!vha->
vha_tgt
.qla_tgt->tgt_stop &&
in qla2x00_update_fcport()
6199
!vha->
vha_tgt
.qla_tgt->tgt_stopped)
in qla2x00_update_fcport()
6204
if (!vha->
vha_tgt
.qla_tgt->tgt_stop &&
in qla2x00_update_fcport()
6205
!vha->
vha_tgt
.qla_tgt->tgt_stopped)
in qla2x00_update_fcport()
H
A
D
qla_def.h
5069
struct scsi_qlt_host
vha_tgt
;
member
H
A
D
qla_os.c
1867
struct qla_tgt *tgt = vha->
vha_tgt
.qla_tgt;
in __qla2x00_abort_all_cmds()
Completed in 72 milliseconds