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:ksz_desc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
971
* struct
ksz_desc
- Descriptor structure
978
struct
ksz_desc
{
struct
1000
struct
ksz_desc
*ring;
1001
struct
ksz_desc
*cur;
1592
static inline void reset_desc(struct
ksz_desc
*desc, union desc_stat status)
in reset_desc()
1598
static inline void release_desc(struct
ksz_desc
*desc)
in release_desc()
1608
static void get_rx_pkt(struct ksz_desc_info *info, struct
ksz_desc
**desc)
in get_rx_pkt()
1617
static inline void set_rx_buf(struct
ksz_desc
*desc, u32 addr)
in set_rx_buf()
1622
static inline void set_rx_len(struct
ksz_desc
*desc, u32 len)
in set_rx_len()
1628
struct
ksz_desc
**des
in get_tx_pkt()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
903
* struct
ksz_desc
- Descriptor structure
910
struct
ksz_desc
{
struct
932
struct
ksz_desc
*ring;
933
struct
ksz_desc
*cur;
1515
static inline void reset_desc(struct
ksz_desc
*desc, union desc_stat status)
in reset_desc()
1521
static inline void release_desc(struct
ksz_desc
*desc)
in release_desc()
1531
static void get_rx_pkt(struct ksz_desc_info *info, struct
ksz_desc
**desc)
in get_rx_pkt()
1540
static inline void set_rx_buf(struct
ksz_desc
*desc, u32 addr)
in set_rx_buf()
1545
static inline void set_rx_len(struct
ksz_desc
*desc, u32 len)
in set_rx_len()
1551
struct
ksz_desc
**des
in get_tx_pkt()
[all...]
Completed in 13 milliseconds