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:FC_PUBLIC_LOOP
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_els.c
680
vport->fc_flag |=
FC_PUBLIC_LOOP
;
in lpfc_cmpl_els_flogi_fabric()
862
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
);
in lpfc_cmpl_els_flogi_nport()
1070
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
|
in lpfc_cmpl_els_flogi()
2192
if ((vport->fc_flag & FC_FABRIC) && !(vport->fc_flag &
FC_PUBLIC_LOOP
))
in lpfc_issue_els_plogi()
3282
!(vport->fc_flag &
FC_PUBLIC_LOOP
))
in lpfc_issue_els_rscn()
7112
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
);
in lpfc_els_rcv_flogi()
9146
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
);
in lpfc_cmpl_reg_new_vport()
9427
vport->fc_flag |=
FC_PUBLIC_LOOP
;
in lpfc_cmpl_els_fdisc()
H
A
D
lpfc.h
364
* phba->link_flag (e.g. FC_PTP,
FC_PUBLIC_LOOP
)
369
#define
FC_PUBLIC_LOOP
0x8 /* Public loop */
macro
H
A
D
lpfc_attr.c
943
if (vport->fc_flag &
FC_PUBLIC_LOOP
)
in lpfc_link_state_show()
6596
if (vport->fc_flag &
FC_PUBLIC_LOOP
)
in lpfc_get_host_port_type()
6746
(vport->fc_flag &
FC_PUBLIC_LOOP
))))
in lpfc_get_host_fabric_name()
H
A
D
lpfc_hbadisc.c
1178
vport->fc_flag &
FC_PUBLIC_LOOP
&&
in lpfc_mbx_cmpl_local_config_link()
3081
!(vport->fc_flag &
FC_PUBLIC_LOOP
))) {
in lpfc_mbx_cmpl_reg_vfi()
3725
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
);
in lpfc_mbx_cmpl_reg_vpi()
H
A
D
lpfc_nportdisc.c
2847
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
);
in lpfc_cmpl_logo_npr_node()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_els.c
646
vport->fc_flag |=
FC_PUBLIC_LOOP
;
in lpfc_cmpl_els_flogi_fabric()
826
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
);
in lpfc_cmpl_els_flogi_nport()
1064
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
|
in lpfc_cmpl_els_flogi()
2245
if ((vport->fc_flag & FC_FABRIC) && !(vport->fc_flag &
FC_PUBLIC_LOOP
))
in lpfc_issue_els_plogi()
3594
!(vport->fc_flag &
FC_PUBLIC_LOOP
))
in lpfc_issue_els_rscn()
8434
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
);
in lpfc_els_rcv_flogi()
11041
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
);
in lpfc_cmpl_reg_new_vport()
11342
vport->fc_flag |=
FC_PUBLIC_LOOP
;
in lpfc_cmpl_els_fdisc()
H
A
D
lpfc.h
554
* phba->link_flag (e.g. FC_PTP,
FC_PUBLIC_LOOP
)
559
#define
FC_PUBLIC_LOOP
0x8 /* Public loop */
macro
H
A
D
lpfc_attr.c
1094
if (vport->fc_flag &
FC_PUBLIC_LOOP
)
in lpfc_link_state_show()
6438
if (vport->fc_flag &
FC_PUBLIC_LOOP
)
in lpfc_get_host_port_type()
6591
(vport->fc_flag &
FC_PUBLIC_LOOP
))))
in lpfc_get_host_fabric_name()
H
A
D
lpfc_hbadisc.c
1520
vport->fc_flag &
FC_PUBLIC_LOOP
&&
in lpfc_mbx_cmpl_local_config_link()
3417
!(vport->fc_flag &
FC_PUBLIC_LOOP
))) {
in lpfc_mbx_cmpl_reg_vfi()
4006
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
);
in lpfc_mbx_cmpl_reg_vpi()
H
A
D
lpfc_nportdisc.c
2826
vport->fc_flag &= ~(FC_FABRIC |
FC_PUBLIC_LOOP
);
in lpfc_cmpl_logo_npr_node()
Completed in 69 milliseconds