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:ICE_ITR_NONE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx.h
208
ICE_ITR_NONE
= 3 /* ITR_NONE must not be used as an index */
enumerator
H
A
D
ice.h
474
int itr =
ICE_ITR_NONE
;
in ice_irq_dynamic_ena()
H
A
D
ice_base.c
789
(
ICE_ITR_NONE
<< GLINT_DYN_CTL_ITR_INDX_S) |
in ice_trigger_sw_intr()
H
A
D
ice_txrx.c
1559
itr_val = ice_buildreg_itr(
ICE_ITR_NONE
, 0);
in ice_update_ena_itr()
H
A
D
ice_virtchnl_pf.c
1571
ICE_ITR_NONE
<< GLINT_DYN_CTL_ITR_INDX_S);
in ice_ena_vfs()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx.h
250
ICE_ITR_NONE
= 3 /* ITR_NONE must not be used as an index */
enumerator
H
A
D
ice_base.c
975
(
ICE_ITR_NONE
<< GLINT_DYN_CTL_ITR_INDX_S) |
in ice_trigger_sw_intr()
H
A
D
ice.h
682
int itr =
ICE_ITR_NONE
;
in ice_irq_dynamic_ena()
H
A
D
ice_txrx.c
1451
itr_val = ice_buildreg_itr(
ICE_ITR_NONE
, 0);
in ice_enable_interrupt()
1492
* specifying
ICE_ITR_NONE
, which will vary in adaptive (AIM) mode and
in ice_set_wb_on_itr()
1496
((
ICE_ITR_NONE
<< GLINT_DYN_CTL_ITR_INDX_S) &
in ice_set_wb_on_itr()
H
A
D
ice_sriov.c
840
ICE_ITR_NONE
<< GLINT_DYN_CTL_ITR_INDX_S);
in ice_ena_vfs()
Completed in 20 milliseconds