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:mptReply
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptbase.c
4662
MPIDefaultReply_t *
mptReply
;
in mpt_handshake_req_reply_wait()
local
4670
mptReply
= (MPIDefaultReply_t *) ioc->hs_reply;
in mpt_handshake_req_reply_wait()
4671
mptReply
->MsgLength = 0;
in mpt_handshake_req_reply_wait()
4742
for (ii=0; ii < min(replyBytes/2,
mptReply
->MsgLength*2); ii++)
in mpt_handshake_req_reply_wait()
4871
volatile MPIDefaultReply_t *
mptReply
= (MPIDefaultReply_t *) ioc->hs_reply;
in WaitForDoorbellReply()
local
4901
for (u16cnt=2; !failcnt && u16cnt < (2 *
mptReply
->MsgLength); u16cnt++) {
in WaitForDoorbellReply()
4921
else if (u16cnt != (2 *
mptReply
->MsgLength)) {
in WaitForDoorbellReply()
4924
else if ((
mptReply
->IOCStatus & MPI_IOCSTATUS_MASK) != MPI_IOCSTATUS_SUCCESS) {
in WaitForDoorbellReply()
4930
DBG_DUMP_REPLY_FRAME(ioc, (u32 *)
mptReply
);
in WaitForDoorbellReply()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptbase.c
4653
MPIDefaultReply_t *
mptReply
;
in mpt_handshake_req_reply_wait()
local
4661
mptReply
= (MPIDefaultReply_t *) ioc->hs_reply;
in mpt_handshake_req_reply_wait()
4662
mptReply
->MsgLength = 0;
in mpt_handshake_req_reply_wait()
4733
for (ii=0; ii < min(replyBytes/2,
mptReply
->MsgLength*2); ii++)
in mpt_handshake_req_reply_wait()
4862
volatile MPIDefaultReply_t *
mptReply
= (MPIDefaultReply_t *) ioc->hs_reply;
in WaitForDoorbellReply()
local
4892
for (u16cnt=2; !failcnt && u16cnt < (2 *
mptReply
->MsgLength); u16cnt++) {
in WaitForDoorbellReply()
4912
else if (u16cnt != (2 *
mptReply
->MsgLength)) {
in WaitForDoorbellReply()
4915
else if ((
mptReply
->IOCStatus & MPI_IOCSTATUS_MASK) != MPI_IOCSTATUS_SUCCESS) {
in WaitForDoorbellReply()
4921
DBG_DUMP_REPLY_FRAME(ioc, (u32 *)
mptReply
);
in WaitForDoorbellReply()
Completed in 18 milliseconds