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:msg_h
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
stex.c
538
struct st_msg_header *
msg_h
;
in stex_ss_send_cmd()
local
547
msg_h
= (struct st_msg_header *)req - 1;
in stex_ss_send_cmd()
549
msg_h
->channel = (u8)cmd->device->channel;
in stex_ss_send_cmd()
550
msg_h
->timeout = cpu_to_le16(cmd->request->timeout/HZ);
in stex_ss_send_cmd()
554
msg_h
->handle = cpu_to_le64(addr);
in stex_ss_send_cmd()
1116
struct st_msg_header *
msg_h
;
in stex_ss_handshake()
local
1151
msg_h
= (struct st_msg_header *)hba->dma_mem;
in stex_ss_handshake()
1152
msg_h
->handle = cpu_to_le64(hba->dma_handle);
in stex_ss_handshake()
1153
msg_h
->flag = SS_HEAD_HANDSHAKE;
in stex_ss_handshake()
1155
h = (struct handshake_frame *)(
msg_h
in stex_ss_handshake()
1860
struct st_
msg_h
eader *
msg_h
;
stex_hba_stop()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
stex.c
535
struct st_msg_header *
msg_h
;
in stex_ss_send_cmd()
local
544
msg_h
= (struct st_msg_header *)req - 1;
in stex_ss_send_cmd()
546
msg_h
->channel = (u8)cmd->device->channel;
in stex_ss_send_cmd()
547
msg_h
->timeout = cpu_to_le16(scsi_cmd_to_rq(cmd)->timeout / HZ);
in stex_ss_send_cmd()
551
msg_h
->handle = cpu_to_le64(addr);
in stex_ss_send_cmd()
1113
struct st_msg_header *
msg_h
;
in stex_ss_handshake()
local
1148
msg_h
= (struct st_msg_header *)hba->dma_mem;
in stex_ss_handshake()
1149
msg_h
->handle = cpu_to_le64(hba->dma_handle);
in stex_ss_handshake()
1150
msg_h
->flag = SS_HEAD_HANDSHAKE;
in stex_ss_handshake()
1152
h = (struct handshake_frame *)(
msg_h
in stex_ss_handshake()
1857
struct st_
msg_h
eader *
msg_h
;
stex_hba_stop()
local
[all...]
Completed in 5 milliseconds