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:RXE_READ_MASK
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_opcode.h
76
RXE_READ_MASK
= BIT(NUM_HDR_TYPES + 4),
enumerator
91
RXE_READ_OR_ATOMIC_MASK = (
RXE_READ_MASK
| RXE_ATOMIC_MASK),
93
RXE_READ_OR_WRITE_MASK = (
RXE_READ_MASK
| RXE_WRITE_MASK),
94
RXE_RDMA_OP_MASK = (
RXE_READ_MASK
| RXE_WRITE_MASK |
H
A
D
rxe_resp.c
217
if (((pkt->mask &
RXE_READ_MASK
) &&
in check_qp_attr_access()
448
access = (pkt->mask &
RXE_READ_MASK
) ? IB_ACCESS_REMOTE_READ
in check_rkey()
612
case
RXE_READ_MASK
:
in rxe_prepare_res()
879
res = rxe_prepare_res(qp, req_pkt,
RXE_READ_MASK
);
in read_reply()
1009
} else if (pkt->mask &
RXE_READ_MASK
) {
in execute()
1299
} else if (pkt->mask &
RXE_READ_MASK
) {
in duplicate_request()
H
A
D
rxe_opcode.c
262
.mask = RXE_RETH_MASK | RXE_REQ_MASK |
RXE_READ_MASK
|
797
RXE_REQ_MASK |
RXE_READ_MASK
|
H
A
D
rxe_req.c
570
if (pkt->mask &
RXE_READ_MASK
)
in update_wqe_psn()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H
A
D
rxe_opcode.h
74
RXE_READ_MASK
= BIT(NUM_HDR_TYPES + 4),
enumerator
86
RXE_READ_OR_ATOMIC = (
RXE_READ_MASK
| RXE_ATOMIC_MASK),
H
A
D
rxe_resp.c
256
if (((pkt->mask &
RXE_READ_MASK
) &&
in check_op_valid()
402
if (pkt->mask & (
RXE_READ_MASK
| RXE_WRITE_MASK)) {
in check_rkey()
409
access = (pkt->mask &
RXE_READ_MASK
) ? IB_ACCESS_REMOTE_READ
in check_rkey()
421
if ((pkt->mask & (
RXE_READ_MASK
| RXE_WRITE_OR_SEND)) &&
in check_rkey()
653
res->type =
RXE_READ_MASK
;
in read_reply()
780
} else if (pkt->mask &
RXE_READ_MASK
) {
in execute()
1060
} else if (pkt->mask &
RXE_READ_MASK
) {
in duplicate_request()
H
A
D
rxe_opcode.c
245
.mask = RXE_RETH_MASK | RXE_REQ_MASK |
RXE_READ_MASK
756
| RXE_REQ_MASK |
RXE_READ_MASK
H
A
D
rxe_req.c
516
if (pkt->mask &
RXE_READ_MASK
)
in update_wqe_psn()
H
A
D
rxe_qp.c
129
} else if (res->type ==
RXE_READ_MASK
) {
in free_rd_atomic_resource()
Completed in 9 milliseconds