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:boom_tx_desc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H
A
D
3c59x.c
563
struct
boom_tx_desc
{
struct
598
struct
boom_tx_desc
* tx_ring;
1211
+ sizeof(struct
boom_tx_desc
) * TX_RING_SIZE,
in vortex_probe1()
1217
vp->tx_ring = (struct
boom_tx_desc
*)(vp->rx_ring + RX_RING_SIZE);
in vortex_probe1()
1476
sizeof(struct
boom_tx_desc
) * TX_RING_SIZE,
in vortex_probe1()
1913
iowrite32(vp->tx_ring_dma + (vp->dirty_tx % TX_RING_SIZE) * sizeof(struct
boom_tx_desc
),
in vortex_tx_timeout()
2116
struct
boom_tx_desc
*prev_entry = &vp->tx_ring[(vp->cur_tx-1) % TX_RING_SIZE];
in boomerang_start_xmit()
2214
prev_entry->next = cpu_to_le32(vp->tx_ring_dma + entry * sizeof(struct
boom_tx_desc
));
in boomerang_start_xmit()
2216
iowrite32(vp->tx_ring_dma + entry * sizeof(struct
boom_tx_desc
), ioaddr + DownListPtr);
in boomerang_start_xmit()
2423
vp->tx_ring_dma + entry * sizeof(struct
boom_tx_desc
))
in _boomerang_interrupt()
[all...]
H
A
D
3c515.c
287
struct
boom_tx_desc
{
struct
300
struct
boom_tx_desc
tx_ring[TX_RING_SIZE];
1000
struct
boom_tx_desc
*prev_entry;
in corkscrew_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/
H
A
D
3c59x.c
563
struct
boom_tx_desc
{
struct
598
struct
boom_tx_desc
* tx_ring;
1212
+ sizeof(struct
boom_tx_desc
) * TX_RING_SIZE,
in vortex_probe1()
1218
vp->tx_ring = (struct
boom_tx_desc
*)(vp->rx_ring + RX_RING_SIZE);
in vortex_probe1()
1478
sizeof(struct
boom_tx_desc
) * TX_RING_SIZE,
in vortex_probe1()
1915
iowrite32(vp->tx_ring_dma + (vp->dirty_tx % TX_RING_SIZE) * sizeof(struct
boom_tx_desc
),
in vortex_tx_timeout()
2118
struct
boom_tx_desc
*prev_entry = &vp->tx_ring[(vp->cur_tx-1) % TX_RING_SIZE];
in boomerang_start_xmit()
2216
prev_entry->next = cpu_to_le32(vp->tx_ring_dma + entry * sizeof(struct
boom_tx_desc
));
in boomerang_start_xmit()
2218
iowrite32(vp->tx_ring_dma + entry * sizeof(struct
boom_tx_desc
), ioaddr + DownListPtr);
in boomerang_start_xmit()
2425
vp->tx_ring_dma + entry * sizeof(struct
boom_tx_desc
))
in _boomerang_interrupt()
[all...]
H
A
D
3c515.c
289
struct
boom_tx_desc
{
struct
302
struct
boom_tx_desc
tx_ring[TX_RING_SIZE];
1004
struct
boom_tx_desc
*prev_entry;
in corkscrew_start_xmit()
Completed in 16 milliseconds