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:rspn
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/scsi/
H
A
D
zfcp_fc.h
112
* @
rspn
: RSPN_ID request
117
struct fc_ns_rspn
rspn
;
member
139
* @u.
rspn
: RSPN specific data
140
* @u.
rspn
.req: RSPN request
141
* @u.
rspn
.rsp: RSPN response
167
}
rspn
;
member
H
A
D
zfcp_fc.c
896
struct zfcp_fc_rspn_req *rspn_req = &fc_req->u.
rspn
.req;
in zfcp_fc_rspn()
897
struct fc_ct_hdr *rspn_rsp = &fc_req->u.
rspn
.rsp;
in zfcp_fc_rspn()
902
hton24(rspn_req->
rspn
.fr_fid.fp_fid, fc_host_port_id(shost));
in zfcp_fc_rspn()
903
len = strlcpy(rspn_req->
rspn
.fr_name, fc_host_symbolic_name(shost),
in zfcp_fc_rspn()
905
rspn_req->
rspn
.fr_name_len = len;
in zfcp_fc_rspn()
/kernel/linux/linux-6.6/drivers/s390/scsi/
H
A
D
zfcp_fc.h
112
* @
rspn
: RSPN_ID request
117
struct fc_ns_rspn
rspn
;
member
139
* @u.
rspn
: RSPN specific data
140
* @u.
rspn
.req: RSPN request
141
* @u.
rspn
.rsp: RSPN response
167
}
rspn
;
member
H
A
D
zfcp_fc.c
896
struct zfcp_fc_rspn_req *rspn_req = &fc_req->u.
rspn
.req;
in zfcp_fc_rspn()
897
struct fc_ct_hdr *rspn_rsp = &fc_req->u.
rspn
.rsp;
in zfcp_fc_rspn()
902
hton24(rspn_req->
rspn
.fr_fid.fp_fid, fc_host_port_id(shost));
in zfcp_fc_rspn()
903
len = strlcpy(rspn_req->
rspn
.fr_name, fc_host_symbolic_name(shost),
in zfcp_fc_rspn()
905
rspn_req->
rspn
.fr_name_len = len;
in zfcp_fc_rspn()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_ct.c
1764
CtReq->un.
rspn
.PortId = cpu_to_be32(vport->fc_myDID);
in lpfc_ns_cmd()
1765
size = sizeof(CtReq->un.
rspn
.symbname);
in lpfc_ns_cmd()
1766
CtReq->un.
rspn
.len =
in lpfc_ns_cmd()
1768
CtReq->un.
rspn
.symbname, size);
in lpfc_ns_cmd()
H
A
D
lpfc_hw.h
166
struct
rspn
{ /* For RSPN_ID requests */
struct
170
}
rspn
;
member
215
sizeof(struct
rspn
))
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_ct.c
2080
CtReq->un.
rspn
.PortId = cpu_to_be32(vport->fc_myDID);
in lpfc_ns_cmd()
2081
size = sizeof(CtReq->un.
rspn
.symbname);
in lpfc_ns_cmd()
2082
CtReq->un.
rspn
.len =
in lpfc_ns_cmd()
2084
CtReq->un.
rspn
.symbname, size);
in lpfc_ns_cmd()
H
A
D
lpfc_hw.h
166
struct
rspn
{ /* For RSPN_ID requests */
struct
170
}
rspn
;
member
215
sizeof(struct
rspn
))
Completed in 39 milliseconds