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_EVENT_PORT
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_ptp.h
44
#define
PTP_EVENT_PORT
319
macro
H
A
D
cxgb4_ptp.c
67
uh->dest == htons(
PTP_EVENT_PORT
);
in cxgb4_ptp_is_ptp_tx()
89
return uh->dest == htons(
PTP_EVENT_PORT
) &&
in cxgb4_ptp_is_ptp_rx()
90
uh->source == htons(
PTP_EVENT_PORT
);
in cxgb4_ptp_is_ptp_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_ptp.h
44
#define
PTP_EVENT_PORT
319
macro
H
A
D
cxgb4_ptp.c
67
uh->dest == htons(
PTP_EVENT_PORT
);
in cxgb4_ptp_is_ptp_tx()
89
return uh->dest == htons(
PTP_EVENT_PORT
) &&
in cxgb4_ptp_is_ptp_rx()
90
uh->source == htons(
PTP_EVENT_PORT
);
in cxgb4_ptp_is_ptp_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ptp.c
113
#define
PTP_EVENT_PORT
319
macro
205
* @loc_port: UDP port of the filter (
PTP_EVENT_PORT
/ PTP_GENERAL_PORT)
1334
htonl(PTP_ADDR_IPV4),
PTP_EVENT_PORT
,
in efx_ptp_insert_multicast_filters()
1352
&ipv6_addr,
PTP_EVENT_PORT
, 0);
in efx_ptp_insert_multicast_filters()
1380
udp_hdr(skb)->source == htons(
PTP_EVENT_PORT
);
in efx_ptp_valid_unicast_event_pkt()
1386
udp_hdr(skb)->source == htons(
PTP_EVENT_PORT
);
in efx_ptp_valid_unicast_event_pkt()
1407
addr,
PTP_EVENT_PORT
, expiry);
in efx_ptp_insert_unicast_filter()
1418
addr,
PTP_EVENT_PORT
, expiry);
in efx_ptp_insert_unicast_filter()
1727
udp_hdr(skb)->dest == htons(
PTP_EVENT_PORT
);
in efx_ptp_is_ptp_tx()
1766
if (ntohs(*(__be16 *)&data[PTP_DPORT_OFFSET]) ==
PTP_EVENT_PORT
) {
in efx_ptp_rx()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ptp.c
122
#define
PTP_EVENT_PORT
319
macro
1319
htons(
PTP_EVENT_PORT
));
in efx_ptp_insert_multicast_filters()
1642
udp_hdr(skb)->dest == htons(
PTP_EVENT_PORT
);
in efx_ptp_is_ptp_tx()
1703
if (ntohs(*(__be16 *)&data[PTP_DPORT_OFFSET]) ==
PTP_EVENT_PORT
) {
in efx_ptp_rx()
1742
if ((udp_hdr(skb)->dest == htons(
PTP_EVENT_PORT
)) &&
in efx_ptp_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
ptp.c
121
#define
PTP_EVENT_PORT
319
macro
1290
htons(
PTP_EVENT_PORT
));
in efx_ptp_insert_multicast_filters()
1609
udp_hdr(skb)->dest == htons(
PTP_EVENT_PORT
);
in efx_siena_ptp_is_ptp_tx()
1670
if (ntohs(*(__be16 *)&data[PTP_DPORT_OFFSET]) ==
PTP_EVENT_PORT
) {
in efx_ptp_rx()
1709
if ((udp_hdr(skb)->dest == htons(
PTP_EVENT_PORT
)) &&
in efx_siena_ptp_tx()
Completed in 16 milliseconds