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:RTW89_RXCH_NUM
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
txrx.h
310
RTW89_RXCH_NUM
,
enumerator
311
RTW89_RXCH_MAX =
RTW89_RXCH_NUM
- 1
H
A
D
pci.h
738
u32 rx_bd_addrs[
RTW89_RXCH_NUM
];
751
struct rtw89_pci_ch_dma_addr rx[
RTW89_RXCH_NUM
];
963
struct rtw89_pci_rx_ring rx_rings[
RTW89_RXCH_NUM
];
H
A
D
pci.c
626
for (i = 0; i <
RTW89_RXCH_NUM
; i++) {
in rtw89_pci_isr_rxd_unavail()
916
if (rxch >=
RTW89_RXCH_NUM
)
in rtw89_pci_get_rxch_addrs()
1453
for (i = 0; i <
RTW89_RXCH_NUM
; i++) {
in rtw89_pci_reset_trx_rings()
1574
for (i = 0; i <
RTW89_RXCH_NUM
; i++) {
in rtw89_pci_switch_bd_idx_addr()
2850
for (i = 0; i <
RTW89_RXCH_NUM
; i++) {
in rtw89_pci_free_rx_rings()
3114
for (i = 0; i <
RTW89_RXCH_NUM
; i++) {
in rtw89_pci_alloc_rx_rings()
Completed in 10 milliseconds