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_linkspeed
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc.h
417
uint8_t
fc_linkspeed
; /* Link speed after last READ_LA */
member
791
uint8_t
fc_linkspeed
; /* Link speed after last READ_LA */
member
H
A
D
lpfc_ct.c
2512
switch (phba->
fc_linkspeed
) {
in lpfc_fdmi_port_attr_support_speed()
2545
switch (phba->
fc_linkspeed
) {
in lpfc_fdmi_port_attr_speed()
2578
switch (phba->
fc_linkspeed
) {
in lpfc_fdmi_port_attr_speed()
H
A
D
lpfc_attr.c
6668
switch(phba->
fc_linkspeed
) {
in lpfc_get_host_speed()
6701
switch (phba->
fc_linkspeed
) {
in lpfc_get_host_speed()
H
A
D
lpfc_hbadisc.c
1032
phba->fc_topology, phba->
fc_linkspeed
, phba->link_flag);
in lpfc_linkup_port()
3183
phba->
fc_linkspeed
= bf_get(lpfc_mbx_read_top_link_spd, la);
in lpfc_mbx_process_link_up()
3198
phba->
fc_linkspeed
= LPFC_LINK_SPEED_UNKNOWN;
in lpfc_mbx_process_link_up()
H
A
D
lpfc_init.c
4844
switch (phba->
fc_linkspeed
) {
in lpfc_sli_port_speed_get()
5174
/* We got FC link speed, convert to
fc_linkspeed
(READ_TOPOLOGY) */
in lpfc_update_trunk_link_status()
5175
phba->
fc_linkspeed
=
in lpfc_update_trunk_link_status()
H
A
D
lpfc_els.c
5850
switch (phba->
fc_linkspeed
) {
in lpfc_rdp_res_speed()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc.h
608
uint8_t
fc_linkspeed
; /* Link speed after last READ_LA */
member
1047
uint8_t
fc_linkspeed
; /* Link speed after last READ_LA */
member
H
A
D
lpfc_ct.c
2853
switch (phba->
fc_linkspeed
) {
in lpfc_fdmi_port_attr_support_speed()
2879
switch (phba->
fc_linkspeed
) {
in lpfc_fdmi_port_attr_speed()
2915
switch (phba->
fc_linkspeed
) {
in lpfc_fdmi_port_attr_speed()
H
A
D
lpfc_attr.c
6510
switch(phba->
fc_linkspeed
) {
in lpfc_get_host_speed()
6546
switch (phba->
fc_linkspeed
) {
in lpfc_get_host_speed()
H
A
D
lpfc_hbadisc.c
1372
phba->fc_topology, phba->
fc_linkspeed
, phba->link_flag);
in lpfc_linkup_port()
3507
phba->
fc_linkspeed
= bf_get(lpfc_mbx_read_top_link_spd, la);
in lpfc_mbx_process_link_up()
3523
phba->
fc_linkspeed
= LPFC_LINK_SPEED_UNKNOWN;
in lpfc_mbx_process_link_up()
H
A
D
lpfc_els.c
4242
} else if (phba->
fc_linkspeed
== LPFC_LINK_SPEED_64GHZ) {
in lpfc_link_is_lds_capable()
6948
switch (phba->
fc_linkspeed
) {
in lpfc_rdp_res_speed()
H
A
D
lpfc_init.c
3233
/* Use the new
fc_linkspeed
to recalculate */
in lpfc_cmf_signal_init()
5277
switch (phba->
fc_linkspeed
) {
in lpfc_sli_port_speed_get()
6141
/* We got FC link speed, convert to
fc_linkspeed
(READ_TOPOLOGY) */
in lpfc_update_trunk_link_status()
6142
phba->
fc_linkspeed
=
in lpfc_update_trunk_link_status()
Completed in 102 milliseconds