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:IB_POLL_DIRECT
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
cq.c
59
cq->poll_ctx ==
IB_POLL_DIRECT
)
in rdma_dim_init()
133
* Using direct processing on CQ with non
IB_POLL_DIRECT
type may trigger
248
case
IB_POLL_DIRECT
:
in __ib_alloc_cq()
329
case
IB_POLL_DIRECT
:
in ib_free_cq()
434
*
IB_POLL_DIRECT
cannot be used for shared cqs so it is not a valid value
H
A
D
verbs.c
2730
if (cq->poll_ctx ==
IB_POLL_DIRECT
)
in __ib_drain_sq()
2764
if (cq->poll_ctx ==
IB_POLL_DIRECT
)
in __ib_drain_rq()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
cq.c
58
cq->poll_ctx ==
IB_POLL_DIRECT
)
in rdma_dim_init()
132
* Using direct processing on CQ with non
IB_POLL_DIRECT
type may trigger
247
case
IB_POLL_DIRECT
:
in __ib_alloc_cq()
328
case
IB_POLL_DIRECT
:
in ib_free_cq()
425
*
IB_POLL_DIRECT
cannot be used for shared cqs so it is not a valid value
H
A
D
verbs.c
2843
if (cq->poll_ctx ==
IB_POLL_DIRECT
)
in __ib_drain_sq()
2877
if (cq->poll_ctx ==
IB_POLL_DIRECT
)
in __ib_drain_rq()
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
rdma.c
478
poll_ctx =
IB_POLL_DIRECT
;
in nvme_rdma_create_cq()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
rdma.c
476
comp_vector,
IB_POLL_DIRECT
);
in nvme_rdma_create_cq()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H
A
D
rtrs-clt.c
1719
max_recv_wr,
IB_POLL_DIRECT
);
in create_con_cq_qp()
2779
* @nr_poll_queues: number of polling mode connection using
IB_POLL_DIRECT
flag
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_verbs.h
1558
IB_POLL_DIRECT
, /* caller context, no hw completions */
enumerator
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_verbs.h
1588
IB_POLL_DIRECT
, /* caller context, no hw completions */
enumerator
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
H
A
D
ib_srp.c
553
ch->comp_vector,
IB_POLL_DIRECT
);
in srp_create_ch_ib()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
qp.c
4368
if (cq->poll_ctx ==
IB_POLL_DIRECT
) {
in handle_drain_completion()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
qp.c
4403
if (cq->poll_ctx ==
IB_POLL_DIRECT
) {
in handle_drain_completion()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
H
A
D
ib_srp.c
548
ch->comp_vector,
IB_POLL_DIRECT
);
in srp_create_ch_ib()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
5362
if (cq->poll_ctx ==
IB_POLL_DIRECT
) {
in handle_drain_completion()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
qp.c
5694
if (cq->poll_ctx ==
IB_POLL_DIRECT
) {
in handle_drain_completion()
Completed in 66 milliseconds