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:used_bd_dma
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
ctxt-info.c
264
rx_cfg->used_rbd_addr = cpu_to_le64(trans_pcie->rxq->
used_bd_dma
);
in iwl_pcie_ctxt_info_init()
H
A
D
ctxt-info-gen3.c
225
cpu_to_le64(trans_pcie->rxq->
used_bd_dma
);
in iwl_pcie_ctxt_info_gen3_init()
H
A
D
rx.c
745
rxq->used_bd, rxq->
used_bd_dma
);
in iwl_pcie_free_rxq_dma()
746
rxq->
used_bd_dma
= 0;
in iwl_pcie_free_rxq_dma()
797
&rxq->
used_bd_dma
,
in iwl_pcie_alloc_rxq_dma()
1013
trans_pcie->rxq[i].
used_bd_dma
);
in iwl_pcie_rx_mq_hw_init()
H
A
D
internal.h
201
dma_addr_t
used_bd_dma
;
member
H
A
D
trans.c
2313
data->ur_bd_cb = trans_pcie->rxq[queue].
used_bd_dma
;
in iwl_trans_pcie_rxq_dma_data()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
ctxt-info.c
216
rx_cfg->used_rbd_addr = cpu_to_le64(trans_pcie->rxq->
used_bd_dma
);
in iwl_pcie_ctxt_info_init()
H
A
D
rx.c
697
rxq->used_bd, rxq->
used_bd_dma
);
in iwl_pcie_free_rxq_dma()
698
rxq->
used_bd_dma
= 0;
in iwl_pcie_free_rxq_dma()
743
&rxq->
used_bd_dma
,
in iwl_pcie_alloc_rxq_dma()
943
trans_pcie->rxq[i].
used_bd_dma
);
in iwl_pcie_rx_mq_hw_init()
H
A
D
internal.h
127
* @
used_bd_dma
: physical address of buffer of used receive buffer descriptors (rbd)
150
dma_addr_t
used_bd_dma
;
member
H
A
D
ctxt-info-gen3.c
192
cpu_to_le64(trans_pcie->rxq->
used_bd_dma
);
in iwl_pcie_ctxt_info_gen3_init()
H
A
D
trans.c
2387
data->ur_bd_cb = trans_pcie->rxq[queue].
used_bd_dma
;
in iwl_trans_pcie_rxq_dma_data()
Completed in 18 milliseconds