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:netdev_desc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/
H
A
D
dl2k.h
38
#define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct
netdev_desc
)
39
#define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct
netdev_desc
)
355
struct
netdev_desc
{
struct
366
struct
netdev_desc
*rx_ring;
367
struct
netdev_desc
*tx_ring;
392
struct
netdev_desc
*last_tx; /* Last Tx descriptor used. */
H
A
D
sundance.c
69
#define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct
netdev_desc
)
70
#define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct
netdev_desc
)
340
struct
netdev_desc
{
struct
346
/* Bits in
netdev_desc
.status */
363
struct
netdev_desc
*rx_ring;
364
struct
netdev_desc
*tx_ring;
390
struct
netdev_desc
*last_tx; /* Last Tx descriptor used. */
549
np->tx_ring = (struct
netdev_desc
*)ring_space;
in sundance_probe1()
556
np->rx_ring = (struct
netdev_desc
*)ring_space;
in sundance_probe1()
1063
struct
netdev_desc
*txdes
in tx_poll()
[all...]
H
A
D
dl2k.c
427
static inline dma_addr_t desc_to_dma(struct
netdev_desc
*desc)
in desc_to_dma()
493
sizeof(struct
netdev_desc
));
in alloc_list()
510
sizeof(struct
netdev_desc
));
in alloc_list()
711
struct
netdev_desc
*txdesc;
in start_xmit()
766
entry * sizeof (struct
netdev_desc
));
in start_xmit()
890
np->old_tx * sizeof (struct
netdev_desc
));
in tx_error()
925
struct
netdev_desc
*desc = &np->rx_ring[entry];
in receive_packet()
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/
H
A
D
dl2k.h
38
#define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct
netdev_desc
)
39
#define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct
netdev_desc
)
355
struct
netdev_desc
{
struct
366
struct
netdev_desc
*rx_ring;
367
struct
netdev_desc
*tx_ring;
392
struct
netdev_desc
*last_tx; /* Last Tx descriptor used. */
H
A
D
sundance.c
69
#define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct
netdev_desc
)
70
#define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct
netdev_desc
)
340
struct
netdev_desc
{
struct
346
/* Bits in
netdev_desc
.status */
363
struct
netdev_desc
*rx_ring;
364
struct
netdev_desc
*tx_ring;
390
struct
netdev_desc
*last_tx; /* Last Tx descriptor used. */
551
np->tx_ring = (struct
netdev_desc
*)ring_space;
in sundance_probe1()
558
np->rx_ring = (struct
netdev_desc
*)ring_space;
in sundance_probe1()
1065
struct
netdev_desc
*txdes
in tx_poll()
[all...]
H
A
D
dl2k.c
426
static inline dma_addr_t desc_to_dma(struct
netdev_desc
*desc)
in desc_to_dma()
492
sizeof(struct
netdev_desc
));
in alloc_list()
509
sizeof(struct
netdev_desc
));
in alloc_list()
710
struct
netdev_desc
*txdesc;
in start_xmit()
765
entry * sizeof (struct
netdev_desc
));
in start_xmit()
887
np->old_tx * sizeof (struct
netdev_desc
));
in tx_error()
922
struct
netdev_desc
*desc = &np->rx_ring[entry];
in receive_packet()
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/
H
A
D
natsemi.c
513
struct
netdev_desc
{
struct
541
struct
netdev_desc
*rx_ring;
542
struct
netdev_desc
*tx_ring;
556
struct
netdev_desc
*rx_head_desc;
1719
writel(np->ring_dma + RX_RING_SIZE * sizeof(struct
netdev_desc
),
in init_registers()
1917
sizeof(struct
netdev_desc
) * (RX_RING_SIZE + TX_RING_SIZE),
in alloc_ring()
1978
+sizeof(struct
netdev_desc
)
in init_ring()
1997
+sizeof(struct
netdev_desc
)
in init_ring()
2052
sizeof(struct
netdev_desc
) * (RX_RING_SIZE + TX_RING_SIZE),
in free_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/natsemi/
H
A
D
natsemi.c
513
struct
netdev_desc
{
struct
541
struct
netdev_desc
*rx_ring;
542
struct
netdev_desc
*tx_ring;
556
struct
netdev_desc
*rx_head_desc;
1719
writel(np->ring_dma + RX_RING_SIZE * sizeof(struct
netdev_desc
),
in init_registers()
1917
sizeof(struct
netdev_desc
) * (RX_RING_SIZE + TX_RING_SIZE),
in alloc_ring()
1978
+sizeof(struct
netdev_desc
)
in init_ring()
1997
+sizeof(struct
netdev_desc
)
in init_ring()
2052
sizeof(struct
netdev_desc
) * (RX_RING_SIZE + TX_RING_SIZE),
in free_ring()
Completed in 25 milliseconds