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:rnr_nak_state
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
356
qpriv->
rnr_nak_state
= TID_RNR_NAK_INIT;
in hfi1_qp_priv_init()
2191
if (qpriv->
rnr_nak_state
) {
in tid_rdma_rcv_error()
2193
qpriv->
rnr_nak_state
= TID_RNR_NAK_INIT;
in tid_rdma_rcv_error()
3480
if (qpriv->
rnr_nak_state
== TID_RNR_NAK_SEND)
in hfi1_tid_write_alloc_resources()
3616
* qpriv->
rnr_nak_state
is used to determine when the scheduled RNR NAK
in hfi1_tid_write_alloc_resources()
3622
qpriv->
rnr_nak_state
= TID_RNR_NAK_SEND;
in hfi1_tid_write_alloc_resources()
3692
if (qpriv->
rnr_nak_state
)
in hfi1_rc_rcv_tid_rdma_write_req()
3711
if (qpriv->
rnr_nak_state
) {
in hfi1_rc_rcv_tid_rdma_write_req()
3714
qpriv->
rnr_nak_state
= TID_RNR_NAK_INIT;
in hfi1_rc_rcv_tid_rdma_write_req()
3857
if (qpriv->
rnr_nak_state
in hfi1_build_tid_rdma_write_resp()
[all...]
H
A
D
verbs.h
185
u8
rnr_nak_state
; /* RNR NAK state */
member
H
A
D
rc.c
320
if (qpriv->
rnr_nak_state
== TID_RNR_NAK_SEND &&
in make_rc_ack()
323
qpriv->
rnr_nak_state
= TID_RNR_NAK_SENT;
in make_rc_ack()
H
A
D
trace_tid.h
1393
__entry->prnr_nak_state = priv->
rnr_nak_state
;
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
357
qpriv->
rnr_nak_state
= TID_RNR_NAK_INIT;
in hfi1_qp_priv_init()
2198
if (qpriv->
rnr_nak_state
) {
in tid_rdma_rcv_error()
2200
qpriv->
rnr_nak_state
= TID_RNR_NAK_INIT;
in tid_rdma_rcv_error()
3492
if (qpriv->
rnr_nak_state
== TID_RNR_NAK_SEND)
in hfi1_tid_write_alloc_resources()
3628
* qpriv->
rnr_nak_state
is used to determine when the scheduled RNR NAK
in hfi1_tid_write_alloc_resources()
3634
qpriv->
rnr_nak_state
= TID_RNR_NAK_SEND;
in hfi1_tid_write_alloc_resources()
3704
if (qpriv->
rnr_nak_state
)
in hfi1_rc_rcv_tid_rdma_write_req()
3723
if (qpriv->
rnr_nak_state
) {
in hfi1_rc_rcv_tid_rdma_write_req()
3726
qpriv->
rnr_nak_state
= TID_RNR_NAK_INIT;
in hfi1_rc_rcv_tid_rdma_write_req()
3869
if (qpriv->
rnr_nak_state
in hfi1_build_tid_rdma_write_resp()
[all...]
H
A
D
verbs.h
143
u8
rnr_nak_state
; /* RNR NAK state */
member
H
A
D
rc.c
278
if (qpriv->
rnr_nak_state
== TID_RNR_NAK_SEND &&
in make_rc_ack()
281
qpriv->
rnr_nak_state
= TID_RNR_NAK_SENT;
in make_rc_ack()
H
A
D
trace_tid.h
1393
__entry->prnr_nak_state = priv->
rnr_nak_state
;
Completed in 24 milliseconds