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_CH12
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
pci.c
111
struct rtw89_pci_tx_ring *tx_ring = &rtwpci->tx_rings[
RTW89_TXCH_CH12
];
in rtw89_pci_reclaim_tx_fwcmd()
487
if (txch ==
RTW89_TXCH_CH12
) {
in rtw89_pci_release_rpp()
939
struct rtw89_pci_tx_ring *tx_ring = &rtwpci->tx_rings[
RTW89_TXCH_CH12
];
in __rtw89_pci_check_and_reclaim_tx_fwcmd_resource()
1027
if (txch ==
RTW89_TXCH_CH12
)
in rtw89_pci_check_and_reclaim_tx_resource()
1123
if (i ==
RTW89_TXCH_CH12
)
in __rtw89_pci_ops_flush_txchs()
1299
if (tx_ring->txch ==
RTW89_TXCH_CH12
)
in rtw89_pci_txbd_submit()
1341
if ((txch ==
RTW89_TXCH_CH12
||
in rtw89_pci_tx_write()
1343
(txch !=
RTW89_TXCH_CH12
||
in rtw89_pci_tx_write()
1401
[
RTW89_TXCH_CH12
] = {.start_idx = 60, .max_num = 4, .min_num = 1},
1412
[
RTW89_TXCH_CH12
]
[all...]
H
A
D
txrx.h
298
RTW89_TXCH_CH12
= 12, /* FW CMD */
enumerator
H
A
D
core.c
986
cnt = rtw89_hci_check_and_reclaim_tx_resource(rtwdev,
RTW89_TXCH_CH12
);
in rtw89_h2c_tx()
997
rtw89_hci_tx_kick_off(rtwdev,
RTW89_TXCH_CH12
);
in rtw89_h2c_tx()
Completed in 12 milliseconds