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:ag71xx_desc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/
H
A
D
ag71xx.c
292
struct
ag71xx_desc
{
struct
299
#define AG71XX_DESC_SIZE roundup(sizeof(struct
ag71xx_desc
), \
365
struct
ag71xx_desc
*stop_desc;
386
static int ag71xx_desc_empty(struct
ag71xx_desc
*desc)
in ag71xx_desc_empty()
391
static struct
ag71xx_desc
*ag71xx_ring_desc(struct ag71xx_ring *ring, int idx)
in ag71xx_ring_desc()
393
return (struct
ag71xx_desc
*)&ring->descs_cpu[idx * AG71XX_DESC_SIZE];
in ag71xx_ring_desc()
791
struct
ag71xx_desc
*desc;
in ag71xx_tx_packets()
1188
struct
ag71xx_desc
*desc;
in ag71xx_ring_tx_clean()
1220
struct
ag71xx_desc
*desc = ag71xx_ring_desc(ring, i);
in ag71xx_ring_tx_init()
1266
struct
ag71xx_desc
*des
in ag71xx_fill_rx_buf()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/
H
A
D
ag71xx.c
294
struct
ag71xx_desc
{
struct
301
#define AG71XX_DESC_SIZE roundup(sizeof(struct
ag71xx_desc
), \
367
struct
ag71xx_desc
*stop_desc;
388
static int ag71xx_desc_empty(struct
ag71xx_desc
*desc)
in ag71xx_desc_empty()
393
static struct
ag71xx_desc
*ag71xx_ring_desc(struct ag71xx_ring *ring, int idx)
in ag71xx_ring_desc()
395
return (struct
ag71xx_desc
*)&ring->descs_cpu[idx * AG71XX_DESC_SIZE];
in ag71xx_ring_desc()
804
struct
ag71xx_desc
*desc;
in ag71xx_tx_packets()
1147
struct
ag71xx_desc
*desc;
in ag71xx_ring_tx_clean()
1179
struct
ag71xx_desc
*desc = ag71xx_ring_desc(ring, i);
in ag71xx_ring_tx_init()
1225
struct
ag71xx_desc
*des
in ag71xx_fill_rx_buf()
[all...]
Completed in 6 milliseconds