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:scsiio_depth
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
412
for (index = 0; index < ioc->
scsiio_depth
; index++) {
in _base_get_chain_buffer_dma_to_chain_buffer()
1554
u16 ctl_smid = ioc->
scsiio_depth
- INTERNAL_SCSIIO_CMDS_COUNT + 1;
in _base_get_cb_idx()
5850
for (i = 0; i < ioc->
scsiio_depth
; i++) {
in _base_release_memory_pools()
5874
for (i = 0; i < ioc->
scsiio_depth
; i++) {
in _base_release_memory_pools()
5961
for (i = 0; i < ioc->
scsiio_depth
; i++) {
in _base_allocate_pcie_sgl_pool()
5992
ioc->
scsiio_depth
, sz, (sz * ioc->
scsiio_depth
)/1024));
in _base_allocate_pcie_sgl_pool()
6018
for (i = 0; i < ioc->
scsiio_depth
; i++) {
in _base_allocate_chain_dma_pool()
6039
ioc->
scsiio_depth
, ioc->chain_segment_sz, ((ioc->
scsiio_depth
*
in _base_allocate_chain_dma_pool()
[all...]
H
A
D
mpt3sas_base.h
1263
* @
scsiio_depth
: SCSI_IO queue depth
1510
u16
scsiio_depth
;
member
H
A
D
mpt3sas_ctl.c
601
for (smid = ioc->
scsiio_depth
; smid && !found; smid--) {
in _ctl_set_task_mid()
727
smid = ioc->
scsiio_depth
- INTERNAL_SCSIIO_CMDS_COUNT + 1;
in _ctl_do_mpt_command()
H
A
D
mpt3sas_scsih.c
1756
smid <= ioc->
scsiio_depth
- INTERNAL_SCSIIO_CMDS_COUNT) {
in mpt3sas_scsih_scsi_lookup_get()
5019
for (smid = 1; smid <= ioc->
scsiio_depth
; smid++) {
in _scsih_flush_running_cmds()
8697
for (smid = 1; smid <= ioc->
scsiio_depth
; smid++) {
in _scsih_sas_broadcast_primitive_event()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
405
for (index = 0; index < ioc->
scsiio_depth
; index++) {
in _base_get_chain_buffer_dma_to_chain_buffer()
1461
u16 ctl_smid = ioc->
scsiio_depth
- INTERNAL_SCSIIO_CMDS_COUNT + 1;
in _base_get_cb_idx()
4923
for (i = 0; i < ioc->
scsiio_depth
; i++) {
in _base_release_memory_pools()
4947
for (i = 0; i < ioc->
scsiio_depth
; i++) {
in _base_release_memory_pools()
5033
for (i = 0; i < ioc->
scsiio_depth
; i++) {
in _base_allocate_pcie_sgl_pool()
5064
ioc->
scsiio_depth
, sz, (sz * ioc->
scsiio_depth
)/1024));
in _base_allocate_pcie_sgl_pool()
5345
ioc->
scsiio_depth
= ioc->hba_queue_depth -
in _base_allocate_memory_pools()
5351
ioc->shost->can_queue = ioc->
scsiio_depth
- INTERNAL_SCSIIO_CMDS_COUNT;
in _base_allocate_memory_pools()
5359
ioc->chain_depth = ioc->chains_needed_per_io * ioc->
scsiio_depth
;
in _base_allocate_memory_pools()
[all...]
H
A
D
mpt3sas_base.h
1128
* @
scsiio_depth
: SCSI_IO queue depth
1364
u16
scsiio_depth
;
member
H
A
D
mpt3sas_ctl.c
599
for (smid = ioc->
scsiio_depth
; smid && !found; smid--) {
in _ctl_set_task_mid()
724
smid = ioc->
scsiio_depth
- INTERNAL_SCSIIO_CMDS_COUNT + 1;
in _ctl_do_mpt_command()
H
A
D
mpt3sas_scsih.c
1591
smid <= ioc->
scsiio_depth
- INTERNAL_SCSIIO_CMDS_COUNT) {
in mpt3sas_scsih_scsi_lookup_get()
4820
for (smid = 1; smid <= ioc->
scsiio_depth
; smid++) {
in _scsih_flush_running_cmds()
7721
for (smid = 1; smid <= ioc->
scsiio_depth
; smid++) {
in _scsih_sas_broadcast_primitive_event()
Completed in 59 milliseconds