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:rcv_state
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
tcp.c
149
enum nvmet_tcp_recv_state
rcv_state
;
member
367
queue->
rcv_state
= NVMET_TCP_RECV_ERR;
in nvmet_tcp_fatal_error()
376
queue->
rcv_state
= NVMET_TCP_RECV_ERR;
in nvmet_tcp_socket_error()
561
if (queue->
rcv_state
== NVMET_TCP_RECV_PDU &&
in nvmet_tcp_queue_response()
826
queue->
rcv_state
= NVMET_TCP_RECV_PDU;
in nvmet_prepare_receive_pdu()
948
queue->
rcv_state
= NVMET_TCP_RECV_DATA;
in nvmet_tcp_handle_req_failure()
997
queue->
rcv_state
= NVMET_TCP_RECV_DATA;
in nvmet_tcp_handle_h2c_data_pdu()
1070
queue->
rcv_state
= NVMET_TCP_RECV_DATA;
in nvmet_tcp_done_recv_pdu()
1173
queue->
rcv_state
= NVMET_TCP_RECV_DDGST;
in nvmet_tcp_prep_recv_ddgst()
1248
if (unlikely(queue->
rcv_state
in nvmet_tcp_try_recv_one()
[all...]
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
tcp.c
113
enum nvmet_tcp_recv_state
rcv_state
;
member
331
queue->
rcv_state
= NVMET_TCP_RECV_ERR;
in nvmet_tcp_fatal_error()
340
queue->
rcv_state
= NVMET_TCP_RECV_ERR;
in nvmet_tcp_socket_error()
542
if (queue->
rcv_state
== NVMET_TCP_RECV_PDU &&
in nvmet_tcp_queue_response()
798
queue->
rcv_state
= NVMET_TCP_RECV_PDU;
in nvmet_prepare_receive_pdu()
913
queue->
rcv_state
= NVMET_TCP_RECV_DATA;
in nvmet_tcp_handle_req_failure()
962
queue->
rcv_state
= NVMET_TCP_RECV_DATA;
in nvmet_tcp_handle_h2c_data_pdu()
1028
queue->
rcv_state
= NVMET_TCP_RECV_DATA;
in nvmet_tcp_done_recv_pdu()
1131
queue->
rcv_state
= NVMET_TCP_RECV_DDGST;
in nvmet_tcp_prep_recv_ddgst()
1206
if (unlikely(queue->
rcv_state
in nvmet_tcp_try_recv_one()
[all...]
Completed in 5 milliseconds