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:data_mem_pool
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H
A
D
dxe.c
708
wcn->
data_mem_pool
.chunk_size = WCN36XX_BD_CHUNK_SIZE +
in wcn36xx_dxe_allocate_mem_pools()
711
s = wcn->
data_mem_pool
.chunk_size * WCN36XX_DXE_CH_DESC_NUMB_TX_L;
in wcn36xx_dxe_allocate_mem_pools()
713
&wcn->
data_mem_pool
.phy_addr,
in wcn36xx_dxe_allocate_mem_pools()
718
wcn->
data_mem_pool
.virt_addr = cpu_addr;
in wcn36xx_dxe_allocate_mem_pools()
736
if (wcn->
data_mem_pool
.virt_addr) {
in wcn36xx_dxe_free_mem_pools()
737
dma_free_coherent(wcn->dev, wcn->
data_mem_pool
.chunk_size *
in wcn36xx_dxe_free_mem_pools()
739
wcn->
data_mem_pool
.virt_addr,
in wcn36xx_dxe_free_mem_pools()
740
wcn->
data_mem_pool
.phy_addr);
in wcn36xx_dxe_free_mem_pools()
875
wcn36xx_dxe_init_tx_bd(&wcn->dxe_tx_l_ch, &wcn->
data_mem_pool
);
in wcn36xx_dxe_init()
H
A
D
wcn36xx.h
253
struct wcn36xx_dxe_mem_pool
data_mem_pool
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H
A
D
dxe.c
709
wcn->
data_mem_pool
.chunk_size = WCN36XX_BD_CHUNK_SIZE +
in wcn36xx_dxe_allocate_mem_pools()
712
s = wcn->
data_mem_pool
.chunk_size * WCN36XX_DXE_CH_DESC_NUMB_TX_L;
in wcn36xx_dxe_allocate_mem_pools()
714
&wcn->
data_mem_pool
.phy_addr,
in wcn36xx_dxe_allocate_mem_pools()
719
wcn->
data_mem_pool
.virt_addr = cpu_addr;
in wcn36xx_dxe_allocate_mem_pools()
737
if (wcn->
data_mem_pool
.virt_addr) {
in wcn36xx_dxe_free_mem_pools()
738
dma_free_coherent(wcn->dev, wcn->
data_mem_pool
.chunk_size *
in wcn36xx_dxe_free_mem_pools()
740
wcn->
data_mem_pool
.virt_addr,
in wcn36xx_dxe_free_mem_pools()
741
wcn->
data_mem_pool
.phy_addr);
in wcn36xx_dxe_free_mem_pools()
923
wcn36xx_dxe_init_tx_bd(&wcn->dxe_tx_l_ch, &wcn->
data_mem_pool
);
in wcn36xx_dxe_init()
H
A
D
wcn36xx.h
278
struct wcn36xx_dxe_mem_pool
data_mem_pool
;
member
Completed in 5 milliseconds