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_is_gqi
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H
A
D
gve_main.c
86
if (
gve_is_gqi
(priv))
in gve_start_xmit()
411
gve_is_gqi
(priv) ? gve_intr : gve_intr_dqo,
in gve_alloc_notify_blocks()
502
if (!
gve_is_gqi
(priv)) {
in gve_setup_device_resources()
748
if (
gve_is_gqi
(priv)) {
in gve_create_rings()
810
if (
gve_is_gqi
(priv)) {
in gve_tx_free_rings()
844
if (
gve_is_gqi
(priv))
in gve_alloc_rings()
859
if (
gve_is_gqi
(priv))
in gve_alloc_rings()
866
if (
gve_is_gqi
(priv))
in gve_alloc_rings()
930
if (
gve_is_gqi
(priv))
in gve_rx_free_rings()
1315
if (!
gve_is_gqi
(pri
in gve_open()
[all...]
H
A
D
gve_ethtool.c
349
if (
gve_is_gqi
(priv)) {
in gve_get_ethtool_stats()
521
u32 max_copybreak =
gve_is_gqi
(priv) ?
in gve_set_tunable()
606
if (
gve_is_gqi
(priv))
in gve_get_coalesce()
624
if (
gve_is_gqi
(priv))
in gve_set_coalesce()
H
A
D
gve_adminq.c
521
if (
gve_is_gqi
(priv)) {
in gve_adminq_create_tx_queue()
577
if (
gve_is_gqi
(priv)) {
in gve_adminq_create_rx_queue()
834
if (
gve_is_gqi
(priv)) {
in gve_adminq_describe_device()
860
if (
gve_is_gqi
(priv) && priv->rx_data_slot_cnt < priv->rx_desc_cnt) {
in gve_adminq_describe_device()
H
A
D
gve.h
1012
static inline bool
gve_is_gqi
(struct gve_priv *priv)
in gve_is_gqi()
function
Completed in 7 milliseconds