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:packet_idx
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/
H
A
D
es581_4.c
47
u32 first_packet_idx,
packet_idx
;
in es581_4_echo_msg()
local
65
first_packet_idx = get_unaligned_le32(&echo_msg->
packet_idx
);
in es581_4_echo_msg()
66
packet_idx
= first_packet_idx;
in es581_4_echo_msg()
71
tmp_idx = get_unaligned_le32(&echo_msg->
packet_idx
);
in es581_4_echo_msg()
72
if (tmp_idx ==
packet_idx
- 1) {
in es581_4_echo_msg()
76
packet_idx
- 1);
in es581_4_echo_msg()
80
if (tmp_idx !=
packet_idx
) {
in es581_4_echo_msg()
82
packet_idx
- 1, echo_msg->
packet_idx
);
in es581_4_echo_msg()
87
packet_idx
in es581_4_echo_msg()
[all...]
H
A
D
es58x_fd.c
73
BITS_PER_TYPE(echo_msg->
packet_idx
));
in es58x_fd_echo_msg()
82
rcv_packet_idx = (priv->tx_tail & mask) | echo_msg[0].
packet_idx
;
in es58x_fd_echo_msg()
84
if ((u8)rcv_packet_idx != echo_msg[i].
packet_idx
) {
in es58x_fd_echo_msg()
87
echo_msg[i].
packet_idx
);
in es58x_fd_echo_msg()
362
tx_can_msg->
packet_idx
= (u8)priv->tx_head;
in es58x_fd_tx_can_msg()
H
A
D
es58x_fd.h
127
u8
packet_idx
;
member
158
u8
packet_idx
;
member
H
A
D
es581_4.h
78
__le32
packet_idx
;
member
97
__le32
packet_idx
;
member
H
A
D
es58x_core.h
721
int es58x_can_get_echo_skb(struct net_device *netdev, u32
packet_idx
,
Completed in 4 milliseconds