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:gve_num_tx_queues
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H
A
D
gve_ethtool.c
96
num_tx_queues =
gve_num_tx_queues
(priv);
in gve_get_strings()
140
num_tx_queues =
gve_num_tx_queues
(priv);
in gve_get_sset_count()
176
num_tx_queues =
gve_num_tx_queues
(priv);
in gve_get_ethtool_stats()
552
num_tx_queues =
gve_num_tx_queues
(priv);
in gve_set_priv_flags()
H
A
D
gve_main.c
100
num_tx_queues =
gve_num_tx_queues
(priv);
in gve_get_stats()
189
gve_num_tx_queues
(priv);
in gve_alloc_stats_report()
720
int num_tx_queues =
gve_num_tx_queues
(priv);
in gve_create_rings()
791
for (i = 0; i <
gve_num_tx_queues
(priv); i++) {
in add_napi_init_sync_stats()
845
err = gve_tx_alloc_rings(priv, 0,
gve_num_tx_queues
(priv));
in gve_alloc_rings()
877
gve_tx_free_rings(priv, 0,
gve_num_tx_queues
(priv));
in gve_alloc_rings()
906
int num_tx_queues =
gve_num_tx_queues
(priv);
in gve_destroy_rings()
953
int num_tx_queues =
gve_num_tx_queues
(priv);
in gve_free_rings()
1742
for (idx = 0; idx <
gve_num_tx_queues
(priv); idx++) {
in gve_turndown()
1770
for (idx = 0; idx <
gve_num_tx_queues
(pri
in gve_turnup()
[all...]
H
A
D
gve.h
1018
static inline u32
gve_num_tx_queues
(struct gve_priv *priv)
in gve_num_tx_queues()
function
Completed in 8 milliseconds