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:RVT_S_WAIT_PSN
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_rc.c
263
qp->s_flags |=
RVT_S_WAIT_PSN
;
in qib_make_rc_req()
807
* Set
RVT_S_WAIT_PSN
as qib_rc_complete() may start the timer
in reset_psn()
813
qp->s_flags |=
RVT_S_WAIT_PSN
;
in reset_psn()
845
RVT_S_WAIT_SSN_CREDIT |
RVT_S_WAIT_PSN
|
in qib_restart_rc()
913
!(qp->s_flags & (RVT_S_TIMER | RVT_S_WAIT_RNR |
RVT_S_WAIT_PSN
)) &&
in qib_rc_send_complete()
931
if (qp->s_flags &
RVT_S_WAIT_PSN
&&
in qib_rc_send_complete()
933
qp->s_flags &= ~
RVT_S_WAIT_PSN
;
in qib_rc_send_complete()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_rc.c
264
qp->s_flags |=
RVT_S_WAIT_PSN
;
in qib_make_rc_req()
808
* Set
RVT_S_WAIT_PSN
as qib_rc_complete() may start the timer
in reset_psn()
814
qp->s_flags |=
RVT_S_WAIT_PSN
;
in reset_psn()
846
RVT_S_WAIT_SSN_CREDIT |
RVT_S_WAIT_PSN
|
in qib_restart_rc()
914
!(qp->s_flags & (RVT_S_TIMER | RVT_S_WAIT_RNR |
RVT_S_WAIT_PSN
)) &&
in qib_rc_send_complete()
932
if (qp->s_flags &
RVT_S_WAIT_PSN
&&
in qib_rc_send_complete()
934
qp->s_flags &= ~
RVT_S_WAIT_PSN
;
in qib_rc_send_complete()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
rdmavt_qp.h
75
*
RVT_S_WAIT_PSN
- waiting for a packet to exit the send DMA queue
95
#define
RVT_S_WAIT_PSN
0x4000
macro
119
RVT_S_WAIT_PSN
| RVT_S_WAIT_ACK)
/kernel/linux/linux-6.6/include/rdma/
H
A
D
rdmavt_qp.h
75
*
RVT_S_WAIT_PSN
- waiting for a packet to exit the send DMA queue
95
#define
RVT_S_WAIT_PSN
0x4000
macro
119
RVT_S_WAIT_PSN
| RVT_S_WAIT_ACK)
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
rc.c
502
qp->s_flags |=
RVT_S_WAIT_PSN
;
in hfi1_make_rc_req()
1591
* Set
RVT_S_WAIT_PSN
as rc_complete() may start the timer
in reset_psn()
1597
qp->s_flags |=
RVT_S_WAIT_PSN
;
in reset_psn()
1665
RVT_S_WAIT_SSN_CREDIT |
RVT_S_WAIT_PSN
|
in hfi1_restart_rc()
1803
(RVT_S_TIMER | RVT_S_WAIT_RNR |
RVT_S_WAIT_PSN
)) &&
in hfi1_rc_send_complete()
1847
if (qp->s_flags &
RVT_S_WAIT_PSN
&&
in hfi1_rc_send_complete()
1849
qp->s_flags &= ~
RVT_S_WAIT_PSN
;
in hfi1_rc_send_complete()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
rc.c
461
qp->s_flags |=
RVT_S_WAIT_PSN
;
in hfi1_make_rc_req()
1549
* Set
RVT_S_WAIT_PSN
as rc_complete() may start the timer
in reset_psn()
1555
qp->s_flags |=
RVT_S_WAIT_PSN
;
in reset_psn()
1623
RVT_S_WAIT_SSN_CREDIT |
RVT_S_WAIT_PSN
|
in hfi1_restart_rc()
1761
(RVT_S_TIMER | RVT_S_WAIT_RNR |
RVT_S_WAIT_PSN
)) &&
in hfi1_rc_send_complete()
1805
if (qp->s_flags &
RVT_S_WAIT_PSN
&&
in hfi1_rc_send_complete()
1807
qp->s_flags &= ~
RVT_S_WAIT_PSN
;
in hfi1_rc_send_complete()
Completed in 15 milliseconds