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:clp_cmd
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/
H
A
D
sli4.c
3883
struct sli4_rqst_dmtf_exec_clp_cmd *
clp_cmd
= NULL;
in sli_cmd_dmtf_exec_clp_cmd()
local
3885
clp_cmd
= sli_config_cmd_init(sli4, buf,
in sli_cmd_dmtf_exec_clp_cmd()
3887
if (!
clp_cmd
)
in sli_cmd_dmtf_exec_clp_cmd()
3890
sli_cmd_fill_hdr(&
clp_cmd
->hdr, DMTF_EXEC_CLP_CMD, SLI4_SUBSYSTEM_DMTF,
in sli_cmd_dmtf_exec_clp_cmd()
3893
clp_cmd
->cmd_buf_length = cpu_to_le32(cmd->size);
in sli_cmd_dmtf_exec_clp_cmd()
3894
clp_cmd
->cmd_buf_addr_low = cpu_to_le32(lower_32_bits(cmd->phys));
in sli_cmd_dmtf_exec_clp_cmd()
3895
clp_cmd
->cmd_buf_addr_high = cpu_to_le32(upper_32_bits(cmd->phys));
in sli_cmd_dmtf_exec_clp_cmd()
3896
clp_cmd
->resp_buf_length = cpu_to_le32(resp->size);
in sli_cmd_dmtf_exec_clp_cmd()
3897
clp_cmd
->resp_buf_addr_low = cpu_to_le32(lower_32_bits(resp->phys));
in sli_cmd_dmtf_exec_clp_cmd()
3898
clp_cmd
in sli_cmd_dmtf_exec_clp_cmd()
[all...]
Completed in 6 milliseconds