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:tso_packets
(Results
1 - 25
of
29
) sorted by relevance
1
2
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H
A
D
mana_ethtool.c
118
u64
tso_packets
;
in mana_get_ethtool_stats()
local
163
tso_packets
= tx_stats->
tso_packets
;
in mana_get_ethtool_stats()
176
data[i++] =
tso_packets
;
in mana_get_ethtool_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
mlx4_stats.h
36
unsigned long
tso_packets
;
member
H
A
D
en_port.c
264
priv->port_stats.
tso_packets
= 0;
in mlx4_en_DUMP_ETH_STATS()
274
priv->port_stats.
tso_packets
+= READ_ONCE(ring->
tso_packets
);
in mlx4_en_DUMP_ETH_STATS()
H
A
D
mlx4_en.h
300
unsigned long
tso_packets
;
member
H
A
D
en_tx.c
1027
ring->
tso_packets
++;
in mlx4_en_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
mlx4_stats.h
30
unsigned long
tso_packets
;
member
H
A
D
en_port.c
268
priv->port_stats.
tso_packets
= 0;
in mlx4_en_DUMP_ETH_STATS()
278
priv->port_stats.
tso_packets
+= READ_ONCE(ring->
tso_packets
);
in mlx4_en_DUMP_ETH_STATS()
H
A
D
mlx4_en.h
290
unsigned long
tso_packets
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ef100_tx.c
399
tx_queue->
tso_packets
+= segments;
in ef100_enqueue_skb()
H
A
D
tx.c
392
tx_queue->
tso_packets
+= segments;
in __efx_enqueue_skb()
H
A
D
net_driver.h
247
* @
tso_packets
: Number of packets via the TSO xmit path
294
unsigned int
tso_packets
;
member
H
A
D
ethtool_common.c
72
EFX_ETHTOOL_UINT_TXQ_STAT(
tso_packets
),
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_stats.h
348
u64
tso_packets
;
member
H
A
D
en_stats.c
364
s->tx_tso_packets += sq_stats->
tso_packets
;
in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
1567
{ MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats,
tso_packets
) },
H
A
D
en_tx.c
205
stats->
tso_packets
++;
in mlx5e_tx_get_gso_ihs()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ef100_tx.c
491
tx_queue->
tso_packets
+= segments;
in __ef100_enqueue_skb()
H
A
D
tx.c
392
tx_queue->
tso_packets
+= segments;
in __efx_enqueue_skb()
H
A
D
net_driver.h
228
* @
tso_packets
: Number of packets via the TSO xmit path
275
unsigned int
tso_packets
;
member
H
A
D
ethtool_common.c
72
EFX_ETHTOOL_UINT_TXQ_STAT(
tso_packets
),
/kernel/linux/linux-6.6/include/net/mana/
H
A
D
mana.h
68
u64
tso_packets
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
en_stats.h
406
u64
tso_packets
;
member
H
A
D
en_stats.c
412
s->tx_tso_packets += sq_stats->
tso_packets
;
in mlx5e_stats_grp_sw_update_stats_sq()
2041
{ MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats,
tso_packets
) },
2192
{ MLX5E_DECLARE_QOS_TX_STAT(struct mlx5e_sq_stats,
tso_packets
) },
H
A
D
en_tx.c
169
stats->
tso_packets
++;
in mlx5e_tx_get_gso_ihs()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
net_driver.h
246
* @
tso_packets
: Number of packets via the TSO xmit path
293
unsigned int
tso_packets
;
member
H
A
D
ethtool_common.c
72
EFX_ETHTOOL_UINT_TXQ_STAT(
tso_packets
),
Completed in 39 milliseconds
1
2