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:ionic_tx_stats
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_txrx.c
689
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_map_single()
707
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_map_frag()
724
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_map_skb()
794
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_clean()
999
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_tso()
1128
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_calc_csum()
1167
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_calc_no_csum()
1204
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_skb_frags()
1218
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx()
1245
struct
ionic_tx_stats
*stat
in ionic_tx_descs_needed()
[all...]
H
A
D
ionic_stats.h
21
IONIC_STAT_DESC(struct
ionic_tx_stats
, stat_name)
H
A
D
ionic_lif.h
25
struct
ionic_tx_stats
{
struct
185
struct
ionic_tx_stats
*txqstats;
H
A
D
ionic_stats.c
164
struct
ionic_tx_stats
*txstats = &lif->txqstats[q_num];
in ionic_add_lif_txq_stats()
282
struct
ionic_tx_stats
*txstats;
in ionic_sw_stats_get_txq_values()
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_txrx.c
567
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_map_single()
585
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_map_frag()
605
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_clean()
787
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_tso()
960
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_calc_csum()
1000
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_calc_no_csum()
1037
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_skb_frags()
1059
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx()
1088
struct
ionic_tx_stats
*stats = q_to_tx_stats(q);
in ionic_tx_descs_needed()
H
A
D
ionic_stats.h
21
IONIC_STAT_DESC(struct
ionic_tx_stats
, stat_name)
H
A
D
ionic_lif.h
19
struct
ionic_tx_stats
{
struct
171
struct
ionic_tx_stats
*txqstats;
H
A
D
ionic_stats.c
182
struct
ionic_tx_stats
*txstats;
in ionic_get_lif_stats()
347
struct
ionic_tx_stats
*txstats;
in ionic_sw_stats_get_values()
H
A
D
ionic_lif.c
683
sizeof(struct
ionic_tx_stats
), GFP_KERNEL);
in ionic_qcqs_alloc()
Completed in 11 milliseconds