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:hs_page1
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
mvumi.c
1040
struct mvumi_hs_page1 *
hs_page1
;
in mvumi_hs_process_page()
local
1052
hs_page1
= (struct mvumi_hs_page1 *) hs_header;
in mvumi_hs_process_page()
1054
mhba->max_io =
hs_page1
->max_io_support;
in mvumi_hs_process_page()
1055
mhba->list_num_io =
hs_page1
->cl_inout_list_depth;
in mvumi_hs_process_page()
1056
mhba->max_transfer_size =
hs_page1
->max_transfer_size;
in mvumi_hs_process_page()
1057
mhba->max_target_id =
hs_page1
->max_devices_support;
in mvumi_hs_process_page()
1058
mhba->hba_capability =
hs_page1
->capability;
in mvumi_hs_process_page()
1059
mhba->ib_max_size_setting =
hs_page1
->cl_in_max_entry_size;
in mvumi_hs_process_page()
1060
mhba->ib_max_size = (1 <<
hs_page1
->cl_in_max_entry_size) << 2;
in mvumi_hs_process_page()
1062
mhba->ob_max_size_setting =
hs_page1
in mvumi_hs_process_page()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
mvumi.c
1040
struct mvumi_hs_page1 *
hs_page1
;
in mvumi_hs_process_page()
local
1052
hs_page1
= (struct mvumi_hs_page1 *) hs_header;
in mvumi_hs_process_page()
1054
mhba->max_io =
hs_page1
->max_io_support;
in mvumi_hs_process_page()
1055
mhba->list_num_io =
hs_page1
->cl_inout_list_depth;
in mvumi_hs_process_page()
1056
mhba->max_transfer_size =
hs_page1
->max_transfer_size;
in mvumi_hs_process_page()
1057
mhba->max_target_id =
hs_page1
->max_devices_support;
in mvumi_hs_process_page()
1058
mhba->hba_capability =
hs_page1
->capability;
in mvumi_hs_process_page()
1059
mhba->ib_max_size_setting =
hs_page1
->cl_in_max_entry_size;
in mvumi_hs_process_page()
1060
mhba->ib_max_size = (1 <<
hs_page1
->cl_in_max_entry_size) << 2;
in mvumi_hs_process_page()
1062
mhba->ob_max_size_setting =
hs_page1
in mvumi_hs_process_page()
[all...]
Completed in 4 milliseconds