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_pci_tx_wd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
pci.h
887
struct
rtw89_pci_tx_wd
{
struct
913
struct
rtw89_pci_tx_wd
pages[RTW89_PCI_TXWD_NUM_MAX];
1025
static inline struct
rtw89_pci_tx_wd
*
1029
struct
rtw89_pci_tx_wd
*txwd;
in rtw89_pci_dequeue_txwd()
1032
struct
rtw89_pci_tx_wd
, list);
in rtw89_pci_dequeue_txwd()
1045
struct
rtw89_pci_tx_wd
*txwd)
in rtw89_pci_enqueue_txwd()
H
A
D
pci.c
403
struct
rtw89_pci_tx_wd
*txwd;
in rtw89_pci_reclaim_txbd()
408
txwd = list_first_entry_or_null(&tx_ring->busy_pages, struct
rtw89_pci_tx_wd
, list);
in rtw89_pci_reclaim_txbd()
426
struct
rtw89_pci_tx_wd
*txwd;
in rtw89_pci_release_busy_txwd()
430
txwd = list_first_entry_or_null(&tx_ring->busy_pages, struct
rtw89_pci_tx_wd
, list);
in rtw89_pci_release_busy_txwd()
440
struct
rtw89_pci_tx_wd
*txwd, u16 seq,
in rtw89_pci_release_txwd_skb()
478
struct
rtw89_pci_tx_wd
*txwd;
in rtw89_pci_release_rpp()
503
struct
rtw89_pci_tx_wd
*txwd;
in rtw89_pci_release_pending_txwd_skb()
1193
struct
rtw89_pci_tx_wd
*txwd,
in rtw89_pci_txwd_submit()
1292
struct
rtw89_pci_tx_wd
*txwd;
in rtw89_pci_txbd_submit()
2895
struct
rtw89_pci_tx_wd
*txw
in rtw89_pci_alloc_tx_wd_ring()
[all...]
Completed in 8 milliseconds