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_TXCH_NUM
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
pci.h
737
u32 tx_bd_addrs[
RTW89_TXCH_NUM
];
750
struct rtw89_pci_ch_dma_addr tx[
RTW89_TXCH_NUM
];
795
const struct rtw89_pci_bd_ram (*bd_ram_table)[
RTW89_TXCH_NUM
];
962
struct rtw89_pci_tx_ring tx_rings[
RTW89_TXCH_NUM
];
966
DECLARE_BITMAP(kick_map,
RTW89_TXCH_NUM
);
1062
extern const struct rtw89_pci_bd_ram rtw89_bd_ram_table_dual[
RTW89_TXCH_NUM
];
1063
extern const struct rtw89_pci_bd_ram rtw89_bd_ram_table_single[
RTW89_TXCH_NUM
];
H
A
D
txrx.h
301
RTW89_TXCH_NUM
,
enumerator
302
RTW89_TXCH_MAX =
RTW89_TXCH_NUM
- 1
H
A
D
pci.c
902
if (txch >=
RTW89_TXCH_NUM
)
in rtw89_pci_get_txch_addrs()
1080
for (txch = 0; txch <
RTW89_TXCH_NUM
; txch++) {
in rtw89_pci_tx_kick_off_pending()
1121
for (i = 0; i <
RTW89_TXCH_NUM
; i++) {
in __rtw89_pci_ops_flush_txchs()
1136
__rtw89_pci_ops_flush_txchs(rtwdev, BIT(
RTW89_TXCH_NUM
) - 1, drop);
in rtw89_pci_ops_flush_queues()
1388
const struct rtw89_pci_bd_ram rtw89_bd_ram_table_dual[
RTW89_TXCH_NUM
] = {
1405
const struct rtw89_pci_bd_ram rtw89_bd_ram_table_single[
RTW89_TXCH_NUM
] = {
1431
for (i = 0; i <
RTW89_TXCH_NUM
; i++) {
in rtw89_pci_reset_trx_rings()
1484
for (txch = 0; txch <
RTW89_TXCH_NUM
; txch++) {
in rtw89_pci_ops_reset()
1567
for (i = 0; i <
RTW89_TXCH_NUM
; i++) {
in rtw89_pci_switch_bd_idx_addr()
2802
for (i = 0; i <
RTW89_TXCH_NUM
;
in rtw89_pci_free_tx_rings()
[all...]
Completed in 10 milliseconds