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:sis64
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ipr.c
645
if (ipr_cmd->ioa_cfg->
sis64
) {
in ipr_reinit_ipr_cmnd()
742
if (ioa_cfg->
sis64
)
in ipr_mask_and_clear_interrupts()
748
if (ioa_cfg->
sis64
)
in ipr_mask_and_clear_interrupts()
888
* In the case of
sis64
, calculate the ioarcb size required. Then or in the
899
if (ioa_cfg->
sis64
) {
in ipr_send_command()
982
if (ipr_cmd->ioa_cfg->
sis64
) {
in ipr_init_ioadl()
1115
if (ioa_cfg->
sis64
) {
in ipr_init_res_entry()
1186
if (res->ioa_cfg->
sis64
) {
in ipr_is_same_device()
1260
if (res->ioa_cfg->
sis64
) {
in ipr_update_res_entry()
1314
if (!ioa_cfg->
sis64
)
in ipr_clear_res_target()
[all...]
H
A
D
ipr.h
1421
u8
sis64
:1;
member
1747
if ((hostrcb)->ioa_cfg->
sis64
) { \
1881
if (hostrcb->ioa_cfg->
sis64
) {
in ipr_is_device()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ipr.c
598
if (ipr_cmd->ioa_cfg->
sis64
)
in ipr_trc_hook()
651
if (ipr_cmd->ioa_cfg->
sis64
) {
in ipr_reinit_ipr_cmnd()
751
if (ioa_cfg->
sis64
)
in ipr_mask_and_clear_interrupts()
757
if (ioa_cfg->
sis64
)
in ipr_mask_and_clear_interrupts()
941
* In the case of
sis64
, calculate the ioarcb size required. Then or in the
952
if (ioa_cfg->
sis64
) {
in ipr_send_command()
1035
if (ipr_cmd->ioa_cfg->
sis64
) {
in ipr_init_ioadl()
1195
if (ioa_cfg->
sis64
) {
in ipr_init_res_entry()
1270
if (res->ioa_cfg->
sis64
) {
in ipr_is_same_device()
1345
if (res->ioa_cfg->
sis64
) {
in ipr_update_res_entry()
[all...]
H
A
D
ipr.h
1481
u8
sis64
:1;
member
1810
if ((hostrcb)->ioa_cfg->
sis64
) { \
1944
if (hostrcb->ioa_cfg->
sis64
) {
in ipr_is_device()
Completed in 22 milliseconds