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_tx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
H
A
D
Makefile
4
gve-objs := gve_main.o
gve_tx
.o gve_rx.o gve_ethtool.o gve_adminq.o
H
A
D
gve.h
518
netdev_tx_t
gve_tx
(struct sk_buff *skb, struct net_device *dev);
H
A
D
gve_tx.c
479
netdev_tx_t
gve_tx
(struct sk_buff *skb, struct net_device *dev)
in gve_tx()
function
490
* queue for want of resources, but prior calls to
gve_tx
()
in gve_tx()
H
A
D
gve_main.c
994
.ndo_start_xmit =
gve_tx
,
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H
A
D
Makefile
4
gve-objs := gve_main.o
gve_tx
.o gve_tx_dqo.o gve_rx.o gve_rx_dqo.o gve_ethtool.o gve_adminq.o gve_utils.o
H
A
D
gve.h
1040
netdev_tx_t
gve_tx
(struct sk_buff *skb, struct net_device *dev);
H
A
D
gve_tx.c
683
netdev_tx_t
gve_tx
(struct sk_buff *skb, struct net_device *dev)
in gve_tx()
function
694
* queue for want of resources, but prior calls to
gve_tx
()
in gve_tx()
H
A
D
gve_main.c
87
return
gve_tx
(skb, dev);
in gve_start_xmit()
Completed in 11 milliseconds