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:ocelot_fdma
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H
A
D
ocelot_fdma.c
17
#include "
ocelot_fdma
.h"
56
static int ocelot_fdma_rx_ring_free(struct
ocelot_fdma
*fdma)
in ocelot_fdma_rx_ring_free()
67
static int ocelot_fdma_tx_ring_free(struct
ocelot_fdma
*fdma)
in ocelot_fdma_tx_ring_free()
78
static bool ocelot_fdma_tx_ring_empty(struct
ocelot_fdma
*fdma)
in ocelot_fdma_tx_ring_empty()
148
struct
ocelot_fdma
*fdma = ocelot->fdma;
in ocelot_fdma_alloc_rx_buffs()
236
struct
ocelot_fdma
*fdma = ocelot->fdma;
in ocelot_fdma_rx_restart()
391
struct
ocelot_fdma
*fdma = ocelot->fdma;
in ocelot_fdma_rx_get()
483
struct
ocelot_fdma
*fdma = ocelot->fdma;
in ocelot_fdma_tx_cleanup()
553
struct
ocelot_fdma
*fdma = container_of(napi, struct
ocelot_fdma
, nap
in ocelot_fdma_napi_poll()
[all...]
H
A
D
Makefile
17
ocelot_fdma
.o \
H
A
D
ocelot_fdma.h
135
* struct
ocelot_fdma
- FDMA context
146
struct
ocelot_fdma
{
struct
H
A
D
ocelot_net.c
19
#include "
ocelot_fdma
.h"
1852
struct
ocelot_fdma
*fdma = ocelot->fdma;
in ocelot_release_port()
/kernel/linux/linux-6.6/include/soc/mscc/
H
A
D
ocelot.h
888
struct
ocelot_fdma
*fdma;
Completed in 8 milliseconds