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:recv_req_id
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
hv_fcopy.c
54
u64
recv_req_id
; /* request ID. */
member
208
req_id = fcopy_transaction.
recv_req_id
;
in fcopy_respond_to_host()
266
fcopy_transaction.
recv_req_id
= requestid;
in hv_fcopy_onchannelcallback()
H
A
D
hv_snapshot.c
57
u64
recv_req_id
; /* request ID. */
member
262
req_id = vss_transaction.
recv_req_id
;
in vss_respond_to_host()
329
vss_transaction.
recv_req_id
= requestid;
in hv_vss_onchannelcallback()
H
A
D
hv_kvp.c
82
u64
recv_req_id
; /* request ID. */
member
535
req_id = kvp_transaction.
recv_req_id
;
in kvp_respond_to_host()
692
kvp_transaction.
recv_req_id
= requestid;
in hv_kvp_onchannelcallback()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv_fcopy.c
54
u64
recv_req_id
; /* request ID. */
member
208
req_id = fcopy_transaction.
recv_req_id
;
in fcopy_respond_to_host()
282
fcopy_transaction.
recv_req_id
= requestid;
in hv_fcopy_onchannelcallback()
H
A
D
hv_snapshot.c
60
u64
recv_req_id
; /* request ID. */
member
265
req_id = vss_transaction.
recv_req_id
;
in vss_respond_to_host()
347
vss_transaction.
recv_req_id
= requestid;
in hv_vss_onchannelcallback()
H
A
D
hv_kvp.c
82
u64
recv_req_id
; /* request ID. */
member
535
req_id = kvp_transaction.
recv_req_id
;
in kvp_respond_to_host()
706
kvp_transaction.
recv_req_id
= requestid;
in hv_kvp_onchannelcallback()
/kernel/linux/linux-5.10/drivers/nfc/
H
A
D
mei_phy.h
26
* @
recv_req_id
: reception message counter
42
u16
recv_req_id
;
member
H
A
D
mei_phy.c
235
phy->
recv_req_id
== phy->req_id, HZ)) {
in mei_nfc_send()
278
phy->
recv_req_id
= hdr->req_id;
in mei_nfc_recv()
/kernel/linux/linux-6.6/drivers/nfc/
H
A
D
mei_phy.h
26
* @
recv_req_id
: reception message counter
42
u16
recv_req_id
;
member
H
A
D
mei_phy.c
231
phy->
recv_req_id
== phy->req_id, HZ)) {
in mei_nfc_send()
274
phy->
recv_req_id
= hdr->req_id;
in mei_nfc_recv()
Completed in 6 milliseconds