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:port_hwtstamp
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/hirschmann/
H
A
D
hellcreek_hwtstamp.c
46
&hellcreek->ports[port].
port_hwtstamp
;
in hellcreek_set_hwtstamp_config()
120
ps = &hellcreek->ports[port].
port_hwtstamp
;
in hellcreek_port_hwtstamp_set()
143
ps = &hellcreek->ports[port].
port_hwtstamp
;
in hellcreek_port_hwtstamp_get()
158
&hellcreek->ports[port].
port_hwtstamp
;
in hellcreek_should_tstamp()
354
ps = &hellcreek->ports[i].
port_hwtstamp
;
in hellcreek_hwtstamp_work()
374
ps = &hellcreek->ports[port].
port_hwtstamp
;
in hellcreek_port_txtstamp()
415
ps = &hellcreek->ports[port].
port_hwtstamp
;
in hellcreek_port_rxtstamp()
443
&hellcreek->ports[port].
port_hwtstamp
;
in hellcreek_hwtstamp_port_setup()
H
A
D
hellcreek.h
256
struct hellcreek_port_hwtstamp
port_hwtstamp
;
member
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/
H
A
D
hwtstamp.c
95
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_set_hwtstamp_config()
179
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_port_hwtstamp_set()
204
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_port_hwtstamp_get()
221
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_should_tstamp()
343
ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_port_rxtstamp()
461
ps = &chip->
port_hwtstamp
[i];
in mv88e6xxx_hwtstamp_work()
475
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_port_txtstamp()
539
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_hwtstamp_port_setup()
H
A
D
chip.h
347
struct mv88e6xxx_port_hwtstamp
port_hwtstamp
[DSA_MAX_PORTS];
member
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H
A
D
hwtstamp.c
95
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_set_hwtstamp_config()
175
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_port_hwtstamp_set()
200
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_port_hwtstamp_get()
217
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_should_tstamp()
339
ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_port_rxtstamp()
457
ps = &chip->
port_hwtstamp
[i];
in mv88e6xxx_hwtstamp_work()
471
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_port_txtstamp()
543
struct mv88e6xxx_port_hwtstamp *ps = &chip->
port_hwtstamp
[port];
in mv88e6xxx_hwtstamp_port_setup()
H
A
D
chip.h
414
struct mv88e6xxx_port_hwtstamp
port_hwtstamp
[DSA_MAX_PORTS];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
ptp.c
69
ktime_t
port_hwtstamp
;
member
89
diff = abs(mlx5e_skb_cb_get_hwts(skb)->
port_hwtstamp
-
in mlx5e_skb_cb_hwtstamp_tx()
99
hwts.hwtstamp = mlx5e_skb_cb_get_hwts(skb)->
port_hwtstamp
;
in mlx5e_skb_cb_hwtstamp_tx()
112
mlx5e_skb_cb_get_hwts(skb)->
port_hwtstamp
= hwtstamp;
in mlx5e_skb_cb_hwtstamp_handler()
120
!mlx5e_skb_cb_get_hwts(skb)->
port_hwtstamp
)
in mlx5e_skb_cb_hwtstamp_handler()
Completed in 9 milliseconds