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:xgbe_ring_desc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-desc.c
165
(sizeof(struct
xgbe_ring_desc
) *
in xgbe_free_ring()
224
size = rdesc_count * sizeof(struct
xgbe_ring_desc
);
in xgbe_init_ring()
392
struct
xgbe_ring_desc
*rdesc;
in xgbe_wrapper_tx_descriptor_init()
414
rdesc_dma += sizeof(struct
xgbe_ring_desc
);
in xgbe_wrapper_tx_descriptor_init()
432
struct
xgbe_ring_desc
*rdesc;
in xgbe_wrapper_rx_descriptor_init()
458
rdesc_dma += sizeof(struct
xgbe_ring_desc
);
in xgbe_wrapper_rx_descriptor_init()
H
A
D
xgbe.h
377
struct
xgbe_ring_desc
{
struct
423
struct
xgbe_ring_desc
*rdesc; /* Virtual address of descriptor */
456
struct
xgbe_ring_desc
*rdesc;
731
int (*tx_complete)(struct
xgbe_ring_desc
*);
779
int (*is_last_desc)(struct
xgbe_ring_desc
*);
780
int (*is_context_desc)(struct
xgbe_ring_desc
*);
H
A
D
xgbe-dev.c
1377
static int xgbe_tx_complete(struct
xgbe_ring_desc
*rdesc)
in xgbe_tx_complete()
1398
struct
xgbe_ring_desc
*rdesc = rdata->rdesc;
in xgbe_tx_desc_reset()
1448
struct
xgbe_ring_desc
*rdesc = rdata->rdesc;
in xgbe_rx_desc_reset()
1600
struct
xgbe_ring_desc
*rdesc)
in xgbe_get_rx_tstamp()
1678
struct
xgbe_ring_desc
*rdesc;
in xgbe_dev_xmit()
1916
struct
xgbe_ring_desc
*rdesc;
in xgbe_dev_read()
2071
static int xgbe_is_context_desc(struct
xgbe_ring_desc
*rdesc)
in xgbe_is_context_desc()
2077
static int xgbe_is_last_desc(struct
xgbe_ring_desc
*rdesc)
in xgbe_is_last_desc()
H
A
D
xgbe-drv.c
2431
struct
xgbe_ring_desc
*rdesc;
in xgbe_tx_poll()
2768
struct
xgbe_ring_desc
*rdesc;
in xgbe_dump_tx_desc()
2788
struct
xgbe_ring_desc
*rdesc;
in xgbe_dump_rx_desc()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-desc.c
165
(sizeof(struct
xgbe_ring_desc
) *
in xgbe_free_ring()
224
size = rdesc_count * sizeof(struct
xgbe_ring_desc
);
in xgbe_init_ring()
392
struct
xgbe_ring_desc
*rdesc;
in xgbe_wrapper_tx_descriptor_init()
414
rdesc_dma += sizeof(struct
xgbe_ring_desc
);
in xgbe_wrapper_tx_descriptor_init()
432
struct
xgbe_ring_desc
*rdesc;
in xgbe_wrapper_rx_descriptor_init()
458
rdesc_dma += sizeof(struct
xgbe_ring_desc
);
in xgbe_wrapper_rx_descriptor_init()
H
A
D
xgbe.h
379
struct
xgbe_ring_desc
{
struct
425
struct
xgbe_ring_desc
*rdesc; /* Virtual address of descriptor */
458
struct
xgbe_ring_desc
*rdesc;
760
int (*tx_complete)(struct
xgbe_ring_desc
*);
811
int (*is_last_desc)(struct
xgbe_ring_desc
*);
812
int (*is_context_desc)(struct
xgbe_ring_desc
*);
H
A
D
xgbe-dev.c
1427
static int xgbe_tx_complete(struct
xgbe_ring_desc
*rdesc)
in xgbe_tx_complete()
1448
struct
xgbe_ring_desc
*rdesc = rdata->rdesc;
in xgbe_tx_desc_reset()
1498
struct
xgbe_ring_desc
*rdesc = rdata->rdesc;
in xgbe_rx_desc_reset()
1650
struct
xgbe_ring_desc
*rdesc)
in xgbe_get_rx_tstamp()
1728
struct
xgbe_ring_desc
*rdesc;
in xgbe_dev_xmit()
1966
struct
xgbe_ring_desc
*rdesc;
in xgbe_dev_read()
2121
static int xgbe_is_context_desc(struct
xgbe_ring_desc
*rdesc)
in xgbe_is_context_desc()
2127
static int xgbe_is_last_desc(struct
xgbe_ring_desc
*rdesc)
in xgbe_is_last_desc()
H
A
D
xgbe-drv.c
2422
struct
xgbe_ring_desc
*rdesc;
in xgbe_tx_poll()
2759
struct
xgbe_ring_desc
*rdesc;
in xgbe_dump_tx_desc()
2779
struct
xgbe_ring_desc
*rdesc;
in xgbe_dump_rx_desc()
Completed in 22 milliseconds