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:se_tpg_wwn
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_fabric_configfs.c
271
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_make_mappedlun()
378
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_make_nodeacl()
451
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_np_base_release()
472
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_make_np()
646
tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_port_link()
680
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_port_unlink()
746
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_make_lun()
808
struct se_wwn *wwn = se_tpg->
se_tpg_wwn
;
in target_fabric_tpg_release()
H
A
D
target_core_tpg.c
472
se_tpg->
se_tpg_wwn
= se_wwn;
in core_tpg_register()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_fabric_configfs.c
272
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_make_mappedlun()
379
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_make_nodeacl()
452
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_np_base_release()
473
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_make_np()
647
tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_port_link()
681
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_port_unlink()
747
struct target_fabric_configfs *tf = se_tpg->
se_tpg_wwn
->wwn_tf;
in target_fabric_make_lun()
809
struct se_wwn *wwn = se_tpg->
se_tpg_wwn
;
in target_fabric_tpg_release()
H
A
D
target_core_tpg.c
535
se_tpg->
se_tpg_wwn
= se_wwn;
in core_tpg_register()
H
A
D
target_core_transport.c
909
struct se_wwn *wwn = cmd->se_sess->se_tpg->
se_tpg_wwn
;
in target_complete_cmd_with_sense()
/kernel/linux/linux-6.6/drivers/target/tcm_remote/
H
A
D
tcm_remote.c
128
struct se_wwn *wwn = se_tpg->
se_tpg_wwn
;
in tcm_remote_drop_tpg()
/kernel/linux/linux-5.10/drivers/target/iscsi/
H
A
D
iscsi_target_configfs.c
221
config_item_name(&se_tpg->
se_tpg_wwn
->wwn_group.cg_item),
in lio_target_call_addnptotpg()
264
" PORTAL: %pISpc\n", config_item_name(&se_tpg->
se_tpg_wwn
->wwn_group.cg_item),
in lio_target_call_delnpfromtpg()
H
A
D
iscsi_target_stat.c
592
struct se_wwn *wwn = acl->se_node_acl.se_tpg->
se_tpg_wwn
;
in iscsi_stat_sess_inst_show()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H
A
D
iscsi_target_configfs.c
220
config_item_name(&se_tpg->
se_tpg_wwn
->wwn_group.cg_item),
in lio_target_call_addnptotpg()
263
" PORTAL: %pISpc\n", config_item_name(&se_tpg->
se_tpg_wwn
->wwn_group.cg_item),
in lio_target_call_delnpfromtpg()
H
A
D
iscsi_target_stat.c
591
struct se_wwn *wwn = acl->se_node_acl.se_tpg->
se_tpg_wwn
;
in iscsi_stat_sess_inst_show()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
tcm_qla2xxx.c
782
struct se_wwn *se_wwn = se_tpg->
se_tpg_wwn
;
in tcm_qla2xxx_clear_nacl_from_fcport_map()
918
struct se_wwn *se_wwn = se_tpg->
se_tpg_wwn
;
in tcm_qla2xxx_tpg_enable_store()
1081
struct se_wwn *se_wwn = se_tpg->
se_tpg_wwn
;
in tcm_qla2xxx_npiv_tpg_enable_store()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
tcm_qla2xxx.c
787
struct se_wwn *se_wwn = se_tpg->
se_tpg_wwn
;
in tcm_qla2xxx_clear_nacl_from_fcport_map()
911
struct se_wwn *se_wwn = se_tpg->
se_tpg_wwn
;
in tcm_qla2xxx_enable_tpg()
1054
struct se_wwn *se_wwn = se_tpg->
se_tpg_wwn
;
in tcm_qla2xxx_npiv_enable_tpg()
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
906
struct se_wwn *
se_tpg_wwn
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
944
struct se_wwn *
se_tpg_wwn
;
member
/kernel/linux/linux-5.10/drivers/target/loopback/
H
A
D
tcm_loop.c
993
struct se_wwn *wwn = se_tpg->
se_tpg_wwn
;
in tcm_loop_drop_naa_tpg()
/kernel/linux/linux-6.6/drivers/target/loopback/
H
A
D
tcm_loop.c
953
struct se_wwn *wwn = se_tpg->
se_tpg_wwn
;
in tcm_loop_drop_naa_tpg()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.c
3308
return tpg->
se_tpg_wwn
->priv;
in srpt_tpg_to_sport()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.c
3312
return tpg->
se_tpg_wwn
->priv;
in srpt_tpg_to_sport()
Completed in 39 milliseconds