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:allowed_ops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/
H
A
D
rdmavt_qp.h
353
u8
allowed_ops
; /* high order bits of allowed opcodes */
member
750
if (qp->
allowed_ops
== IB_OPCODE_UD)
in rvt_put_qp_swqe()
/kernel/linux/linux-6.6/include/rdma/
H
A
D
rdmavt_qp.h
353
u8
allowed_ops
; /* high order bits of allowed opcodes */
member
750
if (qp->
allowed_ops
== IB_OPCODE_UD)
in rvt_put_qp_swqe()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
1009
* @qp: Valid QP with
allowed_ops
set
1019
for (i = 0; qp->
allowed_ops
== IB_OPCODE_UD && i < qp->s_size; i++) {
in free_ud_wq_attr()
1028
* @qp: Valid QP with
allowed_ops
set
1039
for (i = 0; qp->
allowed_ops
== IB_OPCODE_UD && i < qp->s_size; i++) {
in alloc_ud_wq_attr()
1136
qp->
allowed_ops
= get_allowed_ops(init_attr->qp_type);
in rvt_create_qp()
2124
if (qp->
allowed_ops
== IB_OPCODE_UD) {
in rvt_post_one_wr()
2172
if (qp->
allowed_ops
== IB_OPCODE_UD)
in rvt_post_one_wr()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
qp.c
972
* @qp: Valid QP with
allowed_ops
set
982
for (i = 0; qp->
allowed_ops
== IB_OPCODE_UD && i < qp->s_size; i++) {
in free_ud_wq_attr()
991
* @qp: Valid QP with
allowed_ops
set
1002
for (i = 0; qp->
allowed_ops
== IB_OPCODE_UD && i < qp->s_size; i++) {
in alloc_ud_wq_attr()
1096
qp->
allowed_ops
= get_allowed_ops(init_attr->qp_type);
in rvt_create_qp()
2073
if (qp->
allowed_ops
== IB_OPCODE_UD) {
in rvt_post_one_wr()
2121
if (qp->
allowed_ops
== IB_OPCODE_UD)
in rvt_post_one_wr()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
verbs.c
321
packet->qp->
allowed_ops
) ||
in qp_ok()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
verbs.c
279
packet->qp->
allowed_ops
) ||
in qp_ok()
Completed in 16 milliseconds