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:tx_max_rate
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_ap.h
71
u8
tx_max_rate
; /* max TX rate (WLAN_RATE_*) */
member
H
A
D
hostap_ap.c
1147
if (rateidx > sta->
tx_max_rate
||
in ap_tx_rate_ok()
1174
sta->
tx_max_rate
= sta->tx_rate = sta->tx_rate_idx = 0;
in prism2_check_tx_rates()
1176
sta->
tx_max_rate
= 0;
in prism2_check_tx_rates()
1183
sta->
tx_max_rate
= 1;
in prism2_check_tx_rates()
1190
sta->
tx_max_rate
= 2;
in prism2_check_tx_rates()
1197
sta->
tx_max_rate
= 3;
in prism2_check_tx_rates()
2651
sta->tx_rate_idx < sta->
tx_max_rate
) {
in ap_update_sta_tx_rate()
2655
while (new_rate < sta->
tx_max_rate
) {
in ap_update_sta_tx_rate()
3156
sta->
tx_max_rate
= sta->tx_rate_idx = 3;
in hostap_add_sta()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H
A
D
hostap_ap.h
71
u8
tx_max_rate
; /* max TX rate (WLAN_RATE_*) */
member
H
A
D
hostap_ap.c
1147
if (rateidx > sta->
tx_max_rate
||
in ap_tx_rate_ok()
1174
sta->
tx_max_rate
= sta->tx_rate = sta->tx_rate_idx = 0;
in prism2_check_tx_rates()
1176
sta->
tx_max_rate
= 0;
in prism2_check_tx_rates()
1183
sta->
tx_max_rate
= 1;
in prism2_check_tx_rates()
1190
sta->
tx_max_rate
= 2;
in prism2_check_tx_rates()
1197
sta->
tx_max_rate
= 3;
in prism2_check_tx_rates()
2651
sta->tx_rate_idx < sta->
tx_max_rate
) {
in ap_update_sta_tx_rate()
2655
while (new_rate < sta->
tx_max_rate
) {
in ap_update_sta_tx_rate()
3156
sta->
tx_max_rate
= sta->tx_rate_idx = 3;
in hostap_add_sta()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_lp.c
98
lpphy->
tx_max_rate
[i] =
in lpphy_read_band_sprom()
104
lpphy->
tx_max_rate
[i] =
in lpphy_read_band_sprom()
111
lpphy->
tx_max_rate
[i] = maxpwr;
in lpphy_read_band_sprom()
113
lpphy->
tx_max_rate
[i] = maxpwr - opo;
in lpphy_read_band_sprom()
144
lpphy->
tx_max_rate
[i] = maxpwr - (ofdmpo & 0xF) * 2;
in lpphy_read_band_sprom()
H
A
D
phy_lp.h
845
u16
tx_max_rate
[15];
member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_lp.c
98
lpphy->
tx_max_rate
[i] =
in lpphy_read_band_sprom()
104
lpphy->
tx_max_rate
[i] =
in lpphy_read_band_sprom()
111
lpphy->
tx_max_rate
[i] = maxpwr;
in lpphy_read_band_sprom()
113
lpphy->
tx_max_rate
[i] = maxpwr - opo;
in lpphy_read_band_sprom()
144
lpphy->
tx_max_rate
[i] = maxpwr - (ofdmpo & 0xF) * 2;
in lpphy_read_band_sprom()
H
A
D
phy_lp.h
845
u16
tx_max_rate
[15];
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.h
3502
u32
tx_max_rate
;
member
3890
u32
tx_max_rate
;
member
H
A
D
wmi.c
1873
mcs->
tx_max_rate
= param->
tx_max_rate
;
in ath11k_wmi_send_peer_assoc_cmd()
H
A
D
mac.c
1240
arg->
tx_max_rate
= __le16_to_cpu(vht_cap->vht_mcs.tx_highest);
in ath11k_peer_assoc_h_vht()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
wmi.h
3567
u32
tx_max_rate
;
member
3873
__le32
tx_max_rate
;
member
H
A
D
wmi.c
2027
mcs->
tx_max_rate
= cpu_to_le32(arg->
tx_max_rate
);
in ath12k_wmi_send_peer_assoc_cmd()
H
A
D
mac.c
1585
arg->
tx_max_rate
= __le16_to_cpu(vht_cap->vht_mcs.tx_highest);
in ath12k_peer_assoc_h_vht()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
wmi.h
6364
__le32
tx_max_rate
; /* Max Tx data rate */
member
6371
u32
tx_max_rate
;
member
H
A
D
wmi-tlv.c
2735
vht_rate->
tx_max_rate
= __cpu_to_le32(arg->peer_vht_rates.
tx_max_rate
);
in ath10k_wmi_tlv_op_gen_peer_assoc()
H
A
D
wmi.c
7608
cmd->peer_vht_rates.
tx_max_rate
=
in ath10k_wmi_peer_assoc_fill()
7609
__cpu_to_le32(arg->peer_vht_rates.
tx_max_rate
);
in ath10k_wmi_peer_assoc_fill()
H
A
D
mac.c
2607
arg->peer_vht_rates.
tx_max_rate
=
in ath10k_peer_assoc_h_vht()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
wmi.h
6368
__le32
tx_max_rate
; /* Max Tx data rate */
member
6375
u32
tx_max_rate
;
member
H
A
D
wmi-tlv.c
2746
vht_rate->
tx_max_rate
= __cpu_to_le32(arg->peer_vht_rates.
tx_max_rate
);
in ath10k_wmi_tlv_op_gen_peer_assoc()
H
A
D
wmi.c
7608
cmd->peer_vht_rates.
tx_max_rate
=
in ath10k_wmi_peer_assoc_fill()
7609
__cpu_to_le32(arg->peer_vht_rates.
tx_max_rate
);
in ath10k_wmi_peer_assoc_fill()
H
A
D
mac.c
2620
arg->peer_vht_rates.
tx_max_rate
=
in ath10k_peer_assoc_h_vht()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.h
3683
u32
tx_max_rate
;
member
4109
u32
tx_max_rate
;
member
H
A
D
wmi.c
2022
mcs->
tx_max_rate
= param->
tx_max_rate
;
in ath11k_wmi_send_peer_assoc_cmd()
H
A
D
mac.c
2150
arg->
tx_max_rate
= __le16_to_cpu(vht_cap->vht_mcs.tx_highest);
in ath11k_peer_assoc_h_vht()
Completed in 242 milliseconds