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:int_rate_limit
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_ethtool.c
2817
ec->rx_coalesce_usecs_high = vsi->
int_rate_limit
;
in __i40e_get_coalesce()
2818
ec->tx_coalesce_usecs_high = vsi->
int_rate_limit
;
in __i40e_get_coalesce()
2871
intrl = i40e_intrl_usec_to_reg(vsi->
int_rate_limit
);
in i40e_set_itr_per_queue()
2938
if (ec->tx_coalesce_usecs_high != vsi->
int_rate_limit
) {
in __i40e_set_coalesce()
2978
vsi->
int_rate_limit
= INTRL_REG_TO_USEC(intrl_reg);
in __i40e_set_coalesce()
2979
if (vsi->
int_rate_limit
!= ec->rx_coalesce_usecs_high) {
in __i40e_set_coalesce()
2981
vsi->
int_rate_limit
);
in __i40e_set_coalesce()
H
A
D
i40e.h
774
u16
int_rate_limit
; /* value in usecs */
member
H
A
D
i40e_main.c
3705
i40e_intrl_usec_to_reg(vsi->
int_rate_limit
));
in i40e_vsi_configure_msix()
10868
vsi->
int_rate_limit
= 0;
in i40e_vsi_mem_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_ethtool.c
2913
ec->rx_coalesce_usecs_high = vsi->
int_rate_limit
;
in __i40e_get_coalesce()
2914
ec->tx_coalesce_usecs_high = vsi->
int_rate_limit
;
in __i40e_get_coalesce()
2971
intrl = i40e_intrl_usec_to_reg(vsi->
int_rate_limit
);
in i40e_set_itr_per_queue()
3038
if (ec->tx_coalesce_usecs_high != vsi->
int_rate_limit
) {
in __i40e_set_coalesce()
3078
vsi->
int_rate_limit
= INTRL_REG_TO_USEC(intrl_reg);
in __i40e_set_coalesce()
3079
if (vsi->
int_rate_limit
!= ec->rx_coalesce_usecs_high) {
in __i40e_set_coalesce()
3081
vsi->
int_rate_limit
);
in __i40e_set_coalesce()
H
A
D
i40e.h
888
u16
int_rate_limit
; /* value in usecs */
member
H
A
D
i40e_main.c
3909
i40e_intrl_usec_to_reg(vsi->
int_rate_limit
));
in i40e_vsi_configure_msix()
11505
vsi->
int_rate_limit
= 0;
in i40e_vsi_mem_alloc()
Completed in 54 milliseconds