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:ITR_IS_DYNAMIC
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx.h
227
#define
ITR_IS_DYNAMIC
(setting) (!!((setting) & ICE_ITR_DYNAMIC))
macro
H
A
D
ice_ethtool.c
3530
ec->use_adaptive_rx_coalesce =
ITR_IS_DYNAMIC
(rc->itr_setting);
in ice_get_rc_coalesce()
3535
ec->use_adaptive_tx_coalesce =
ITR_IS_DYNAMIC
(rc->itr_setting);
in ice_get_rc_coalesce()
H
A
D
ice_txrx.c
1339
if (!rc->ring || !
ITR_IS_DYNAMIC
(rc->itr_setting))
in ice_update_itr()
H
A
D
ice_lib.c
2733
if (!
ITR_IS_DYNAMIC
(rc->itr_setting))
in ice_vsi_rebuild_update_coalesce_itr()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_ethtool.c
693
if (
ITR_IS_DYNAMIC
(rx_ring->itr_setting))
in __iavf_get_coalesce()
696
if (
ITR_IS_DYNAMIC
(tx_ring->itr_setting))
in __iavf_get_coalesce()
H
A
D
iavf_txrx.h
27
#define
ITR_IS_DYNAMIC
(setting) (!!((setting) & IAVF_ITR_DYNAMIC))
macro
H
A
D
iavf_txrx.c
427
if (!rc->ring || !
ITR_IS_DYNAMIC
(rc->ring->itr_setting))
in iavf_update_itr()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_txrx.h
26
#define
ITR_IS_DYNAMIC
(setting) (!!((setting) & I40E_ITR_DYNAMIC))
macro
H
A
D
i40e_debugfs.c
288
ITR_IS_DYNAMIC
(rx_ring->itr_setting) ? "dynamic" : "fixed");
in i40e_dbg_dump_vsi_seid()
326
ITR_IS_DYNAMIC
(tx_ring->itr_setting) ? "dynamic" : "fixed");
in i40e_dbg_dump_vsi_seid()
365
ITR_IS_DYNAMIC
(xdp_ring->itr_setting) ?
in i40e_dbg_dump_vsi_seid()
H
A
D
i40e_ethtool.c
2802
if (
ITR_IS_DYNAMIC
(rx_ring->itr_setting))
in __i40e_get_coalesce()
2805
if (
ITR_IS_DYNAMIC
(tx_ring->itr_setting))
in __i40e_get_coalesce()
H
A
D
i40e_txrx.c
1015
if (!rc->ring || !
ITR_IS_DYNAMIC
(rc->ring->itr_setting))
in i40e_update_itr()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_txrx.h
26
#define
ITR_IS_DYNAMIC
(setting) (!!((setting) & I40E_ITR_DYNAMIC))
macro
H
A
D
i40e_debugfs.c
287
ITR_IS_DYNAMIC
(rx_ring->itr_setting) ? "dynamic" : "fixed");
in i40e_dbg_dump_vsi_seid()
326
ITR_IS_DYNAMIC
(tx_ring->itr_setting) ? "dynamic" : "fixed");
in i40e_dbg_dump_vsi_seid()
365
ITR_IS_DYNAMIC
(xdp_ring->itr_setting) ?
in i40e_dbg_dump_vsi_seid()
H
A
D
i40e_ethtool.c
2898
if (
ITR_IS_DYNAMIC
(rx_ring->itr_setting))
in __i40e_get_coalesce()
2901
if (
ITR_IS_DYNAMIC
(tx_ring->itr_setting))
in __i40e_get_coalesce()
H
A
D
i40e_txrx.c
1172
if (!rc->ring || !
ITR_IS_DYNAMIC
(rc->ring->itr_setting))
in i40e_update_itr()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx.h
273
#define
ITR_IS_DYNAMIC
(rc) ((rc)->itr_mode == ITR_DYNAMIC)
macro
H
A
D
ice_txrx.c
1392
if (
ITR_IS_DYNAMIC
(tx)) {
in ice_net_dim()
1399
if (
ITR_IS_DYNAMIC
(rx)) {
in ice_net_dim()
H
A
D
ice_ethtool.c
3597
ec->use_adaptive_rx_coalesce =
ITR_IS_DYNAMIC
(rc);
in ice_get_rc_coalesce()
3602
ec->use_adaptive_tx_coalesce =
ITR_IS_DYNAMIC
(rc);
in ice_get_rc_coalesce()
H
A
D
ice_lib.c
2037
if (
ITR_IS_DYNAMIC
(&q_vector->tx) ||
ITR_IS_DYNAMIC
(&q_vector->rx)) {
in ice_set_q_vector_intrl()
3039
* Also, always write the ITR, even if in
ITR_IS_DYNAMIC
in ice_vsi_rebuild_set_coalesce()
H
A
D
ice_main.c
6396
tx_dynamic =
ITR_IS_DYNAMIC
(rc);
in ice_init_moderation()
6407
rx_dynamic =
ITR_IS_DYNAMIC
(rc);
in ice_init_moderation()
8238
if (!
ITR_IS_DYNAMIC
(rc))
in ice_chnl_cfg_res()
8245
if (!
ITR_IS_DYNAMIC
(rc))
in ice_chnl_cfg_res()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H
A
D
iavf_txrx.h
26
#define
ITR_IS_DYNAMIC
(setting) (!!((setting) & IAVF_ITR_DYNAMIC))
macro
H
A
D
iavf_ethtool.c
714
if (
ITR_IS_DYNAMIC
(rx_ring->itr_setting))
in __iavf_get_coalesce()
717
if (
ITR_IS_DYNAMIC
(tx_ring->itr_setting))
in __iavf_get_coalesce()
H
A
D
iavf_txrx.c
457
if (!rc->ring || !
ITR_IS_DYNAMIC
(rc->ring->itr_setting))
in iavf_update_itr()
Completed in 78 milliseconds