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:cfg_link_speed
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_init.c
714
if ((phba->
cfg_link_speed
> LPFC_USER_LINK_SPEED_MAX) ||
in lpfc_hba_init_link_fc_topology()
715
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_1G) &&
in lpfc_hba_init_link_fc_topology()
717
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_2G) &&
in lpfc_hba_init_link_fc_topology()
719
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_4G) &&
in lpfc_hba_init_link_fc_topology()
721
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_8G) &&
in lpfc_hba_init_link_fc_topology()
723
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_10G) &&
in lpfc_hba_init_link_fc_topology()
725
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_16G) &&
in lpfc_hba_init_link_fc_topology()
727
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_32G) &&
in lpfc_hba_init_link_fc_topology()
729
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_64G) &&
in lpfc_hba_init_link_fc_topology()
735
phba->
cfg_link_speed
);
in lpfc_hba_init_link_fc_topology()
[all...]
H
A
D
lpfc_attr.c
1155
phba->
cfg_link_speed
);
in lpfc_issue_lip()
4067
if (phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_16G &&
in lpfc_topology_store()
4522
phba->
cfg_link_speed
, val, nolip ? "(nolip)" : "(lip)");
in lpfc_link_speed_store()
4556
prev_val = phba->
cfg_link_speed
;
in lpfc_link_speed_store()
4557
phba->
cfg_link_speed
= val;
in lpfc_link_speed_store()
4563
phba->
cfg_link_speed
= prev_val;
in lpfc_link_speed_store()
4620
phba->
cfg_link_speed
= val;
in lpfc_link_speed_init()
4627
phba->
cfg_link_speed
= LPFC_USER_LINK_SPEED_AUTO;
in lpfc_link_speed_init()
H
A
D
lpfc.h
839
uint32_t
cfg_link_speed
;
member
H
A
D
lpfc_els.c
3772
phba->
cfg_link_speed
);
in lpfc_link_reset()
5903
if (phba->
cfg_link_speed
!= LPFC_USER_LINK_SPEED_AUTO)
in lpfc_rdp_res_speed()
7071
phba->
cfg_link_speed
);
in lpfc_els_rcv_flogi()
8890
phba->
cfg_link_speed
);
in lpfc_els_unsol_buffer()
H
A
D
lpfc_hbadisc.c
6058
phba->
cfg_link_speed
);
in lpfc_disc_timeout_handler()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_init.c
773
if ((phba->
cfg_link_speed
> LPFC_USER_LINK_SPEED_MAX) ||
in lpfc_hba_init_link_fc_topology()
774
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_1G) &&
in lpfc_hba_init_link_fc_topology()
776
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_2G) &&
in lpfc_hba_init_link_fc_topology()
778
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_4G) &&
in lpfc_hba_init_link_fc_topology()
780
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_8G) &&
in lpfc_hba_init_link_fc_topology()
782
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_10G) &&
in lpfc_hba_init_link_fc_topology()
784
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_16G) &&
in lpfc_hba_init_link_fc_topology()
786
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_32G) &&
in lpfc_hba_init_link_fc_topology()
788
((phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_64G) &&
in lpfc_hba_init_link_fc_topology()
794
phba->
cfg_link_speed
);
in lpfc_hba_init_link_fc_topology()
[all...]
H
A
D
lpfc_attr.c
1316
phba->
cfg_link_speed
);
in lpfc_issue_lip()
4191
if (phba->
cfg_link_speed
== LPFC_USER_LINK_SPEED_16G &&
in lpfc_topology_store()
4326
phba->
cfg_link_speed
, val, nolip ? "(nolip)" : "(lip)");
in lpfc_link_speed_store()
4360
prev_val = phba->
cfg_link_speed
;
in lpfc_link_speed_store()
4361
phba->
cfg_link_speed
= val;
in lpfc_link_speed_store()
4367
phba->
cfg_link_speed
= prev_val;
in lpfc_link_speed_store()
4424
phba->
cfg_link_speed
= val;
in lpfc_link_speed_init()
4431
phba->
cfg_link_speed
= LPFC_USER_LINK_SPEED_AUTO;
in lpfc_link_speed_init()
H
A
D
lpfc.h
1094
uint32_t
cfg_link_speed
;
member
H
A
D
lpfc_els.c
4567
phba->
cfg_link_speed
);
in lpfc_link_reset()
7009
if (phba->
cfg_link_speed
!= LPFC_USER_LINK_SPEED_AUTO)
in lpfc_rdp_res_speed()
8387
phba->
cfg_link_speed
);
in lpfc_els_rcv_flogi()
10783
phba->
cfg_link_speed
);
in lpfc_els_unsol_buffer()
H
A
D
lpfc_hbadisc.c
6303
phba->
cfg_link_speed
);
in lpfc_disc_timeout_handler()
Completed in 78 milliseconds