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:init_id
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_mbox.c
633
host->this_id = adapter->
init_id
;
in megaraid_io_attach()
791
adapter->
init_id
= -1;
in megaraid_init_mbox()
792
if (megaraid_mbox_support_ha(adapter, &adapter->
init_id
) == 0) {
in megaraid_init_mbox()
813
adapter->device_ids[adapter->max_channel][adapter->
init_id
] =
in megaraid_init_mbox()
3032
* @
init_id
: ID of the initiator
3037
megaraid_mbox_support_ha(adapter_t *adapter, uint16_t *
init_id
)
in megaraid_mbox_support_ha()
argument
3055
*
init_id
= 7;
in megaraid_mbox_support_ha()
3059
*
init_id
= *(uint8_t *)adapter->ibuf;
in megaraid_mbox_support_ha()
3063
*
init_id
));
in megaraid_mbox_support_ha()
3369
(t < adapter->
init_id
)
in megaraid_mbox_setup_device_map()
[all...]
H
A
D
mega_common.h
130
* @
init_id
: initiator ID, the default value should be 7
186
uint16_t
init_id
;
member
H
A
D
megaraid_sas.h
2340
s8
init_id
;
member
H
A
D
megaraid_sas_base.c
6854
host->this_id = instance->
init_id
;
in megasas_io_attach()
7462
instance->
init_id
= MEGASAS_DEFAULT_INIT_ID;
in megasas_probe_one()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_mbox.c
635
host->this_id = adapter->
init_id
;
in megaraid_io_attach()
793
adapter->
init_id
= -1;
in megaraid_init_mbox()
794
if (megaraid_mbox_support_ha(adapter, &adapter->
init_id
) == 0) {
in megaraid_init_mbox()
815
adapter->device_ids[adapter->max_channel][adapter->
init_id
] =
in megaraid_init_mbox()
3025
* @
init_id
: ID of the initiator
3030
megaraid_mbox_support_ha(adapter_t *adapter, uint16_t *
init_id
)
in megaraid_mbox_support_ha()
argument
3048
*
init_id
= 7;
in megaraid_mbox_support_ha()
3052
*
init_id
= *(uint8_t *)adapter->ibuf;
in megaraid_mbox_support_ha()
3056
*
init_id
));
in megaraid_mbox_support_ha()
3360
(t < adapter->
init_id
)
in megaraid_mbox_setup_device_map()
[all...]
H
A
D
mega_common.h
130
* @
init_id
: initiator ID, the default value should be 7
186
uint16_t
init_id
;
member
H
A
D
megaraid_sas.h
2345
s8
init_id
;
member
H
A
D
megaraid_sas_base.c
6910
host->this_id = instance->
init_id
;
in megasas_io_attach()
7519
instance->
init_id
= MEGASAS_DEFAULT_INIT_ID;
in megasas_probe_one()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ips.h
733
uint8_t
init_id
[4];
member
H
A
D
ips.c
2505
ha->ha_id[i] = ha->conf->
init_id
[i - 1] & 0x1f;
in ips_hainit()
5751
ha->conf->
init_id
[i] = 7;
in ips_read_config()
5775
ha->conf->
init_id
[i] = 7;
in ips_read_config()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ips.h
733
uint8_t
init_id
[4];
member
H
A
D
ips.c
2508
ha->ha_id[i] = ha->conf->
init_id
[i - 1] & 0x1f;
in ips_hainit()
5754
ha->conf->
init_id
[i] = 7;
in ips_read_config()
5778
ha->conf->
init_id
[i] = 7;
in ips_read_config()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
7851
atio->
init_id
= initiator;
in ahc_handle_target_cmd()
H
A
D
aic79xx_core.c
10671
atio->
init_id
= initiator;
in ahd_handle_target_cmd()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
7844
atio->
init_id
= initiator;
in ahc_handle_target_cmd()
H
A
D
aic79xx_core.c
10666
atio->
init_id
= initiator;
in ahd_handle_target_cmd()
Completed in 92 milliseconds