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:cur_tx_rp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H
A
D
trx.c
905
ring->
cur_tx_rp
= 0;
in rtl92ee_set_desc()
1004
u16
cur_tx_rp
;
in rtl92ee_is_tx_desc_closed()
local
1010
cur_tx_rp
= (u16)((tmpu32 >> 16) & 0x0fff);
in rtl92ee_is_tx_desc_closed()
1013
ring->
cur_tx_rp
=
cur_tx_rp
;
in rtl92ee_is_tx_desc_closed()
1016
read_point = ring->
cur_tx_rp
;
in rtl92ee_is_tx_desc_closed()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H
A
D
trx.c
905
ring->
cur_tx_rp
= 0;
in rtl92ee_set_desc()
1003
u16
cur_tx_rp
;
in rtl92ee_is_tx_desc_closed()
local
1009
cur_tx_rp
= (u16)((tmpu32 >> 16) & 0x0fff);
in rtl92ee_is_tx_desc_closed()
1012
ring->
cur_tx_rp
=
cur_tx_rp
;
in rtl92ee_is_tx_desc_closed()
1015
read_point = ring->
cur_tx_rp
;
in rtl92ee_is_tx_desc_closed()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H
A
D
pci.h
155
u16
cur_tx_rp
; /* current_tx_read_point */
member
H
A
D
pci.c
1193
rtlpci->tx_ring[prio].
cur_tx_rp
= 0;
in _rtl_pci_init_tx_ring()
1496
rtlpci->tx_ring[i].
cur_tx_rp
= 0;
in rtl_pci_reset_trx_ring()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H
A
D
pci.h
155
u16
cur_tx_rp
; /* current_tx_read_point */
member
H
A
D
pci.c
1187
rtlpci->tx_ring[prio].
cur_tx_rp
= 0;
in _rtl_pci_init_tx_ring()
1490
rtlpci->tx_ring[i].
cur_tx_rp
= 0;
in rtl_pci_reset_trx_ring()
Completed in 11 milliseconds