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:xrx200_chan
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/
H
A
D
lantiq_xrx200.c
55
struct
xrx200_chan
{
struct
68
struct
xrx200_chan
chan_tx;
69
struct
xrx200_chan
chan_rx;
98
static void xrx200_flush_dma(struct
xrx200_chan
*ch)
in xrx200_flush_dma()
155
static int xrx200_alloc_skb(struct
xrx200_chan
*ch)
in xrx200_alloc_skb()
188
static int xrx200_hw_receive(struct
xrx200_chan
*ch)
in xrx200_hw_receive()
219
struct
xrx200_chan
*ch = container_of(napi,
in xrx200_poll_rx()
220
struct
xrx200_chan
, napi);
in xrx200_poll_rx()
247
struct
xrx200_chan
*ch = container_of(napi,
in xrx200_tx_housekeeping()
248
struct
xrx200_chan
, nap
in xrx200_tx_housekeeping()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/
H
A
D
lantiq_xrx200.c
61
struct
xrx200_chan
{
struct
81
struct
xrx200_chan
chan_tx;
82
struct
xrx200_chan
chan_rx;
130
static void xrx200_flush_dma(struct
xrx200_chan
*ch)
in xrx200_flush_dma()
187
static int xrx200_alloc_buf(struct
xrx200_chan
*ch, void *(*alloc)(unsigned int size))
in xrx200_alloc_buf()
220
static int xrx200_hw_receive(struct
xrx200_chan
*ch)
in xrx200_hw_receive()
285
struct
xrx200_chan
*ch = container_of(napi,
in xrx200_poll_rx()
286
struct
xrx200_chan
, napi);
in xrx200_poll_rx()
315
struct
xrx200_chan
*ch = container_of(napi,
in xrx200_tx_housekeeping()
316
struct
xrx200_chan
, nap
in xrx200_tx_housekeeping()
[all...]
Completed in 2 milliseconds