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:unhandled_irqs
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.h
48
unsigned int
unhandled_irqs
; /* # of unhandled interrupts */
member
H
A
D
cxgb2.c
512
*data++ = t->
unhandled_irqs
;
in get_stats()
H
A
D
sge.c
1649
sge->stats.
unhandled_irqs
++;
in t1_interrupt()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.h
39
unsigned int
unhandled_irqs
; /* # of unhandled interrupts */
member
H
A
D
cxgb2.c
513
*data++ = t->
unhandled_irqs
;
in get_stats()
H
A
D
sge.c
1679
sge->stats.
unhandled_irqs
++;
in t1_interrupt()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
adapter.h
156
unsigned long
unhandled_irqs
; /* # of spurious intrs */
member
H
A
D
sge.c
2614
q->
unhandled_irqs
++;
in t3_sge_intr_msix()
2633
q->
unhandled_irqs
++;
in t3_sge_intr_msix_napi()
2669
q->
unhandled_irqs
++;
in t3_intr_msi()
2706
q->
unhandled_irqs
++;
in t3_intr_msi_napi()
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm_tis_core.h
103
unsigned int
unhandled_irqs
;
member
H
A
D
tpm_tis_core.c
834
priv->
unhandled_irqs
= 1;
in tpm_tis_update_unhandled_irqs()
836
priv->
unhandled_irqs
++;
in tpm_tis_update_unhandled_irqs()
840
if (priv->
unhandled_irqs
> TPM_TIS_MAX_UNHANDLED_IRQS)
in tpm_tis_update_unhandled_irqs()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
adapter.h
156
unsigned long
unhandled_irqs
; /* # of spurious intrs */
member
H
A
D
sge.c
2612
q->
unhandled_irqs
++;
in t3_sge_intr_msix()
2631
q->
unhandled_irqs
++;
in t3_sge_intr_msix_napi()
2667
q->
unhandled_irqs
++;
in t3_intr_msi()
2704
q->
unhandled_irqs
++;
in t3_intr_msi_napi()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
adapter.h
173
unsigned int
unhandled_irqs
; /* bogus interrupts */
member
H
A
D
cxgb4vf_main.c
2203
R3("u", "RspQNullInts:", rspq.
unhandled_irqs
);
in sge_qstats_show()
2228
evtq->
unhandled_irqs
);
in sge_qstats_show()
2236
intrq->
unhandled_irqs
);
in sge_qstats_show()
H
A
D
sge.c
1903
rspq->
unhandled_irqs
++;
in napi_rx_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
adapter.h
174
unsigned int
unhandled_irqs
; /* bogus interrupts */
member
H
A
D
cxgb4vf_main.c
2211
R3("u", "RspQNullInts:", rspq.
unhandled_irqs
);
in sge_qstats_show()
2236
evtq->
unhandled_irqs
);
in sge_qstats_show()
2244
intrq->
unhandled_irqs
);
in sge_qstats_show()
H
A
D
sge.c
1900
rspq->
unhandled_irqs
++;
in napi_rx_handler()
Completed in 40 milliseconds