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:ld_tgt_id
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_base.c
1780
u32
ld_tgt_id
;
in megasas_queue_command()
local
1816
ld_tgt_id
= MEGASAS_TARGET_ID(scmd->device);
in megasas_queue_command()
1817
if (instance->ld_tgtid_status[
ld_tgt_id
] == LD_TARGET_ID_DELETED) {
in megasas_queue_command()
2101
u16 pd_index = 0,
ld_tgt_id
;
in megasas_slave_alloc()
local
2131
ld_tgt_id
= MEGASAS_TARGET_ID(sdev);
in megasas_slave_alloc()
2132
instance->ld_tgtid_status[
ld_tgt_id
] = LD_TARGET_ID_ACTIVE;
in megasas_slave_alloc()
2134
sdev_printk(KERN_INFO, sdev, "LD target ID %d created.\n",
ld_tgt_id
);
in megasas_slave_alloc()
2146
u16
ld_tgt_id
;
in megasas_slave_destroy()
local
2156
ld_tgt_id
= MEGASAS_TARGET_ID(sdev);
in megasas_slave_destroy()
2157
instance->ld_tgtid_status[
ld_tgt_id
]
in megasas_slave_destroy()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas_base.c
1790
u32
ld_tgt_id
;
in megasas_queue_command()
local
1826
ld_tgt_id
= MEGASAS_TARGET_ID(scmd->device);
in megasas_queue_command()
1827
if (instance->ld_tgtid_status[
ld_tgt_id
] == LD_TARGET_ID_DELETED) {
in megasas_queue_command()
2111
u16 pd_index = 0,
ld_tgt_id
;
in megasas_slave_alloc()
local
2141
ld_tgt_id
= MEGASAS_TARGET_ID(sdev);
in megasas_slave_alloc()
2142
instance->ld_tgtid_status[
ld_tgt_id
] = LD_TARGET_ID_ACTIVE;
in megasas_slave_alloc()
2144
sdev_printk(KERN_INFO, sdev, "LD target ID %d created.\n",
ld_tgt_id
);
in megasas_slave_alloc()
2156
u16
ld_tgt_id
;
in megasas_slave_destroy()
local
2166
ld_tgt_id
= MEGASAS_TARGET_ID(sdev);
in megasas_slave_destroy()
2167
instance->ld_tgtid_status[
ld_tgt_id
]
in megasas_slave_destroy()
[all...]
Completed in 10 milliseconds