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:avg_pkt_size
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx.c
1258
* @
avg_pkt_size
: average size of Tx or Rx packets based on clean routine
1280
unsigned int
avg_pkt_size
,
in ice_adjust_itr_by_size_and_speed()
1285
itr += DIV_ROUND_UP(17 * (
avg_pkt_size
+ 24),
in ice_adjust_itr_by_size_and_speed()
1286
avg_pkt_size
+ 640);
in ice_adjust_itr_by_size_and_speed()
1289
itr += DIV_ROUND_UP(34 * (
avg_pkt_size
+ 24),
in ice_adjust_itr_by_size_and_speed()
1290
avg_pkt_size
+ 640);
in ice_adjust_itr_by_size_and_speed()
1293
itr += DIV_ROUND_UP(43 * (
avg_pkt_size
+ 24),
in ice_adjust_itr_by_size_and_speed()
1294
avg_pkt_size
+ 640);
in ice_adjust_itr_by_size_and_speed()
1297
itr += DIV_ROUND_UP(68 * (
avg_pkt_size
+ 24),
in ice_adjust_itr_by_size_and_speed()
1298
avg_pkt_size
in ice_adjust_itr_by_size_and_speed()
1279
ice_adjust_itr_by_size_and_speed(struct ice_port_info *port_info, unsigned int
avg_pkt_size
, unsigned int itr)
ice_adjust_itr_by_size_and_speed()
argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_netdev.c
1456
unsigned long
avg_pkt_size
;
in mlx4_en_auto_moderation()
local
1476
avg_pkt_size
= packets ? (rx_bytes -
in mlx4_en_auto_moderation()
1482
avg_pkt_size
> MLX4_EN_AVG_PKT_SMALL) {
in mlx4_en_auto_moderation()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_netdev.c
1456
unsigned long
avg_pkt_size
;
in mlx4_en_auto_moderation()
local
1476
avg_pkt_size
= packets ? (rx_bytes -
in mlx4_en_auto_moderation()
1482
avg_pkt_size
> MLX4_EN_AVG_PKT_SMALL) {
in mlx4_en_auto_moderation()
Completed in 13 milliseconds