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:pRecvRep
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptlan.c
139
LANReceivePostReply_t *
pRecvRep
);
257
LANReceivePostReply_t *
pRecvRep
;
in lan_reply()
local
259
pRecvRep
= (LANReceivePostReply_t *) reply;
in lan_reply()
260
if (
pRecvRep
->NumberOfContexts) {
in lan_reply()
261
mpt_lan_receive_post_reply(dev,
pRecvRep
);
in lan_reply()
262
if (!(
pRecvRep
->MsgFlags & MPI_MSGFLAGS_CONTINUATION_REPLY))
in lan_reply()
905
LANReceivePostReply_t *
pRecvRep
)
in mpt_lan_receive_post_free()
915
count =
pRecvRep
->NumberOfContexts;
in mpt_lan_receive_post_free()
922
ctx = le32_to_cpu(
pRecvRep
->BucketContext[i]);
in mpt_lan_receive_post_free()
960
LANReceivePostReply_t *
pRecvRep
)
in mpt_lan_receive_post_reply()
904
mpt_lan_receive_post_free(struct net_device *dev, LANReceivePostReply_t *
pRecvRep
)
mpt_lan_receive_post_free()
argument
959
mpt_lan_receive_post_reply(struct net_device *dev, LANReceivePostReply_t *
pRecvRep
)
mpt_lan_receive_post_reply()
argument
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptlan.c
136
LANReceivePostReply_t *
pRecvRep
);
254
LANReceivePostReply_t *
pRecvRep
;
in lan_reply()
local
256
pRecvRep
= (LANReceivePostReply_t *) reply;
in lan_reply()
257
if (
pRecvRep
->NumberOfContexts) {
in lan_reply()
258
mpt_lan_receive_post_reply(dev,
pRecvRep
);
in lan_reply()
259
if (!(
pRecvRep
->MsgFlags & MPI_MSGFLAGS_CONTINUATION_REPLY))
in lan_reply()
907
LANReceivePostReply_t *
pRecvRep
)
in mpt_lan_receive_post_free()
917
count =
pRecvRep
->NumberOfContexts;
in mpt_lan_receive_post_free()
924
ctx = le32_to_cpu(
pRecvRep
->BucketContext[i]);
in mpt_lan_receive_post_free()
962
LANReceivePostReply_t *
pRecvRep
)
in mpt_lan_receive_post_reply()
906
mpt_lan_receive_post_free(struct net_device *dev, LANReceivePostReply_t *
pRecvRep
)
mpt_lan_receive_post_free()
argument
961
mpt_lan_receive_post_reply(struct net_device *dev, LANReceivePostReply_t *
pRecvRep
)
mpt_lan_receive_post_reply()
argument
[all...]
Completed in 4 milliseconds