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:max_host_ios
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_fw.c
562
if (num_op_reply > mrioc->
max_host_ios
) {
in mpi3mr_process_op_reply_q()
703
(num_op_reply < mrioc->
max_host_ios
));
in mpi3mr_isr_poll()
3416
num_chains = mrioc->
max_host_ios
/ MPI3MR_CHAINBUF_FACTOR;
in mpi3mr_alloc_chain_bufs()
3835
mrioc->
max_host_ios
= mrioc->facts.max_reqs - MPI3MR_INTERNAL_CMDS_RESVD;
in mpi3mr_init_ioc()
3841
mrioc->
max_host_ios
= min_t(int, mrioc->
max_host_ios
,
in mpi3mr_init_ioc()
H
A
D
mpi3mr.h
974
* @
max_host_ios
: Maximum host I/O count
1143
u16
max_host_ios
;
member
H
A
D
mpi3mr_os.c
74
if (WARN_ON(host_tag >= mrioc->
max_host_ios
))
in mpi3mr_host_tag_for_scmd()
107
if (WARN_ON(host_tag > mrioc->
max_host_ios
))
in mpi3mr_scmd_from_host_tag()
5183
shost->can_queue = mrioc->
max_host_ios
;
in mpi3mr_probe()
Completed in 15 milliseconds