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:txdw3
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H
A
D
rtl8188eu_xmit.c
72
ptxdesc->
txdw3
|= cpu_to_le32((8 << 28)); /* set bit3 to 1. Suugested by TimChen. 2009.12.29. */
in rtl8188e_fill_fake_txdesc()
226
ptxdesc->
txdw3
|= cpu_to_le32((pattrib->seqnum << SEQ_SHT) & 0x0FFF0000);
in update_txdesc()
280
ptxdesc->
txdw3
|= cpu_to_le32((pattrib->seqnum << SEQ_SHT) & 0x0FFF0000);
in update_txdesc()
303
ptxdesc->
txdw3
|= cpu_to_le32((pattrib->seqnum << SEQ_SHT) & 0x0fff0000);
in update_txdesc()
318
ptxdesc->
txdw3
|= cpu_to_le32(EN_HWSEQ); /* Hw set sequence number */
in update_txdesc()
H
A
D
rtl8188e_xmit.c
50
DBG_88E("
txdw3
(0x%08x)\n", ptxdesc->
txdw3
);
in _dbg_dump_tx_info()
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
rtl8712_xmit.h
85
__le32
txdw3
;
member
H
A
D
rtl8712_xmit.c
517
ptxdesc->
txdw3
= cpu_to_le32((pattrib->priority << SEQ_SHT) &
in update_txdesc()
570
ptxdesc->
txdw3
= cpu_to_le32((pattrib->priority << SEQ_SHT) &
in update_txdesc()
586
ptxdesc->
txdw3
= cpu_to_le32((pattrib->seqnum << SEQ_SHT) &
in update_txdesc()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H
A
D
rtl8712_xmit.h
83
__le32
txdw3
;
member
H
A
D
rtl8712_xmit.c
516
ptxdesc->
txdw3
= cpu_to_le32((pattrib->priority << SEQ_SHT) &
in update_txdesc()
569
ptxdesc->
txdw3
= cpu_to_le32((pattrib->priority << SEQ_SHT) &
in update_txdesc()
585
ptxdesc->
txdw3
= cpu_to_le32((pattrib->seqnum << SEQ_SHT) &
in update_txdesc()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H
A
D
rtw_xmit.h
87
__le32
txdw3
;
member
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H
A
D
rtw_xmit.h
99
__le32
txdw3
;
member
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H
A
D
rtw_xmit.h
92
__le32
txdw3
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu.h
372
__le32
txdw3
;
member
386
__le32
txdw3
;
member
H
A
D
rtl8xxxu_core.c
4876
tx_desc->
txdw3
= cpu_to_le32((u32)seq_number << TXDESC32_SEQ_SHIFT);
in rtl8xxxu_fill_txdesc_v1()
4961
tx_desc40->
txdw3
|= cpu_to_le32(TXDESC40_USE_DRIVER_RATE);
in rtl8xxxu_fill_txdesc_v2()
4975
tx_desc40->
txdw3
|= cpu_to_le32(TXDESC40_RTS_CTS_ENABLE);
in rtl8xxxu_fill_txdesc_v2()
4976
tx_desc40->
txdw3
|= cpu_to_le32(TXDESC40_HW_RTS_ENABLE);
in rtl8xxxu_fill_txdesc_v2()
4982
tx_desc40->
txdw3
|= cpu_to_le32(TXDESC40_CTS_SELF_ENABLE);
in rtl8xxxu_fill_txdesc_v2()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H
A
D
rtl8xxxu.h
395
__le32
txdw3
;
member
409
__le32
txdw3
;
member
H
A
D
rtl8xxxu_core.c
5307
tx_desc->
txdw3
= cpu_to_le32((u32)seq_number << TXDESC32_SEQ_SHIFT);
in rtl8xxxu_fill_txdesc_v1()
5387
tx_desc40->
txdw3
|= cpu_to_le32(TXDESC40_USE_DRIVER_RATE);
in rtl8xxxu_fill_txdesc_v2()
5405
tx_desc40->
txdw3
|= cpu_to_le32(TXDESC40_RTS_CTS_ENABLE);
in rtl8xxxu_fill_txdesc_v2()
5406
tx_desc40->
txdw3
|= cpu_to_le32(TXDESC40_HW_RTS_ENABLE);
in rtl8xxxu_fill_txdesc_v2()
5412
tx_desc40->
txdw3
|= cpu_to_le32(TXDESC40_CTS_SELF_ENABLE);
in rtl8xxxu_fill_txdesc_v2()
5451
tx_desc->
txdw3
= cpu_to_le32((u32)seq_number << TXDESC32_SEQ_SHIFT);
in rtl8xxxu_fill_txdesc_v3()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H
A
D
rtl8723b_hal_init.c
3227
pdesc->
txdw3
= pdesc->
txdw3
;
in rtl8723b_update_txdesc()
Completed in 36 milliseconds