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:hba_queue_depth
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
1476
} else if (smid <= ioc->
hba_queue_depth
) {
in _base_get_cb_idx()
1788
ioc->
hba_queue_depth
/4, _base_irqpoll);
in _base_init_irqpolls()
3782
} else if (smid <= ioc->
hba_queue_depth
) {
in mpt3sas_base_free_smid()
4999
if ((ioc->
hba_queue_depth
- reduce_sz) >
in _base_reduce_hba_queue_depth()
5001
ioc->
hba_queue_depth
-= reduce_sz;
in _base_reduce_hba_queue_depth()
5237
ioc->
hba_queue_depth
= max_request_credit + ioc->hi_priority_depth;
in _base_allocate_memory_pools()
5287
ioc->reply_free_queue_depth = ioc->
hba_queue_depth
+ 64;
in _base_allocate_memory_pools()
5294
ioc->reply_post_queue_depth = ioc->
hba_queue_depth
+
in _base_allocate_memory_pools()
5307
ioc->
hba_queue_depth
=
in _base_allocate_memory_pools()
5309
ioc->reply_free_queue_depth = ioc->
hba_queue_depth
in _base_allocate_memory_pools()
[all...]
H
A
D
mpt3sas_base.h
1126
* @
hba_queue_depth
: hba request queue depth
1362
u16
hba_queue_depth
;
member
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
1569
} else if (smid <= ioc->
hba_queue_depth
) {
in _base_get_cb_idx()
1960
ioc->
hba_queue_depth
/4, _base_irqpoll);
in _base_init_irqpolls()
4058
} else if (smid <= ioc->
hba_queue_depth
) {
in mpt3sas_base_free_smid()
5927
if ((ioc->
hba_queue_depth
- reduce_sz) >
in _base_reduce_hba_queue_depth()
5929
ioc->
hba_queue_depth
-= reduce_sz;
in _base_reduce_hba_queue_depth()
6346
ioc->
hba_queue_depth
= max_request_credit + ioc->hi_priority_depth;
in _base_allocate_memory_pools()
6396
ioc->reply_free_queue_depth = ioc->
hba_queue_depth
+ 64;
in _base_allocate_memory_pools()
6403
ioc->reply_post_queue_depth = ioc->
hba_queue_depth
+
in _base_allocate_memory_pools()
6416
ioc->
hba_queue_depth
=
in _base_allocate_memory_pools()
6418
ioc->reply_free_queue_depth = ioc->
hba_queue_depth
in _base_allocate_memory_pools()
[all...]
H
A
D
mpt3sas_base.h
1261
* @
hba_queue_depth
: hba request queue depth
1508
u16
hba_queue_depth
;
member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
2315
* Macro that given an attr e.g.
hba_queue_depth
expands
2341
* Macro that given an attr e.g.
hba_queue_depth
expands
2369
* Macro that given an attr e.g.
hba_queue_depth
expands
2403
* Macro that given an attr e.g.
hba_queue_depth
expands
2440
* Macro that given an attr e.g.
hba_queue_depth
expands
2480
* Macro that given an attr e.g.
hba_queue_depth
expands
2505
*
hba_queue_depth
expands into a function with the name
2529
* Macro that given an attr e.g.
hba_queue_depth
expands
2562
* Macro that given an attr e.g.
hba_queue_depth
expands
2598
* Macro that given an attr e.g.
hba_queue_depth
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_attr.c
2648
* Macro that given an attr e.g.
hba_queue_depth
expands
2674
* Macro that given an attr e.g.
hba_queue_depth
expands
2702
* Macro that given an attr e.g.
hba_queue_depth
expands
2736
* Macro that given an attr e.g.
hba_queue_depth
expands
2773
* Macro that given an attr e.g.
hba_queue_depth
expands
2813
* Macro that given an attr e.g.
hba_queue_depth
expands
2838
*
hba_queue_depth
expands into a function with the name
2862
* Macro that given an attr e.g.
hba_queue_depth
expands
2895
* Macro that given an attr e.g.
hba_queue_depth
expands
2931
* Macro that given an attr e.g.
hba_queue_depth
[all...]
Completed in 30 milliseconds