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:ldpc_en
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H
A
D
main.c
904
u8
ldpc_en
= 0;
in rtw_update_sta_info()
local
916
ldpc_en
= VHT_LDPC_EN;
in rtw_update_sta_info()
923
ldpc_en
= HT_LDPC_EN;
in rtw_update_sta_info()
995
si->
ldpc_en
=
ldpc_en
;
in rtw_update_sta_info()
H
A
D
tx.c
333
ldpc = si->
ldpc_en
;
in rtw_tx_data_pkt_info_update()
H
A
D
main.h
738
u8
ldpc_en
:2;
member
H
A
D
fw.c
473
SET_RA_INFO_LDPC(h2c_pkt, !!si->
ldpc_en
);
in rtw_fw_send_ra_info()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
main.c
1204
u8
ldpc_en
= 0;
in rtw_update_sta_info()
local
1217
ldpc_en
= VHT_LDPC_EN;
in rtw_update_sta_info()
1224
ldpc_en
= HT_LDPC_EN;
in rtw_update_sta_info()
1303
si->
ldpc_en
=
ldpc_en
;
in rtw_update_sta_info()
H
A
D
tx.c
375
ldpc = si->
ldpc_en
;
in rtw_tx_data_pkt_info_update()
H
A
D
main.h
750
u8
ldpc_en
:2;
member
H
A
D
fw.c
664
SET_RA_INFO_LDPC(h2c_pkt, !!si->
ldpc_en
);
in rtw_fw_send_ra_info()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
phy.c
250
u8
ldpc_en
= 0;
in rtw89_phy_ra_sta_update()
local
268
ldpc_en
= 1;
in rtw89_phy_ra_sta_update()
281
ldpc_en
= 1;
in rtw89_phy_ra_sta_update()
293
ldpc_en
= 1;
in rtw89_phy_ra_sta_update()
376
ra->ldpc_cap =
ldpc_en
;
in rtw89_phy_ra_sta_update()
H
A
D
mac.c
5253
u8 nc = 1, nr = 3, ng = 0, cb = 1, cs = 1,
ldpc_en
= 1, stbc_en = 1;
in rtw89_mac_set_csi_para_reg()
local
5267
ldpc_en
&= !!(phy_cap[1] & IEEE80211_HE_PHY_CAP1_LDPC_CODING_IN_PAYLOAD);
in rtw89_mac_set_csi_para_reg()
5275
ldpc_en
&= !!(sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_RXLDPC);
in rtw89_mac_set_csi_para_reg()
5292
FIELD_PREP(B_AX_BFMEE_CSIINFO0_LDPC_EN,
ldpc_en
) |
in rtw89_mac_set_csi_para_reg()
Completed in 38 milliseconds