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:slot_groups
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H
A
D
mtip32xx.h
68
* NOTE: This is the driver maximum; check dd->
slot_groups
for actual value.
442
unsigned
slot_groups
; /* number of slot groups the product supports */
member
H
A
D
mtip32xx.c
354
for (i = 0; i < port->dd->
slot_groups
; i++)
in mtip_init_port()
535
for (group = 0; group < dd->
slot_groups
; group++) {
in mtip_handle_tfe()
603
for (group = 0; group < dd->
slot_groups
; group++) {
in mtip_handle_tfe()
885
for (n = 1; n < port->dd->
slot_groups
; n++)
in mtip_commands_active()
2288
for (n = dd->
slot_groups
-1; n >= 0; n--)
in mtip_hw_read_registers()
2295
for (n = dd->
slot_groups
-1; n >= 0; n--)
in mtip_hw_read_registers()
2302
for (n = dd->
slot_groups
-1; n >= 0; n--)
in mtip_hw_read_registers()
2315
for (n = dd->
slot_groups
-1; n >= 0; n--) {
in mtip_hw_read_registers()
2504
dd->
slot_groups
= 1;
in mtip_detect_product()
2523
dd->
slot_groups
in mtip_detect_product()
[all...]
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H
A
D
mtip32xx.h
67
* NOTE: This is the driver maximum; check dd->
slot_groups
for actual value.
440
unsigned
slot_groups
; /* number of slot groups the product supports */
member
H
A
D
mtip32xx.c
342
for (i = 0; i < port->dd->
slot_groups
; i++)
in mtip_init_port()
523
for (group = 0; group < dd->
slot_groups
; group++) {
in mtip_handle_tfe()
591
for (group = 0; group < dd->
slot_groups
; group++) {
in mtip_handle_tfe()
873
for (n = 1; n < port->dd->
slot_groups
; n++)
in mtip_commands_active()
2183
for (n = dd->
slot_groups
-1; n >= 0; n--)
in mtip_hw_read_registers()
2190
for (n = dd->
slot_groups
-1; n >= 0; n--)
in mtip_hw_read_registers()
2197
for (n = dd->
slot_groups
-1; n >= 0; n--)
in mtip_hw_read_registers()
2210
for (n = dd->
slot_groups
-1; n >= 0; n--) {
in mtip_hw_read_registers()
2348
dd->
slot_groups
= 1;
in mtip_detect_product()
2367
dd->
slot_groups
in mtip_detect_product()
[all...]
Completed in 9 milliseconds