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:sdt_word
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ipr.h
1961
* @
sdt_word
: SDT address
1966
static inline int ipr_sdt_is_fmt2(u32
sdt_word
)
in ipr_sdt_is_fmt2()
argument
1968
u32 bar_sel = IPR_GET_FMT2_BAR_SEL(
sdt_word
);
in ipr_sdt_is_fmt2()
H
A
D
ipr.c
3139
unsigned long start_addr,
sdt_word
;
in ipr_get_ioa_dump()
local
3251
sdt_word
= be32_to_cpu(sdt->entry[i].start_token);
in ipr_get_ioa_dump()
3255
start_off =
sdt_word
& IPR_FMT2_MBX_ADDR_MASK;
in ipr_get_ioa_dump()
3258
if (ipr_sdt_is_fmt2(
sdt_word
) &&
sdt_word
)
in ipr_get_ioa_dump()
3270
bytes_copied = ipr_sdt_copy(ioa_cfg,
sdt_word
,
in ipr_get_ioa_dump()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ipr.h
1898
* @
sdt_word
: SDT address
1903
static inline int ipr_sdt_is_fmt2(u32
sdt_word
)
in ipr_sdt_is_fmt2()
argument
1905
u32 bar_sel = IPR_GET_FMT2_BAR_SEL(
sdt_word
);
in ipr_sdt_is_fmt2()
H
A
D
ipr.c
3050
unsigned long start_addr,
sdt_word
;
in ipr_get_ioa_dump()
local
3162
sdt_word
= be32_to_cpu(sdt->entry[i].start_token);
in ipr_get_ioa_dump()
3166
start_off =
sdt_word
& IPR_FMT2_MBX_ADDR_MASK;
in ipr_get_ioa_dump()
3169
if (ipr_sdt_is_fmt2(
sdt_word
) &&
sdt_word
)
in ipr_get_ioa_dump()
3181
bytes_copied = ipr_sdt_copy(ioa_cfg,
sdt_word
,
in ipr_get_ioa_dump()
Completed in 33 milliseconds