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:link_down_time
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
am65-cpsw-qos.c
550
if (port->qos.
link_down_time
) {
in am65_cpsw_est_link_up()
552
delta = ktime_us_delta(cur_time, port->qos.
link_down_time
);
in am65_cpsw_est_link_up()
610
port->qos.
link_down_time
= 0;
in am65_cpsw_qos_link_up()
620
if (!port->qos.
link_down_time
)
in am65_cpsw_qos_link_down()
621
port->qos.
link_down_time
= ktime_get();
in am65_cpsw_qos_link_down()
H
A
D
am65-cpsw-qos.h
20
ktime_t
link_down_time
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
am65-cpsw-qos.h
27
ktime_t
link_down_time
;
member
H
A
D
am65-cpsw-qos.c
548
if (port->qos.
link_down_time
) {
in am65_cpsw_est_link_up()
550
delta = ktime_us_delta(cur_time, port->qos.
link_down_time
);
in am65_cpsw_est_link_up()
813
port->qos.
link_down_time
= 0;
in am65_cpsw_qos_link_up()
823
if (!port->qos.
link_down_time
)
in am65_cpsw_qos_link_down()
824
port->qos.
link_down_time
= ktime_get();
in am65_cpsw_qos_link_down()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/
H
A
D
s2io.h
103
unsigned long long
link_down_time
;
member
H
A
D
s2io.c
294
{"
link_down_time
"},
3468
down_time = swstats->
link_down_time
;
in s2io_reset()
3480
swstats->
link_down_time
= down_time;
in s2io_reset()
6463
tmp_stats[i++] = swstats->
link_down_time
;
in s2io_get_ethtool_stats()
7473
swstats->
link_down_time
=
in s2io_link()
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/
H
A
D
s2io.h
103
unsigned long long
link_down_time
;
member
H
A
D
s2io.c
294
{"
link_down_time
"},
3472
down_time = swstats->
link_down_time
;
in s2io_reset()
3484
swstats->
link_down_time
= down_time;
in s2io_reset()
6470
tmp_stats[i++] = swstats->
link_down_time
;
in s2io_get_ethtool_stats()
7479
swstats->
link_down_time
=
in s2io_link()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_isr.c
1474
if (vha->
link_down_time
< vha->hw->port_down_retry_count) {
in qla2x00_async_event()
1476
vha->
link_down_time
= QLA2XX_MAX_LINK_DOWN_TIME;
in qla2x00_async_event()
1485
vha->
link_down_time
= 0;
in qla2x00_async_event()
H
A
D
qla_os.c
7443
if (vha->
link_down_time
< QLA2XX_MAX_LINK_DOWN_TIME)
in qla2x00_timer()
7444
vha->
link_down_time
++;
in qla2x00_timer()
H
A
D
qla_def.h
5113
u64
link_down_time
;
member
H
A
D
qla_init.c
9873
vha->
link_down_time
= QLA2XX_MAX_LINK_DOWN_TIME;
in qla2xxx_reset_stats()
Completed in 63 milliseconds