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:transMethod
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa.h
225
unsigned long
transMethod
;
member
H
A
D
hpsa.c
551
h->
transMethod
& CFGTBL_Trans_Performant ?
in host_show_transport_mode()
995
if (h->
transMethod
& CFGTBL_Trans_io_accel1)
in next_command()
998
if (unlikely(!(h->
transMethod
& CFGTBL_Trans_Performant)))
in next_command()
1051
if (likely(h->
transMethod
& CFGTBL_Trans_Performant)) {
in set_performant_mode()
5067
if (h->
transMethod
& CFGTBL_Trans_io_accel1)
in hpsa_scsi_ioaccel_queue_command()
7818
h->
transMethod
= CFGTBL_Trans_Simple;
in hpsa_enter_simple_mode()
8395
if ((h->
transMethod
& (CFGTBL_Trans_io_accel1
in hpsa_ack_ctlr_events()
9158
unsigned long
transMethod
= CFGTBL_Trans_Performant |
in hpsa_enter_performant_mode()
local
9230
writel(
transMethod
, &(h->cfgtable->HostWrite.TransportRequest));
in hpsa_enter_performant_mode()
9255
h->
transMethod
in hpsa_enter_performant_mode()
9457
unsigned long
transMethod
= CFGTBL_Trans_Performant |
hpsa_put_ctlr_into_performant_mode()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa.h
225
unsigned long
transMethod
;
member
H
A
D
hpsa.c
550
h->
transMethod
& CFGTBL_Trans_Performant ?
in host_show_transport_mode()
998
if (h->
transMethod
& CFGTBL_Trans_io_accel1)
in next_command()
1001
if (unlikely(!(h->
transMethod
& CFGTBL_Trans_Performant)))
in next_command()
1054
if (likely(h->
transMethod
& CFGTBL_Trans_Performant)) {
in set_performant_mode()
5063
if (h->
transMethod
& CFGTBL_Trans_io_accel1)
in hpsa_scsi_ioaccel_queue_command()
7845
h->
transMethod
= CFGTBL_Trans_Simple;
in hpsa_enter_simple_mode()
8420
if ((h->
transMethod
& (CFGTBL_Trans_io_accel1
in hpsa_ack_ctlr_events()
9180
unsigned long
transMethod
= CFGTBL_Trans_Performant |
in hpsa_enter_performant_mode()
local
9252
writel(
transMethod
, &(h->cfgtable->HostWrite.TransportRequest));
in hpsa_enter_performant_mode()
9277
h->
transMethod
in hpsa_enter_performant_mode()
[all...]
Completed in 27 milliseconds