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:notify_flags
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
cq.h
57
int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags
notify_flags
);
H
A
D
cq.c
337
* @
notify_flags
: the type of notification to request
344
int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags
notify_flags
)
in rvt_req_notify_cq()
argument
356
cq->notify =
notify_flags
& IB_CQ_SOLICITED_MASK;
in rvt_req_notify_cq()
358
if (
notify_flags
& IB_CQ_REPORT_MISSED_EVENTS) {
in rvt_req_notify_cq()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
cq.h
15
int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags
notify_flags
);
H
A
D
cq.c
295
* @
notify_flags
: the type of notification to request
302
int rvt_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags
notify_flags
)
in rvt_req_notify_cq()
argument
314
cq->notify =
notify_flags
& IB_CQ_SOLICITED_MASK;
in rvt_req_notify_cq()
316
if (
notify_flags
& IB_CQ_REPORT_MISSED_EVENTS) {
in rvt_req_notify_cq()
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/
H
A
D
pvrdma_cq.c
59
* @
notify_flags
: notification flags
64
enum ib_cq_notify_flags
notify_flags
)
in pvrdma_req_notify_cq()
72
val |= (
notify_flags
& IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED ?
in pvrdma_req_notify_cq()
79
if (
notify_flags
& IB_CQ_REPORT_MISSED_EVENTS) {
in pvrdma_req_notify_cq()
63
pvrdma_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_
notify_flags
notify_flags
)
pvrdma_req_notify_cq()
argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/
H
A
D
pvrdma_cq.c
59
* @
notify_flags
: notification flags
64
enum ib_cq_notify_flags
notify_flags
)
in pvrdma_req_notify_cq()
72
val |= (
notify_flags
& IB_CQ_SOLICITED_MASK) == IB_CQ_SOLICITED ?
in pvrdma_req_notify_cq()
79
if (
notify_flags
& IB_CQ_REPORT_MISSED_EVENTS) {
in pvrdma_req_notify_cq()
63
pvrdma_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_
notify_flags
notify_flags
)
pvrdma_req_notify_cq()
argument
/kernel/linux/linux-5.10/include/linux/power/
H
A
D
smartreflex.h
232
* @
notify_flags
: specify the events to be notified to the class driver
242
u8
notify_flags
;
member
/kernel/linux/linux-6.6/include/linux/power/
H
A
D
smartreflex.h
234
* @
notify_flags
: specify the events to be notified to the class driver
244
u8
notify_flags
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
cq.c
643
if (cq->
notify_flags
!= IB_CQ_NEXT_COMP)
in mlx5_ib_arm_cq()
644
cq->
notify_flags
= flags & IB_CQ_SOLICITED_MASK;
in mlx5_ib_arm_cq()
1401
if (cq->
notify_flags
== IB_CQ_NEXT_COMP ||
in mlx5_ib_generate_wc()
1403
cq->
notify_flags
= 0;
in mlx5_ib_generate_wc()
H
A
D
mlx5_ib.h
512
enum ib_cq_notify_flags
notify_flags
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
cq.c
653
if (cq->
notify_flags
!= IB_CQ_NEXT_COMP)
in mlx5_ib_arm_cq()
654
cq->
notify_flags
= flags & IB_CQ_SOLICITED_MASK;
in mlx5_ib_arm_cq()
1436
if (cq->
notify_flags
== IB_CQ_NEXT_COMP ||
in mlx5_ib_generate_wc()
1438
cq->
notify_flags
= 0;
in mlx5_ib_generate_wc()
H
A
D
mlx5_ib.h
580
enum ib_cq_notify_flags
notify_flags
;
member
/kernel/linux/linux-5.10/drivers/soc/ti/
H
A
D
smartreflex.c
214
if (sr_class->notify && sr_class->
notify_flags
&& sr_info->irq) {
in sr_late_init()
/kernel/linux/linux-6.6/drivers/soc/ti/
H
A
D
smartreflex.c
203
if (sr_class->notify && sr_class->
notify_flags
&& sr_info->irq) {
in sr_late_init()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
verbs.c
3736
* @
notify_flags
: notofication flags
3739
enum ib_cq_notify_flags
notify_flags
)
in irdma_req_notify_cq()
3748
cq_notify =
notify_flags
== IB_CQ_SOLICITED ?
in irdma_req_notify_cq()
3755
if (iwcq->last_notify == IRDMA_CQ_COMPL_SOLICITED &&
notify_flags
!= IB_CQ_SOLICITED)
in irdma_req_notify_cq()
3763
if ((
notify_flags
& IB_CQ_REPORT_MISSED_EVENTS) &&
in irdma_req_notify_cq()
3738
irdma_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_
notify_flags
notify_flags
)
irdma_req_notify_cq()
argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_verbs.c
2407
* @
notify_flags
: notofication flags
2410
enum ib_cq_notify_flags
notify_flags
)
in i40iw_req_notify_cq()
2419
if (
notify_flags
== IB_CQ_SOLICITED)
in i40iw_req_notify_cq()
2409
i40iw_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_
notify_flags
notify_flags
)
i40iw_req_notify_cq()
argument
Completed in 30 milliseconds