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:SIW_WQE_VALID
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_cq.c
56
if (READ_ONCE(cqe->flags) &
SIW_WQE_VALID
) {
in siw_reap_cqe()
H
A
D
siw_qp_rx.c
351
if (likely(rqe->flags ==
SIW_WQE_VALID
)) {
in siw_rqe_get()
391
if (!(rqe2->flags &
SIW_WQE_VALID
)) {
in siw_rqe_get()
717
smp_store_mb(resp->flags,
SIW_WQE_VALID
);
in siw_init_rresp()
755
if (READ_ONCE(orqe->flags) &
SIW_WQE_VALID
) {
in siw_orqe_start_rx()
H
A
D
siw_qp.c
877
rreq->flags = sqe->flags |
SIW_WQE_VALID
;
in siw_read_to_orq()
987
if (!(irqe->flags &
SIW_WQE_VALID
))
in siw_activate_tx()
1092
WRITE_ONCE(cqe->flags,
SIW_WQE_VALID
);
in siw_sqe_complete()
1136
u8 cqe_flags =
SIW_WQE_VALID
;
in siw_rqe_complete()
H
A
D
siw_verbs.c
936
sqe->flags |=
SIW_WQE_VALID
;
in siw_post_send()
1080
rqe->flags =
SIW_WQE_VALID
;
in siw_post_receive()
1801
rqe->flags =
SIW_WQE_VALID
;
in siw_post_srq_recv()
H
A
D
siw.h
636
if (READ_ONCE(sqe->flags) &
SIW_WQE_VALID
)
in sq_get_next()
/kernel/linux/linux-5.10/include/uapi/rdma/
H
A
D
siw-abi.h
97
SIW_WQE_VALID
= 1,
enumerator
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
siw-abi.h
97
SIW_WQE_VALID
= 1,
enumerator
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_cq.c
56
if (READ_ONCE(cqe->flags) &
SIW_WQE_VALID
) {
in siw_reap_cqe()
H
A
D
siw_qp_rx.c
351
if (likely(rqe->flags ==
SIW_WQE_VALID
)) {
in siw_rqe_get()
391
if (!(rqe2->flags &
SIW_WQE_VALID
)) {
in siw_rqe_get()
717
smp_store_mb(resp->flags,
SIW_WQE_VALID
);
in siw_init_rresp()
755
if (READ_ONCE(orqe->flags) &
SIW_WQE_VALID
) {
in siw_orqe_start_rx()
H
A
D
siw_qp.c
880
rreq->flags = sqe->flags |
SIW_WQE_VALID
;
in siw_read_to_orq()
990
if (!(irqe->flags &
SIW_WQE_VALID
))
in siw_activate_tx()
1095
WRITE_ONCE(cqe->flags,
SIW_WQE_VALID
);
in siw_sqe_complete()
1139
u8 cqe_flags =
SIW_WQE_VALID
;
in siw_rqe_complete()
H
A
D
siw_verbs.c
940
sqe->flags |=
SIW_WQE_VALID
;
in siw_post_send()
1084
rqe->flags =
SIW_WQE_VALID
;
in siw_post_receive()
1811
rqe->flags =
SIW_WQE_VALID
;
in siw_post_srq_recv()
H
A
D
siw.h
639
if (READ_ONCE(sqe->flags) &
SIW_WQE_VALID
)
in sq_get_next()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H
A
D
siw-abi.h
83
SIW_WQE_VALID
= 1,
enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H
A
D
siw-abi.h
83
SIW_WQE_VALID
= 1,
enumerator
Completed in 17 milliseconds