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:SRP_CMD
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/
H
A
D
srp.h
50
SRP_CMD
= 0x02,
enumerator
/kernel/linux/linux-6.6/include/scsi/
H
A
D
srp.h
50
SRP_CMD
= 0x02,
enumerator
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.c
994
* srpt_get_desc_tbl - parse the data descriptors of a
SRP_CMD
request
997
* @srp_cmd: Pointer to the
SRP_CMD
request data.
1000
* @sg: [out] scatterlist for the parsed
SRP_CMD
.
1003
* descriptors in the
SRP_CMD
request will be written.
1004
* @imm_data_offset: [in] Offset in
SRP_CMD
requests at which immediate data
1009
* Returns -EINVAL when the
SRP_CMD
request contains inconsistent descriptors;
1052
pr_err("received unsupported
SRP_CMD
request type (%u out + %u in != %u / %zu)\n",
in srpt_get_desc_tbl()
1352
* @ioctx: I/O context associated with the
SRP_CMD
request. The response will
1482
* srpt_handle_cmd - process a
SRP_CMD
information unit
1635
if (opcode ==
SRP_CMD
|| opcod
in srpt_handle_new_iu()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.c
1000
* srpt_get_desc_tbl - parse the data descriptors of a
SRP_CMD
request
1003
* @srp_cmd: Pointer to the
SRP_CMD
request data.
1006
* @sg: [out] scatterlist for the parsed
SRP_CMD
.
1009
* descriptors in the
SRP_CMD
request will be written.
1010
* @imm_data_offset: [in] Offset in
SRP_CMD
requests at which immediate data
1015
* Returns -EINVAL when the
SRP_CMD
request contains inconsistent descriptors;
1058
pr_err("received unsupported
SRP_CMD
request type (%u out + %u in != %u / %zu)\n",
in srpt_get_desc_tbl()
1358
* @ioctx: I/O context associated with the
SRP_CMD
request. The response will
1488
* srpt_handle_cmd - process a
SRP_CMD
information unit
1645
if (opcode ==
SRP_CMD
|| opcod
in srpt_handle_new_iu()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H
A
D
ibmvscsi.c
1059
srp_cmd->opcode =
SRP_CMD
;
in ibmvscsi_queuecommand_lck()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H
A
D
ibmvscsi.c
1061
srp_cmd->opcode =
SRP_CMD
;
in ibmvscsi_queuecommand_lck()
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi_tgt/
H
A
D
ibmvscsi_tgt.c
2422
case
SRP_CMD
:
in ibmvscsis_srp_cmd()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi_tgt/
H
A
D
ibmvscsi_tgt.c
2420
case
SRP_CMD
:
in ibmvscsis_srp_cmd()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
H
A
D
ib_srp.c
1615
* Returns the length in bytes of the
SRP_CMD
IU or a negative value if
1750
"Could not fit S/G list into
SRP_CMD
\n");
in srp_map_data()
2184
cmd->opcode =
SRP_CMD
;
in srp_queuecommand()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
H
A
D
ib_srp.c
1616
* Returns the length in bytes of the
SRP_CMD
IU or a negative value if
1751
"Could not fit S/G list into
SRP_CMD
\n");
in srp_map_data()
2186
cmd->opcode =
SRP_CMD
;
in srp_queuecommand()
Completed in 30 milliseconds