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:Vmxnet3_RxDesc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H
A
D
vmxnet3_xdp.h
33
struct
Vmxnet3_RxDesc
*rxd,
H
A
D
vmxnet3_defs.h
228
struct
Vmxnet3_RxDesc
{
struct
388
struct
Vmxnet3_RxDesc
rxd;
H
A
D
vmxnet3_drv.c
250
static void vmxnet3_RxDescToCPU(const struct
Vmxnet3_RxDesc
*srcDesc,
in vmxnet3_RxDescToCPU()
251
struct
Vmxnet3_RxDesc
*dstDesc)
in vmxnet3_RxDescToCPU()
1517
struct
Vmxnet3_RxDesc
rxCmdDesc;
in vmxnet3_rq_rx_complete()
1530
struct
Vmxnet3_RxDesc
*rxd;
in vmxnet3_rq_rx_complete()
1914
struct
Vmxnet3_RxDesc
*rxd;
in vmxnet3_rq_cleanup()
1924
struct
Vmxnet3_RxDesc
rxDesc;
in vmxnet3_rq_cleanup()
1991
* sizeof(struct
Vmxnet3_RxDesc
),
in vmxnet3_rq_destroy()
2072
sizeof(struct
Vmxnet3_RxDesc
));
in vmxnet3_rq_init()
2135
sz = rq->rx_ring[i].size * sizeof(struct
Vmxnet3_RxDesc
);
in vmxnet3_rq_create()
H
A
D
vmxnet3_xdp.c
372
struct
Vmxnet3_RxDesc
*rxd,
in vmxnet3_process_xdp()
/kernel/linux/linux-5.10/drivers/net/vmxnet3/
H
A
D
vmxnet3_defs.h
203
struct
Vmxnet3_RxDesc
{
struct
359
struct
Vmxnet3_RxDesc
rxd;
H
A
D
vmxnet3_drv.c
223
static void vmxnet3_RxDescToCPU(const struct
Vmxnet3_RxDesc
*srcDesc,
in vmxnet3_RxDescToCPU()
224
struct
Vmxnet3_RxDesc
*dstDesc)
in vmxnet3_RxDescToCPU()
1372
struct
Vmxnet3_RxDesc
rxCmdDesc;
in vmxnet3_rq_rx_complete()
1383
struct
Vmxnet3_RxDesc
*rxd;
in vmxnet3_rq_rx_complete()
1672
struct
Vmxnet3_RxDesc
*rxd;
in vmxnet3_rq_cleanup()
1681
struct
Vmxnet3_RxDesc
rxDesc;
in vmxnet3_rq_cleanup()
1740
* sizeof(struct
Vmxnet3_RxDesc
),
in vmxnet3_rq_destroy()
1818
sizeof(struct
Vmxnet3_RxDesc
));
in vmxnet3_rq_init()
1870
sz = rq->rx_ring[i].size * sizeof(struct
Vmxnet3_RxDesc
);
in vmxnet3_rq_create()
Completed in 14 milliseconds