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:q_to_tx_stats
(Results
1 - 4
of
4
) 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 *stats =
q_to_tx_stats
(
in ionic_tx_descs_needed()
[all...]
H
A
D
ionic_lif.h
91
#define
q_to_tx_stats
(q) (&(q)->lif->txqstats[(q)->index])
macro
/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_lif.h
81
#define
q_to_tx_stats
(q) (&(q)->lif->txqstats[(q)->index])
macro
Completed in 8 milliseconds