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:arc_cdb_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
1846
ccb->
arc_cdb_size
= arccdbsize;
in arcmsr_build_ccb()
1888
uint32_t ccb_post_stamp,
arc_cdb_size
;
in arcmsr_post_ccb()
local
1890
arc_cdb_size
= (ccb->
arc_cdb_size
> 0x300) ? 0x300 : ccb->
arc_cdb_size
;
in arcmsr_post_ccb()
1891
ccb_post_stamp = (cdb_phyaddr | ((
arc_cdb_size
- 1) >> 6) | 1);
in arcmsr_post_ccb()
1908
pinbound_srb->length = ccb->
arc_cdb_size
>> 2;
in arcmsr_post_ccb()
1921
u32 ccb_post_stamp,
arc_cdb_size
;
in arcmsr_post_ccb()
local
1923
arc_cdb_size
= (ccb->
arc_cdb_size
>
in arcmsr_post_ccb()
1931
u32 ccb_post_stamp,
arc_cdb_size
;
arcmsr_post_ccb()
local
[all...]
H
A
D
arcmsr.h
964
uint32_t
arc_cdb_size
; /*x32:4byte,x64:4byte*/
member
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
1838
ccb->
arc_cdb_size
= arccdbsize;
in arcmsr_build_ccb()
1880
uint32_t ccb_post_stamp,
arc_cdb_size
;
in arcmsr_post_ccb()
local
1882
arc_cdb_size
= (ccb->
arc_cdb_size
> 0x300) ? 0x300 : ccb->
arc_cdb_size
;
in arcmsr_post_ccb()
1883
ccb_post_stamp = (cdb_phyaddr | ((
arc_cdb_size
- 1) >> 6) | 1);
in arcmsr_post_ccb()
1900
pinbound_srb->length = ccb->
arc_cdb_size
>> 2;
in arcmsr_post_ccb()
1913
u32 ccb_post_stamp,
arc_cdb_size
;
in arcmsr_post_ccb()
local
1915
arc_cdb_size
= (ccb->
arc_cdb_size
>
in arcmsr_post_ccb()
1923
u32 ccb_post_stamp,
arc_cdb_size
;
arcmsr_post_ccb()
local
[all...]
H
A
D
arcmsr.h
966
uint32_t
arc_cdb_size
; /*x32:4byte,x64:4byte*/
member
Completed in 14 milliseconds