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:funeth_rxbuf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/
H
A
D
funeth_txrx.h
148
struct
funeth_rxbuf
{ /* per Rx buffer state */
struct
156
struct
funeth_rxbuf
*bufs; /* base of Rx buffer state ring */
176
struct
funeth_rxbuf
*bufs; /* base of Rx buffer state ring */
177
struct
funeth_rxbuf
*cur_buf; /* currently active buffer */
187
struct
funeth_rxbuf
spare_buf; /* spare for next buffer replacement */
H
A
D
funeth_rx.c
38
static void refresh_refs(struct
funeth_rxbuf
*buf)
in refresh_refs()
50
static void cache_offer(struct funeth_rxq *q, const struct
funeth_rxbuf
*buf)
in cache_offer()
67
static bool cache_get(struct funeth_rxq *q, struct
funeth_rxbuf
*rb)
in cache_get()
70
struct
funeth_rxbuf
*buf;
in cache_get()
98
static int funeth_alloc_page(struct funeth_rxq *q, struct
funeth_rxbuf
*rb,
in funeth_alloc_page()
127
static void funeth_free_page(struct funeth_rxq *q, struct
funeth_rxbuf
*rb)
in funeth_free_page()
255
static struct
funeth_rxbuf
*
256
get_buf(struct funeth_rxq *q, struct
funeth_rxbuf
*buf, unsigned int len)
in get_buf()
299
struct
funeth_rxbuf
*buf = q->cur_buf;
in fun_gather_pkt()
538
struct
funeth_rxbuf
*
in fun_rxq_free_bufs()
[all...]
Completed in 3 milliseconds