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
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H
A
D
lan966x_fdma.c
116
/* calculate how many pages are needed to allocate the
dcbs
*/
in lan966x_fdma_rx_alloc()
120
rx->
dcbs
= dma_alloc_coherent(lan966x->dev, size, &rx->dma, GFP_KERNEL);
in lan966x_fdma_rx_alloc()
121
if (!rx->
dcbs
)
in lan966x_fdma_rx_alloc()
124
rx->last_entry = rx->
dcbs
;
in lan966x_fdma_rx_alloc()
130
dcb = &rx->
dcbs
[i];
in lan966x_fdma_rx_alloc()
164
dma_free_coherent(lan966x->dev, size, rx->
dcbs
, rx->dma);
in lan966x_fdma_rx_free()
253
/* calculate how many pages are needed to allocate the
dcbs
*/
in lan966x_fdma_tx_alloc()
256
tx->
dcbs
= dma_alloc_coherent(lan966x->dev, size, &tx->dma, GFP_KERNEL);
in lan966x_fdma_tx_alloc()
257
if (!tx->
dcbs
)
in lan966x_fdma_tx_alloc()
262
dcb = &tx->
dcbs
[
in lan966x_fdma_tx_alloc()
[all...]
H
A
D
lan966x_main.h
222
/* Pointer to the array of hardware
dcbs
. */
223
struct lan966x_rx_dcb *
dcbs
;
member
225
/* Pointer to the last address in the
dcbs
. */
237
/* Represents the index in the
dcbs
. It has a value between 0 and
242
/* Represents the dma address to the
dcbs
array */
279
struct lan966x_tx_dcb *
dcbs
;
member
285
/* Array of
dcbs
that are given to the HW */
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H
A
D
ocelot_fdma.c
171
dcb = &rx_ring->
dcbs
[idx];
in ocelot_fdma_alloc_rx_buffs()
230
dcb = &rx_ring->
dcbs
[idx];
in ocelot_fdma_rx_set_llp()
407
dcb = &rx_ring->
dcbs
[idx];
in ocelot_fdma_rx_get()
502
dcb = &tx_ring->
dcbs
[ntc];
in ocelot_fdma_tx_cleanup()
544
dcb = &tx_ring->
dcbs
[new_null_llp_idx];
in ocelot_fdma_tx_cleanup()
616
dcb = &tx_ring->
dcbs
[tx_ring->next_to_use];
in ocelot_fdma_send_skb()
746
struct ocelot_fdma_dcb *
dcbs
;
in ocelot_fdma_rings_alloc()
local
759
dcbs
= fdma->dcbs_base;
in ocelot_fdma_rings_alloc()
764
dcbs
= (void *)
dcbs
in ocelot_fdma_rings_alloc()
[all...]
H
A
D
ocelot_fdma.h
84
* @
dcbs
: DCBs allocated for the ring
92
struct ocelot_fdma_dcb *
dcbs
;
member
116
* @
dcbs
: DCBs allocated for the ring
125
struct ocelot_fdma_dcb *
dcbs
;
member
Completed in 5 milliseconds