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:oicr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_main.c
2659
u32
oicr
, ena_mask;
in ice_misc_intr()
local
2665
oicr
= rd32(hw, PFINT_OICR);
in ice_misc_intr()
2668
if (
oicr
& PFINT_OICR_SWINT_M) {
in ice_misc_intr()
2673
if (
oicr
& PFINT_OICR_MAL_DETECT_M) {
in ice_misc_intr()
2677
if (
oicr
& PFINT_OICR_VFLR_M) {
in ice_misc_intr()
2690
if (
oicr
& PFINT_OICR_GRST_M) {
in ice_misc_intr()
2737
if (
oicr
& PFINT_OICR_HMC_ERR_M) {
in ice_misc_intr()
2745
oicr
&= ena_mask;
in ice_misc_intr()
2746
if (
oicr
) {
in ice_misc_intr()
2747
dev_dbg(dev, "unhandled interrupt
oicr
in ice_misc_intr()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_main.c
3074
u32
oicr
, ena_mask;
in ice_misc_intr()
local
3081
oicr
= rd32(hw, PFINT_OICR);
in ice_misc_intr()
3084
if (
oicr
& PFINT_OICR_SWINT_M) {
in ice_misc_intr()
3089
if (
oicr
& PFINT_OICR_MAL_DETECT_M) {
in ice_misc_intr()
3093
if (
oicr
& PFINT_OICR_VFLR_M) {
in ice_misc_intr()
3106
if (
oicr
& PFINT_OICR_GRST_M) {
in ice_misc_intr()
3151
if (
oicr
& PFINT_OICR_TSYN_TX_M) {
in ice_misc_intr()
3157
if (
oicr
& PFINT_OICR_TSYN_EVNT_M) {
in ice_misc_intr()
3175
if (
oicr
& ICE_AUX_CRIT_ERR) {
in ice_misc_intr()
3176
pf->oicr_err_reg |=
oicr
;
in ice_misc_intr()
[all...]
Completed in 12 milliseconds