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:RTW_TX_QUEUE_HI0
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
pci.c
29
[
RTW_TX_QUEUE_HI0
] = RTK_PCI_TXBD_IDX_HI0Q,
43
case
RTW_TX_QUEUE_HI0
:
in rtw_pci_get_tx_qsel()
451
len = rtwpci->tx_rings[
RTW_TX_QUEUE_HI0
].r.len;
in rtw_pci_reset_buf_desc()
452
dma = rtwpci->tx_rings[
RTW_TX_QUEUE_HI0
].r.dma;
in rtw_pci_reset_buf_desc()
453
rtwpci->tx_rings[
RTW_TX_QUEUE_HI0
].r.rp = 0;
in rtw_pci_reset_buf_desc()
454
rtwpci->tx_rings[
RTW_TX_QUEUE_HI0
].r.wp = 0;
in rtw_pci_reset_buf_desc()
743
q ==
RTW_TX_QUEUE_HI0
)
in __rtw_pci_flush_queues()
1171
rtw_pci_tx_isr(rtwdev, rtwpci,
RTW_TX_QUEUE_HI0
);
in rtw_pci_interrupt_threadfn()
H
A
D
sdio.c
471
case
RTW_TX_QUEUE_HI0
:
in rtw_sdio_get_tx_addr()
557
case
RTW_TX_QUEUE_HI0
:
in rtw_sdio_check_free_txpg()
589
case
RTW_TX_QUEUE_HI0
:
in rtw_sdio_check_free_txpg()
725
case
RTW_TX_QUEUE_HI0
:
in rtw_sdio_get_tx_qsel()
H
A
D
tx.c
735
queue =
RTW_TX_QUEUE_HI0
;
in rtw_tx_queue_mapping()
H
A
D
main.h
201
RTW_TX_QUEUE_HI0
= 0x6,
enumerator
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
pci.c
29
[
RTW_TX_QUEUE_HI0
] = RTK_PCI_TXBD_IDX_HI0Q,
42
case
RTW_TX_QUEUE_HI0
:
in rtw_pci_get_tx_qsel()
462
len = rtwpci->tx_rings[
RTW_TX_QUEUE_HI0
].r.len;
in rtw_pci_reset_buf_desc()
463
dma = rtwpci->tx_rings[
RTW_TX_QUEUE_HI0
].r.dma;
in rtw_pci_reset_buf_desc()
464
rtwpci->tx_rings[
RTW_TX_QUEUE_HI0
].r.rp = 0;
in rtw_pci_reset_buf_desc()
465
rtwpci->tx_rings[
RTW_TX_QUEUE_HI0
].r.wp = 0;
in rtw_pci_reset_buf_desc()
1070
rtw_pci_tx_isr(rtwdev, rtwpci,
RTW_TX_QUEUE_HI0
);
in rtw_pci_interrupt_threadfn()
H
A
D
main.h
198
RTW_TX_QUEUE_HI0
= 0x6,
enumerator
Completed in 20 milliseconds