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:ptp_adjust
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_network.h
167
s64
ptp_adjust
;
member
H
A
D
lio_main.c
1566
lio->
ptp_adjust
+= delta;
in liquidio_ptp_adjtime()
1587
ns += lio->
ptp_adjust
;
in liquidio_ptp_gettime()
1612
lio->
ptp_adjust
= 0;
in liquidio_ptp_settime()
1656
lio->
ptp_adjust
= 0;
in oct_ptp_open()
2235
ts.hwtstamp = ns_to_ktime(ns + lio->
ptp_adjust
);
in handle_timestamp()
H
A
D
lio_vf_main.c
1346
ts.hwtstamp = ns_to_ktime(ns + lio->
ptp_adjust
);
in handle_timestamp()
H
A
D
lio_core.c
647
lio->
ptp_adjust
);
in liquidio_push_packet()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
octeon_network.h
167
s64
ptp_adjust
;
member
H
A
D
lio_main.c
1561
lio->
ptp_adjust
+= delta;
in liquidio_ptp_adjtime()
1582
ns += lio->
ptp_adjust
;
in liquidio_ptp_gettime()
1607
lio->
ptp_adjust
= 0;
in liquidio_ptp_settime()
1651
lio->
ptp_adjust
= 0;
in oct_ptp_open()
2225
ts.hwtstamp = ns_to_ktime(ns + lio->
ptp_adjust
);
in handle_timestamp()
H
A
D
lio_vf_main.c
1337
ts.hwtstamp = ns_to_ktime(ns + lio->
ptp_adjust
);
in handle_timestamp()
H
A
D
lio_core.c
655
lio->
ptp_adjust
);
in liquidio_push_packet()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
6231
tp->
ptp_adjust
+= delta;
in tg3_ptp_adjtime()
6245
ns += tp->
ptp_adjust
;
in tg3_ptp_gettimex()
6263
tp->
ptp_adjust
= 0;
in tg3_ptp_settime()
6353
tp->
ptp_adjust
);
in tg3_hwclock_to_timestamp()
6364
tp->
ptp_adjust
= 0;
in tg3_ptp_init()
6374
tg3_refclk_write(tp, ktime_to_ns(ktime_get_real()) + tp->
ptp_adjust
);
in tg3_ptp_resume()
6375
tp->
ptp_adjust
= 0;
in tg3_ptp_resume()
6385
tp->
ptp_adjust
= 0;
in tg3_ptp_fini()
H
A
D
tg3.h
3194
s64
ptp_adjust
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
6216
tp->
ptp_adjust
+= delta;
in tg3_ptp_adjtime()
6230
ns += tp->
ptp_adjust
;
in tg3_ptp_gettimex()
6248
tp->
ptp_adjust
= 0;
in tg3_ptp_settime()
6338
tp->
ptp_adjust
);
in tg3_hwclock_to_timestamp()
6349
tp->
ptp_adjust
= 0;
in tg3_ptp_init()
6359
tg3_refclk_write(tp, ktime_to_ns(ktime_get_real()) + tp->
ptp_adjust
);
in tg3_ptp_resume()
6360
tp->
ptp_adjust
= 0;
in tg3_ptp_resume()
6370
tp->
ptp_adjust
= 0;
in tg3_ptp_fini()
H
A
D
tg3.h
3194
s64
ptp_adjust
;
member
Completed in 128 milliseconds