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_GRAN_S
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx.h
229
#define
ICE_ITR_GRAN_S
1 /* ITR granularity is always 2us */
macro
230
#define ICE_ITR_GRAN_US BIT(
ICE_ITR_GRAN_S
)
250
((((usecs) << (GLINT_DYN_CTL_INTERVAL_S -
ICE_ITR_GRAN_S
)) & \
H
A
D
ice_base.c
708
ITR_REG_ALIGN(rc->current_itr) >>
ICE_ITR_GRAN_S
);
in ice_cfg_itr()
718
ITR_REG_ALIGN(rc->current_itr) >>
ICE_ITR_GRAN_S
);
in ice_cfg_itr()
H
A
D
ice_txrx.c
1477
* shift by the GLINT_DYN_CTL_INTERVAL_S -
ICE_ITR_GRAN_S
to apply this
in ice_buildreg_itr()
1486
(itr << (GLINT_DYN_CTL_INTERVAL_S -
ICE_ITR_GRAN_S
));
in ice_buildreg_itr()
H
A
D
ice_lib.c
2735
ITR_REG_ALIGN(rc->itr_setting) >>
ICE_ITR_GRAN_S
);
in ice_vsi_rebuild_update_coalesce_itr()
H
A
D
ice_main.c
2885
ITR_REG_ALIGN(ICE_ITR_8K) >>
ICE_ITR_GRAN_S
);
in ice_req_irq_msix_misc()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx.h
274
#define
ICE_ITR_GRAN_S
1 /* ITR granularity is always 2us */
macro
275
#define ICE_ITR_GRAN_US BIT(
ICE_ITR_GRAN_S
)
288
((((usecs) << (GLINT_DYN_CTL_INTERVAL_S -
ICE_ITR_GRAN_S
)) & \
H
A
D
ice_txrx.c
1416
* shift by the GLINT_DYN_CTL_INTERVAL_S -
ICE_ITR_GRAN_S
to apply this
in ice_buildreg_itr()
1425
(itr << (GLINT_DYN_CTL_INTERVAL_S -
ICE_ITR_GRAN_S
));
in ice_buildreg_itr()
H
A
D
ice_lib.c
2006
ITR_REG_ALIGN(itr) >>
ICE_ITR_GRAN_S
);
in __ice_write_itr()
H
A
D
ice_main.c
3355
ITR_REG_ALIGN(ICE_ITR_8K) >>
ICE_ITR_GRAN_S
);
in ice_req_irq_msix_misc()
Completed in 31 milliseconds