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:op_reply_q
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_fw.c
475
* @
op_reply_q
: op_reply_qinfo object
481
mpi3mr_get_reply_desc(struct op_reply_qinfo *
op_reply_q
, u32 reply_ci)
in mpi3mr_get_reply_desc()
argument
484
struct segments *segments =
op_reply_q
->q_segments;
in mpi3mr_get_reply_desc()
488
segments[reply_ci /
op_reply_q
->segment_qd].segment;
in mpi3mr_get_reply_desc()
490
(reply_ci %
op_reply_q
->segment_qd);
in mpi3mr_get_reply_desc()
497
* @
op_reply_q
: Operational reply queue info
507
struct op_reply_qinfo *
op_reply_q
)
in mpi3mr_process_op_reply_q()
517
reply_qidx =
op_reply_q
->qid - 1;
in mpi3mr_process_op_reply_q()
519
if (!atomic_add_unless(&
op_reply_q
->in_use, 1, 1))
in mpi3mr_process_op_reply_q()
522
exp_phase =
op_reply_q
in mpi3mr_process_op_reply_q()
506
mpi3mr_process_
op_reply_q
(struct mpi3mr_ioc *mrioc, struct
op_reply_q
info *
op_reply_q
)
mpi3mr_process_op_reply_q()
argument
1681
struct
op_reply_q
info *
op_reply_q
= mrioc->
op_reply_q
info + qidx;
mpi3mr_delete_op_reply_q()
local
1761
struct
op_reply_q
info *
op_reply_q
= mrioc->
op_reply_q
info + qidx;
mpi3mr_alloc_op_reply_q_segments()
local
1877
struct
op_reply_q
info *
op_reply_q
= mrioc->
op_reply_q
info + qidx;
mpi3mr_create_op_reply_q()
local
4159
struct
op_reply_q
info *
op_reply_q
= mrioc->
op_reply_q
info + qidx;
mpi3mr_memset_op_reply_q_buffers()
local
[all...]
H
A
D
mpi3mr.h
441
* @
op_reply_q
: Associated operational reply queue
448
struct op_reply_qinfo *
op_reply_q
;
member
1338
struct op_reply_qinfo *
op_reply_q
);
H
A
D
mpi3mr_os.c
3623
mrioc->intr_info[i].
op_reply_q
);
in mpi3mr_poll_pend_io_completions()
Completed in 11 milliseconds