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_edtov
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_nportdisc.c
521
ed_tov = (phba->
fc_edtov
+ 999999) / 1000000;
in lpfc_rcv_plogi()
528
if (ed_tov > phba->
fc_edtov
)
in lpfc_rcv_plogi()
529
phba->
fc_edtov
= ed_tov;
in lpfc_rcv_plogi()
530
phba->fc_ratov = (2 * phba->
fc_edtov
) / 1000;
in lpfc_rcv_plogi()
1421
ed_tov = (phba->
fc_edtov
+ 999999) / 1000000;
in lpfc_cmpl_plogi_plogi_issue()
1438
if (ed_tov > phba->
fc_edtov
)
in lpfc_cmpl_plogi_plogi_issue()
1439
phba->
fc_edtov
= ed_tov;
in lpfc_cmpl_plogi_plogi_issue()
1440
phba->fc_ratov = (2 * phba->
fc_edtov
) / 1000;
in lpfc_cmpl_plogi_plogi_issue()
H
A
D
lpfc_mbox.c
373
mb->un.varCfgLnk.edtov = phba->
fc_edtov
;
in lpfc_config_link()
2166
reg_vfi->e_d_tov = phba->
fc_edtov
;
in lpfc_reg_vfi()
H
A
D
lpfc.h
800
uint32_t
fc_edtov
; /* E_D_TOV timer value */
member
H
A
D
lpfc_els.c
671
phba->
fc_edtov
= be32_to_cpu(sp->cmn.e_d_tov);
in lpfc_cmpl_els_flogi_fabric()
673
phba->
fc_edtov
= (phba->
fc_edtov
+ 999999) / 1000000;
in lpfc_cmpl_els_flogi_fabric()
7496
rtv_rsp->edtov = cpu_to_be32(phba->
fc_edtov
);
in lpfc_els_rcv_rtv()
H
A
D
lpfc_hbadisc.c
3133
phba->
fc_edtov
= ed_tov;
in lpfc_mbx_cmpl_read_sparam()
4690
tmo = (((phba->
fc_edtov
+ 999) / 1000) + 1);
in lpfc_set_disctmo()
H
A
D
lpfc_sli.c
17636
timeout = (msecs_to_jiffies(vport->phba->
fc_edtov
) +
in lpfc_rcv_seq_check_edtov()
17644
timeout = (msecs_to_jiffies(vport->phba->
fc_edtov
) +
in lpfc_rcv_seq_check_edtov()
H
A
D
lpfc_init.c
7687
phba->
fc_edtov
= FF_DEF_EDTOV;
in lpfc_create_shost()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_nportdisc.c
490
ed_tov = (phba->
fc_edtov
+ 999999) / 1000000;
in lpfc_rcv_plogi()
497
if (ed_tov > phba->
fc_edtov
)
in lpfc_rcv_plogi()
498
phba->
fc_edtov
= ed_tov;
in lpfc_rcv_plogi()
499
phba->fc_ratov = (2 * phba->
fc_edtov
) / 1000;
in lpfc_rcv_plogi()
1419
ed_tov = (phba->
fc_edtov
+ 999999) / 1000000;
in lpfc_cmpl_plogi_plogi_issue()
1436
if (ed_tov > phba->
fc_edtov
)
in lpfc_cmpl_plogi_plogi_issue()
1437
phba->
fc_edtov
= ed_tov;
in lpfc_cmpl_plogi_plogi_issue()
1438
phba->fc_ratov = (2 * phba->
fc_edtov
) / 1000;
in lpfc_cmpl_plogi_plogi_issue()
H
A
D
lpfc_mbox.c
441
mb->un.varCfgLnk.edtov = phba->
fc_edtov
;
in lpfc_config_link()
2233
reg_vfi->e_d_tov = phba->
fc_edtov
;
in lpfc_reg_vfi()
H
A
D
lpfc.h
1056
uint32_t
fc_edtov
; /* E_D_TOV timer value */
member
H
A
D
lpfc_els.c
637
phba->
fc_edtov
= be32_to_cpu(sp->cmn.e_d_tov);
in lpfc_cmpl_els_flogi_fabric()
639
phba->
fc_edtov
= (phba->
fc_edtov
+ 999999) / 1000000;
in lpfc_cmpl_els_flogi_fabric()
8857
rtv_rsp->edtov = cpu_to_be32(phba->
fc_edtov
);
in lpfc_els_rcv_rtv()
H
A
D
lpfc_hbadisc.c
3464
phba->
fc_edtov
= ed_tov;
in lpfc_mbx_cmpl_read_sparam()
5012
tmo = (((phba->
fc_edtov
+ 999) / 1000) + 1);
in lpfc_set_disctmo()
H
A
D
lpfc_sli.c
18644
timeout = (msecs_to_jiffies(vport->phba->
fc_edtov
) +
in lpfc_rcv_seq_check_edtov()
18652
timeout = (msecs_to_jiffies(vport->phba->
fc_edtov
) +
in lpfc_rcv_seq_check_edtov()
H
A
D
lpfc_init.c
9122
phba->
fc_edtov
= FF_DEF_EDTOV;
in lpfc_create_shost()
Completed in 128 milliseconds