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:identify_buffer
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_v1_hw.c
463
u32 *
identify_buffer
;
in config_id_frame_v1_hw()
local
474
identify_buffer
= (u32 *)(&identify_frame);
in config_id_frame_v1_hw()
477
__swab32(
identify_buffer
[0]));
in config_id_frame_v1_hw()
479
__swab32(
identify_buffer
[1]));
in config_id_frame_v1_hw()
481
__swab32(
identify_buffer
[2]));
in config_id_frame_v1_hw()
483
__swab32(
identify_buffer
[3]));
in config_id_frame_v1_hw()
485
__swab32(
identify_buffer
[4]));
in config_id_frame_v1_hw()
487
__swab32(
identify_buffer
[5]));
in config_id_frame_v1_hw()
H
A
D
hisi_sas_v3_hw.c
740
u32 *
identify_buffer
;
in config_id_frame_v3_hw()
local
751
identify_buffer
= (u32 *)(&identify_frame);
in config_id_frame_v3_hw()
754
__swab32(
identify_buffer
[0]));
in config_id_frame_v3_hw()
756
__swab32(
identify_buffer
[1]));
in config_id_frame_v3_hw()
758
__swab32(
identify_buffer
[2]));
in config_id_frame_v3_hw()
760
__swab32(
identify_buffer
[3]));
in config_id_frame_v3_hw()
762
__swab32(
identify_buffer
[4]));
in config_id_frame_v3_hw()
764
__swab32(
identify_buffer
[5]));
in config_id_frame_v3_hw()
H
A
D
hisi_sas_v2_hw.c
894
u32 *
identify_buffer
;
in config_id_frame_v2_hw()
local
905
identify_buffer
= (u32 *)(&identify_frame);
in config_id_frame_v2_hw()
908
__swab32(
identify_buffer
[0]));
in config_id_frame_v2_hw()
910
__swab32(
identify_buffer
[1]));
in config_id_frame_v2_hw()
912
__swab32(
identify_buffer
[2]));
in config_id_frame_v2_hw()
914
__swab32(
identify_buffer
[3]));
in config_id_frame_v2_hw()
916
__swab32(
identify_buffer
[4]));
in config_id_frame_v2_hw()
918
__swab32(
identify_buffer
[5]));
in config_id_frame_v2_hw()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_v1_hw.c
463
u32 *
identify_buffer
;
in config_id_frame_v1_hw()
local
474
identify_buffer
= (u32 *)(&identify_frame);
in config_id_frame_v1_hw()
477
__swab32(
identify_buffer
[0]));
in config_id_frame_v1_hw()
479
__swab32(
identify_buffer
[1]));
in config_id_frame_v1_hw()
481
__swab32(
identify_buffer
[2]));
in config_id_frame_v1_hw()
483
__swab32(
identify_buffer
[3]));
in config_id_frame_v1_hw()
485
__swab32(
identify_buffer
[4]));
in config_id_frame_v1_hw()
487
__swab32(
identify_buffer
[5]));
in config_id_frame_v1_hw()
H
A
D
hisi_sas_v2_hw.c
894
u32 *
identify_buffer
;
in config_id_frame_v2_hw()
local
905
identify_buffer
= (u32 *)(&identify_frame);
in config_id_frame_v2_hw()
908
__swab32(
identify_buffer
[0]));
in config_id_frame_v2_hw()
910
__swab32(
identify_buffer
[1]));
in config_id_frame_v2_hw()
912
__swab32(
identify_buffer
[2]));
in config_id_frame_v2_hw()
914
__swab32(
identify_buffer
[3]));
in config_id_frame_v2_hw()
916
__swab32(
identify_buffer
[4]));
in config_id_frame_v2_hw()
918
__swab32(
identify_buffer
[5]));
in config_id_frame_v2_hw()
H
A
D
hisi_sas_v3_hw.c
793
u32 *
identify_buffer
;
in config_id_frame_v3_hw()
local
804
identify_buffer
= (u32 *)(&identify_frame);
in config_id_frame_v3_hw()
807
__swab32(
identify_buffer
[0]));
in config_id_frame_v3_hw()
809
__swab32(
identify_buffer
[1]));
in config_id_frame_v3_hw()
811
__swab32(
identify_buffer
[2]));
in config_id_frame_v3_hw()
813
__swab32(
identify_buffer
[3]));
in config_id_frame_v3_hw()
815
__swab32(
identify_buffer
[4]));
in config_id_frame_v3_hw()
817
__swab32(
identify_buffer
[5]));
in config_id_frame_v3_hw()
Completed in 30 milliseconds