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:nrport
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_nvme.h
41
((!ndlp->
nrport
|| (ndlp->upcall_flags & NLP_WAIT_FOR_UNREG)) \
42
? NULL : ndlp->
nrport
)
H
A
D
lpfc_nvme.c
382
ndlp->
nrport
= NULL;
in lpfc_nvme_remoteport_delete()
427
lpfc_rport = axchg->ndlp->
nrport
;
in lpfc_nvme_handle_lsreq()
2487
/* If the ndlp already has an
nrport
, this is just
in lpfc_nvme_register_port()
2505
ndlp->
nrport
= NULL;
in lpfc_nvme_register_port()
2517
(!prev_ndlp->
nrport
))
in lpfc_nvme_register_port()
2527
ndlp->
nrport
= rport;
in lpfc_nvme_register_port()
2564
struct lpfc_nvme_rport *
nrport
;
in lpfc_nvme_rescan_port()
local
2568
nrport
= lpfc_ndlp_get_nrport(ndlp);
in lpfc_nvme_rescan_port()
2569
if (
nrport
)
in lpfc_nvme_rescan_port()
2570
remoteport =
nrport
in lpfc_nvme_rescan_port()
[all...]
H
A
D
lpfc_attr.c
168
struct nvme_fc_remote_port *
nrport
;
in lpfc_nvme_info_show()
local
374
nrport
= NULL;
in lpfc_nvme_info_show()
378
nrport
= rport->remoteport;
in lpfc_nvme_info_show()
380
if (!
nrport
)
in lpfc_nvme_info_show()
384
switch (
nrport
->port_state) {
in lpfc_nvme_info_show()
405
nrport
->port_name);
in lpfc_nvme_info_show()
410
nrport
->node_name);
in lpfc_nvme_info_show()
415
nrport
->port_id);
in lpfc_nvme_info_show()
420
if (
nrport
->port_role & FC_PORT_ROLE_NVME_INITIATOR) {
in lpfc_nvme_info_show()
424
if (
nrport
in lpfc_nvme_info_show()
7072
struct lpfc_nvme_rport *
nrport
= NULL;
lpfc_set_rport_loss_tmo()
local
[all...]
H
A
D
lpfc_disc.h
128
struct lpfc_nvme_rport *
nrport
; /* nvme transport rport struct. */
member
H
A
D
lpfc_debugfs.c
814
struct nvme_fc_remote_port *
nrport
= NULL;
in lpfc_debugfs_nodelist_data()
local
963
nrport
= rport->remoteport;
in lpfc_debugfs_nodelist_data()
965
nrport
= NULL;
in lpfc_debugfs_nodelist_data()
967
if (!
nrport
)
in lpfc_debugfs_nodelist_data()
971
switch (
nrport
->port_state) {
in lpfc_debugfs_nodelist_data()
986
statep,
nrport
->port_id);
in lpfc_debugfs_nodelist_data()
988
nrport
->port_name);
in lpfc_debugfs_nodelist_data()
990
nrport
->node_name);
in lpfc_debugfs_nodelist_data()
993
if (
nrport
->port_role & FC_PORT_ROLE_NVME_INITIATOR)
in lpfc_debugfs_nodelist_data()
996
if (
nrport
in lpfc_debugfs_nodelist_data()
[all...]
H
A
D
lpfc_els.c
1762
keep_nrport = new_ndlp->
nrport
;
in lpfc_plogi_confirm_nport()
1763
new_ndlp->
nrport
= ndlp->
nrport
;
in lpfc_plogi_confirm_nport()
1789
if (ndlp->
nrport
) {
in lpfc_plogi_confirm_nport()
1790
ndlp->
nrport
= NULL;
in lpfc_plogi_confirm_nport()
1851
if (ndlp->
nrport
)
in lpfc_plogi_confirm_nport()
1853
ndlp->
nrport
= keep_nrport;
in lpfc_plogi_confirm_nport()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_nvme.h
38
((!ndlp->
nrport
|| (ndlp->fc4_xpt_flags & NVME_XPT_UNREG_WAIT))\
39
? NULL : ndlp->
nrport
)
H
A
D
lpfc_nvme.c
269
lpfc_rport = axchg->ndlp->
nrport
;
in lpfc_nvme_handle_lsreq()
2449
/* If the ndlp already has an
nrport
, this is just
in lpfc_nvme_register_port()
2468
ndlp->
nrport
= NULL;
in lpfc_nvme_register_port()
2479
if (!prev_ndlp->
nrport
)
in lpfc_nvme_register_port()
2489
ndlp->
nrport
= rport;
in lpfc_nvme_register_port()
2527
struct lpfc_nvme_rport *
nrport
;
in lpfc_nvme_rescan_port()
local
2531
nrport
= lpfc_ndlp_get_nrport(ndlp);
in lpfc_nvme_rescan_port()
2532
if (
nrport
)
in lpfc_nvme_rescan_port()
2533
remoteport =
nrport
->remoteport;
in lpfc_nvme_rescan_port()
2538
"state x%x
nrport
in lpfc_nvme_rescan_port()
[all...]
H
A
D
lpfc_disc.h
142
struct lpfc_nvme_rport *
nrport
; /* nvme transport rport struct. */
member
H
A
D
lpfc_attr.c
343
struct nvme_fc_remote_port *
nrport
;
in lpfc_nvme_info_show()
local
549
nrport
= NULL;
in lpfc_nvme_info_show()
553
nrport
= rport->remoteport;
in lpfc_nvme_info_show()
555
if (!
nrport
)
in lpfc_nvme_info_show()
559
switch (
nrport
->port_state) {
in lpfc_nvme_info_show()
580
nrport
->port_name);
in lpfc_nvme_info_show()
585
nrport
->node_name);
in lpfc_nvme_info_show()
590
nrport
->port_id);
in lpfc_nvme_info_show()
595
if (
nrport
->port_role & FC_PORT_ROLE_NVME_INITIATOR) {
in lpfc_nvme_info_show()
599
if (
nrport
in lpfc_nvme_info_show()
6942
struct lpfc_nvme_rport *
nrport
= NULL;
lpfc_set_rport_loss_tmo()
local
[all...]
H
A
D
lpfc_debugfs.c
814
struct nvme_fc_remote_port *
nrport
= NULL;
in lpfc_debugfs_nodelist_data()
local
961
nrport
= rport->remoteport;
in lpfc_debugfs_nodelist_data()
963
nrport
= NULL;
in lpfc_debugfs_nodelist_data()
965
if (!
nrport
)
in lpfc_debugfs_nodelist_data()
969
switch (
nrport
->port_state) {
in lpfc_debugfs_nodelist_data()
984
statep,
nrport
->port_id);
in lpfc_debugfs_nodelist_data()
986
nrport
->port_name);
in lpfc_debugfs_nodelist_data()
988
nrport
->node_name);
in lpfc_debugfs_nodelist_data()
991
if (
nrport
->port_role & FC_PORT_ROLE_NVME_INITIATOR)
in lpfc_debugfs_nodelist_data()
994
if (
nrport
in lpfc_debugfs_nodelist_data()
[all...]
H
A
D
lpfc_els.c
1817
keep_nrport = new_ndlp->
nrport
;
in lpfc_plogi_confirm_nport()
1818
new_ndlp->
nrport
= ndlp->
nrport
;
in lpfc_plogi_confirm_nport()
1869
ndlp->
nrport
= keep_nrport;
in lpfc_plogi_confirm_nport()
Completed in 45 milliseconds