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_req_q
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_fw.c
41
mpi3mr_check_req_qfull(struct op_req_qinfo *
op_req_q
)
in mpi3mr_check_req_qfull()
argument
46
pi =
op_req_q
->pi;
in mpi3mr_check_req_qfull()
47
ci = READ_ONCE(
op_req_q
->ci);
in mpi3mr_check_req_qfull()
48
max_entries =
op_req_q
->num_requests;
in mpi3mr_check_req_qfull()
509
struct op_req_qinfo *
op_req_q
;
in mpi3mr_process_op_reply_q()
local
537
op_req_q
= &mrioc->req_qinfo[req_q_idx];
in mpi3mr_process_op_reply_q()
539
WRITE_ONCE(
op_req_q
->ci, le16_to_cpu(reply_desc->request_queue_ci));
in mpi3mr_process_op_reply_q()
1818
struct op_req_qinfo *
op_req_q
= mrioc->req_qinfo + qidx;
in mpi3mr_alloc_op_req_q_segments()
local
1824
op_req_q
->segment_qd =
in mpi3mr_alloc_op_req_q_segments()
1829
op_req_q
in mpi3mr_alloc_op_req_q_segments()
2011
struct
op_req_q
info *
op_req_q
= mrioc->req_qinfo + idx;
mpi3mr_create_op_req_q()
local
2196
mpi3mr_op_request_post(struct mpi3mr_ioc *mrioc, struct
op_req_q
info *
op_req_q
, u8 *req)
mpi3mr_op_request_post()
argument
4182
struct
op_req_q
info *
op_req_q
= mrioc->req_qinfo + qidx;
mpi3mr_memset_op_req_q_buffers()
local
[all...]
H
A
D
mpi3mr_os.c
4720
struct op_req_qinfo *
op_req_q
= NULL;
in mpi3mr_qcmd()
local
4847
op_req_q
= &mrioc->req_qinfo[scmd_priv_data->req_q_idx];
in mpi3mr_qcmd()
4882
if (mpi3mr_op_request_post(mrioc,
op_req_q
,
in mpi3mr_qcmd()
Completed in 10 milliseconds