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:pel_reply
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_fw.c
4694
struct mpi3_pel_reply *
pel_reply
= NULL;
in mpi3mr_pel_wait_complete()
local
4712
pel_reply
= (struct mpi3_pel_reply *)drv_cmd->reply;
in mpi3mr_pel_wait_complete()
4714
if (!
pel_reply
) {
in mpi3mr_pel_wait_complete()
4720
pe_log_status = le16_to_cpu(
pel_reply
->pe_log_status);
in mpi3mr_pel_wait_complete()
4773
struct mpi3_pel_reply *
pel_reply
= NULL;
in mpi3mr_pel_get_seqnum_complete()
local
4792
pel_reply
= (struct mpi3_pel_reply *)drv_cmd->reply;
in mpi3mr_pel_get_seqnum_complete()
4793
if (!
pel_reply
) {
in mpi3mr_pel_get_seqnum_complete()
4799
if (le16_to_cpu(
pel_reply
->pe_log_status) != MPI3_PEL_STATUS_SUCCESS) {
in mpi3mr_pel_get_seqnum_complete()
4802
le16_to_cpu(
pel_reply
->pe_log_status));
in mpi3mr_pel_get_seqnum_complete()
H
A
D
mpi3mr_app.c
26
struct mpi3_pel_reply *
pel_reply
;
in mpi3mr_bsg_pel_abort()
local
88
pel_reply
= (struct mpi3_pel_reply *)mrioc->pel_abort_cmd.reply;
in mpi3mr_bsg_pel_abort()
89
pe_log_status = le16_to_cpu(
pel_reply
->pe_log_status);
in mpi3mr_bsg_pel_abort()
Completed in 8 milliseconds