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:dcbs_dma
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H
A
D
ocelot_fdma.c
177
dcb->llp = ocelot_fdma_idx_dma(rx_ring->
dcbs_dma
, idx);
in ocelot_fdma_alloc_rx_buffs()
259
dma_base = rx_ring->
dcbs_dma
;
in ocelot_fdma_rx_restart()
547
dma = ocelot_fdma_idx_dma(tx_ring->
dcbs_dma
, tx_ring->next_to_clean);
in ocelot_fdma_tx_cleanup()
629
dma = ocelot_fdma_idx_dma(tx_ring->
dcbs_dma
,
in ocelot_fdma_send_skb()
634
dcb->llp = ocelot_fdma_idx_dma(tx_ring->
dcbs_dma
, next_idx);
in ocelot_fdma_send_skb()
748
dma_addr_t
dcbs_dma
;
in ocelot_fdma_rings_alloc()
local
760
dcbs_dma
= fdma->dcbs_dma_base;
in ocelot_fdma_rings_alloc()
761
if (!IS_ALIGNED(
dcbs_dma
, 4)) {
in ocelot_fdma_rings_alloc()
762
adjust =
dcbs_dma
& 0x3;
in ocelot_fdma_rings_alloc()
763
dcbs_dma
in ocelot_fdma_rings_alloc()
[all...]
H
A
D
ocelot_fdma.h
85
* @
dcbs_dma
: DMA base address of the DCBs
93
dma_addr_t
dcbs_dma
;
member
117
* @
dcbs_dma
: DMA base address of the DCBs
126
dma_addr_t
dcbs_dma
;
member
Completed in 4 milliseconds