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
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
rx.c
693
if (rxq->
used_bd
)
in iwl_pcie_free_rxq_dma()
697
rxq->
used_bd
, rxq->used_bd_dma);
in iwl_pcie_free_rxq_dma()
699
rxq->
used_bd
= NULL;
in iwl_pcie_free_rxq_dma()
740
rxq->
used_bd
= dma_alloc_coherent(dev,
in iwl_pcie_alloc_rxq_dma()
745
if (!rxq->
used_bd
)
in iwl_pcie_alloc_rxq_dma()
1460
struct iwl_rx_completion_desc_bz *cd = rxq->
used_bd
;
in iwl_pcie_get_rxb()
1465
struct iwl_rx_completion_desc *cd = rxq->
used_bd
;
in iwl_pcie_get_rxb()
1470
__le32 *cd = rxq->
used_bd
;
in iwl_pcie_get_rxb()
H
A
D
internal.h
126
* @
used_bd
: driver's pointer to buffer of used receive buffer descriptors (rbd)
149
void *
used_bd
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
rx.c
741
if (rxq->
used_bd
)
in iwl_pcie_free_rxq_dma()
745
rxq->
used_bd
, rxq->used_bd_dma);
in iwl_pcie_free_rxq_dma()
747
rxq->
used_bd
= NULL;
in iwl_pcie_free_rxq_dma()
795
rxq->
used_bd
= dma_alloc_coherent(dev,
in iwl_pcie_alloc_rxq_dma()
799
if (!rxq->
used_bd
)
in iwl_pcie_alloc_rxq_dma()
H
A
D
internal.h
197
void *
used_bd
;
member
Completed in 9 milliseconds