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:pSendRep
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptlan.c
142
LANSendReply_t *
pSendRep
);
248
LANSendReply_t *
pSendRep
;
in lan_reply()
local
250
pSendRep
= (LANSendReply_t *) reply;
in lan_reply()
251
FreeReqFrame = mpt_lan_send_reply(dev,
pSendRep
);
in lan_reply()
602
mpt_lan_send_reply(struct net_device *dev, LANSendReply_t *
pSendRep
)
in mpt_lan_send_reply()
argument
613
count =
pSendRep
->NumberOfContexts;
in mpt_lan_send_reply()
616
le16_to_cpu(
pSendRep
->IOCStatus)));
in mpt_lan_send_reply()
620
switch (le16_to_cpu(
pSendRep
->IOCStatus) & MPI_IOCSTATUS_MASK) {
in mpt_lan_send_reply()
640
pContext = &
pSendRep
->BufferContext;
in mpt_lan_send_reply()
666
if (!(
pSendRep
in mpt_lan_send_reply()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptlan.c
139
LANSendReply_t *
pSendRep
);
245
LANSendReply_t *
pSendRep
;
in lan_reply()
local
247
pSendRep
= (LANSendReply_t *) reply;
in lan_reply()
248
FreeReqFrame = mpt_lan_send_reply(dev,
pSendRep
);
in lan_reply()
599
mpt_lan_send_reply(struct net_device *dev, LANSendReply_t *
pSendRep
)
in mpt_lan_send_reply()
argument
610
count =
pSendRep
->NumberOfContexts;
in mpt_lan_send_reply()
613
le16_to_cpu(
pSendRep
->IOCStatus)));
in mpt_lan_send_reply()
617
switch (le16_to_cpu(
pSendRep
->IOCStatus) & MPI_IOCSTATUS_MASK) {
in mpt_lan_send_reply()
637
pContext = &
pSendRep
->BufferContext;
in mpt_lan_send_reply()
664
if (!(
pSendRep
in mpt_lan_send_reply()
[all...]
Completed in 3 milliseconds