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:icresp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
tcp.c
840
struct nvme_tcp_icresp_pdu *
icresp
= &queue->pdu.
icresp
;
in nvmet_tcp_handle_icreq()
local
870
memset(
icresp
, 0, sizeof(*
icresp
));
in nvmet_tcp_handle_icreq()
871
icresp
->hdr.type = nvme_tcp_icresp;
in nvmet_tcp_handle_icreq()
872
icresp
->hdr.hlen = sizeof(*
icresp
);
in nvmet_tcp_handle_icreq()
873
icresp
->hdr.pdo = 0;
in nvmet_tcp_handle_icreq()
874
icresp
->hdr.plen = cpu_to_le32(
icresp
in nvmet_tcp_handle_icreq()
[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
tcp.c
868
struct nvme_tcp_icresp_pdu *
icresp
= &queue->pdu.
icresp
;
in nvmet_tcp_handle_icreq()
local
898
memset(
icresp
, 0, sizeof(*
icresp
));
in nvmet_tcp_handle_icreq()
899
icresp
->hdr.type = nvme_tcp_icresp;
in nvmet_tcp_handle_icreq()
900
icresp
->hdr.hlen = sizeof(*
icresp
);
in nvmet_tcp_handle_icreq()
901
icresp
->hdr.pdo = 0;
in nvmet_tcp_handle_icreq()
902
icresp
->hdr.plen = cpu_to_le32(
icresp
in nvmet_tcp_handle_icreq()
[all...]
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
tcp.c
1352
struct nvme_tcp_icresp_pdu *
icresp
;
in nvme_tcp_init_connection()
local
1363
icresp
= kzalloc(sizeof(*
icresp
), GFP_KERNEL);
in nvme_tcp_init_connection()
1364
if (!
icresp
) {
in nvme_tcp_init_connection()
1388
iov.iov_base =
icresp
;
in nvme_tcp_init_connection()
1389
iov.iov_len = sizeof(*
icresp
);
in nvme_tcp_init_connection()
1396
if (
icresp
->hdr.type != nvme_tcp_icresp) {
in nvme_tcp_init_connection()
1398
nvme_tcp_queue_id(queue),
icresp
->hdr.type);
in nvme_tcp_init_connection()
1402
if (le32_to_cpu(
icresp
->hdr.plen) != sizeof(*
icresp
)) {
in nvme_tcp_init_connection()
[all...]
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
tcp.c
1281
struct nvme_tcp_icresp_pdu *
icresp
;
in nvme_tcp_init_connection()
local
1291
icresp
= kzalloc(sizeof(*
icresp
), GFP_KERNEL);
in nvme_tcp_init_connection()
1292
if (!
icresp
) {
in nvme_tcp_init_connection()
1316
iov.iov_base =
icresp
;
in nvme_tcp_init_connection()
1317
iov.iov_len = sizeof(*
icresp
);
in nvme_tcp_init_connection()
1324
if (
icresp
->hdr.type != nvme_tcp_icresp) {
in nvme_tcp_init_connection()
1326
nvme_tcp_queue_id(queue),
icresp
->hdr.type);
in nvme_tcp_init_connection()
1330
if (le32_to_cpu(
icresp
->hdr.plen) != sizeof(*
icresp
)) {
in nvme_tcp_init_connection()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
nvme-tcp.h
183
struct nvme_tcp_icresp_pdu
icresp
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
nvme-tcp.h
184
struct nvme_tcp_icresp_pdu
icresp
;
member
Completed in 10 milliseconds