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:QM_PIRQ_MRI
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
H
A
D
qman_portal.c
102
irq_sources |= QM_PIRQ_EQCI | QM_PIRQ_EQRI |
QM_PIRQ_MRI
|
in init_pcfg()
H
A
D
qman.c
1313
isdr &= ~(QM_PIRQ_DQRI |
QM_PIRQ_MRI
);
in qman_create_portal()
1540
qman_p_irqsource_add(p,
QM_PIRQ_MRI
);
in qm_mr_process_task()
1558
if (is &
QM_PIRQ_MRI
) {
in __poll_portal_slow()
1559
qman_p_irqsource_remove(p,
QM_PIRQ_MRI
);
in __poll_portal_slow()
/kernel/linux/linux-5.10/include/soc/fsl/
H
A
D
qman.h
51
#define
QM_PIRQ_MRI
0x00010000 /* MR Ring (non-empty) */
macro
57
QM_PIRQ_MRI
)
/kernel/linux/linux-6.6/include/soc/fsl/
H
A
D
qman.h
51
#define
QM_PIRQ_MRI
0x00010000 /* MR Ring (non-empty) */
macro
57
QM_PIRQ_MRI
)
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
H
A
D
qman_portal.c
144
irq_sources |= QM_PIRQ_EQCI | QM_PIRQ_EQRI |
QM_PIRQ_MRI
|
in init_pcfg()
H
A
D
qman.c
1313
isdr &= ~(QM_PIRQ_DQRI |
QM_PIRQ_MRI
);
in qman_create_portal()
1540
qman_p_irqsource_add(p,
QM_PIRQ_MRI
);
in qm_mr_process_task()
1558
if (is &
QM_PIRQ_MRI
) {
in __poll_portal_slow()
1559
qman_p_irqsource_remove(p,
QM_PIRQ_MRI
);
in __poll_portal_slow()
Completed in 15 milliseconds