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_RSP
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/
H
A
D
srp.h
53
SRP_RSP
= 0xc1,
enumerator
/kernel/linux/linux-6.6/include/scsi/
H
A
D
srp.h
53
SRP_RSP
= 0xc1,
enumerator
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H
A
D
ibmvscsi.c
999
if (unlikely(rsp->opcode !=
SRP_RSP
)) {
in handle_cmd_rsp()
1568
if (unlikely(srp_rsp.srp.rsp.opcode !=
SRP_RSP
)) {
in ibmvscsi_eh_abort_handler()
1689
if (unlikely(srp_rsp.srp.rsp.opcode !=
SRP_RSP
)) {
in ibmvscsi_eh_device_reset_handler()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H
A
D
ibmvscsi.c
1000
if (unlikely(rsp->opcode !=
SRP_RSP
)) {
in handle_cmd_rsp()
1569
if (unlikely(srp_rsp.srp.rsp.opcode !=
SRP_RSP
)) {
in ibmvscsi_eh_abort_handler()
1690
if (unlikely(srp_rsp.srp.rsp.opcode !=
SRP_RSP
)) {
in ibmvscsi_eh_device_reset_handler()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.c
1298
*
SRP_RSP
sending failed or the
SRP_RSP
send completion has
in srpt_abort_cmd()
1350
* srpt_build_cmd_rsp - build a
SRP_RSP
response
1356
* @status: value for the STATUS field of the
SRP_RSP
information unit.
1358
* Returns the size in bytes of the
SRP_RSP
response.
1360
* An
SRP_RSP
response contains a SCSI status or service response. See also
1361
* section 6.9 in the SRP r16a document for the format of an
SRP_RSP
1388
srp_rsp->opcode =
SRP_RSP
;
in srpt_build_cmd_rsp()
1436
* @ioctx: I/O context in which the
SRP_RSP
response will be built.
1440
* Returns the size in bytes of the
SRP_RSP
respons
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.c
1304
*
SRP_RSP
sending failed or the
SRP_RSP
send completion has
in srpt_abort_cmd()
1356
* srpt_build_cmd_rsp - build a
SRP_RSP
response
1362
* @status: value for the STATUS field of the
SRP_RSP
information unit.
1364
* Returns the size in bytes of the
SRP_RSP
response.
1366
* An
SRP_RSP
response contains a SCSI status or service response. See also
1367
* section 6.9 in the SRP r16a document for the format of an
SRP_RSP
1394
srp_rsp->opcode =
SRP_RSP
;
in srpt_build_cmd_rsp()
1442
* @ioctx: I/O context in which the
SRP_RSP
response will be built.
1446
* Returns the size in bytes of the
SRP_RSP
respons
[all...]
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi_tgt/
H
A
D
ibmvscsi_tgt.c
3104
rsp->opcode =
SRP_RSP
;
in srp_build_response()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi_tgt/
H
A
D
ibmvscsi_tgt.c
3093
rsp->opcode =
SRP_RSP
;
in srp_build_response()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
H
A
D
ib_srp.c
2085
case
SRP_RSP
:
in srp_recv_done()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
H
A
D
ib_srp.c
2086
case
SRP_RSP
:
in srp_recv_done()
Completed in 33 milliseconds