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:rsi_rates
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H
A
D
rsi_91x_mac80211.c
106
struct ieee80211_rate
rsi_rates
[12] = {
variable
205
sbands->bitrates =
rsi_rates
;
in rsi_register_rates_channels()
206
sbands->n_bitrates = ARRAY_SIZE(
rsi_rates
);
in rsi_register_rates_channels()
214
sbands->bitrates = &
rsi_rates
[4];
in rsi_register_rates_channels()
215
sbands->n_bitrates = ARRAY_SIZE(
rsi_rates
) - 4;
in rsi_register_rates_channels()
1213
const unsigned int mcs_offset = ARRAY_SIZE(
rsi_rates
);
in rsi_mac80211_set_rate_mask()
1229
cfg->fixed_hw_rate =
rsi_rates
[rate_index].hw_value;
in rsi_mac80211_set_rate_mask()
H
A
D
rsi_91x_mgmt.c
1286
for (kk = 0; kk < ARRAY_SIZE(
rsi_rates
); kk++) {
in rsi_map_rates()
1287
if (rate ==
rsi_rates
[kk].bitrate / 5) {
in rsi_map_rates()
1386
ii < (ARRAY_SIZE(
rsi_rates
) - rate_table_offset); ii++) {
in rsi_send_auto_rate_request()
1389
(
rsi_rates
[ii + rate_table_offset].bitrate / 5);
in rsi_send_auto_rate_request()
1397
if (configured_rates & BIT(ii + ARRAY_SIZE(
rsi_rates
))) {
in rsi_send_auto_rate_request()
1411
cpu_to_le16(
rsi_rates
[kk].hw_value);
in rsi_send_auto_rate_request()
H
A
D
rsi_mgmt.h
252
extern struct ieee80211_rate
rsi_rates
[12];
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H
A
D
rsi_91x_mac80211.c
106
struct ieee80211_rate
rsi_rates
[12] = {
variable
205
sbands->bitrates =
rsi_rates
;
in rsi_register_rates_channels()
206
sbands->n_bitrates = ARRAY_SIZE(
rsi_rates
);
in rsi_register_rates_channels()
214
sbands->bitrates = &
rsi_rates
[4];
in rsi_register_rates_channels()
215
sbands->n_bitrates = ARRAY_SIZE(
rsi_rates
) - 4;
in rsi_register_rates_channels()
1232
const unsigned int mcs_offset = ARRAY_SIZE(
rsi_rates
);
in rsi_mac80211_set_rate_mask()
1248
cfg->fixed_hw_rate =
rsi_rates
[rate_index].hw_value;
in rsi_mac80211_set_rate_mask()
H
A
D
rsi_91x_mgmt.c
1285
for (kk = 0; kk < ARRAY_SIZE(
rsi_rates
); kk++) {
in rsi_map_rates()
1286
if (rate ==
rsi_rates
[kk].bitrate / 5) {
in rsi_map_rates()
1385
ii < (ARRAY_SIZE(
rsi_rates
) - rate_table_offset); ii++) {
in rsi_send_auto_rate_request()
1388
(
rsi_rates
[ii + rate_table_offset].bitrate / 5);
in rsi_send_auto_rate_request()
1396
if (configured_rates & BIT(ii + ARRAY_SIZE(
rsi_rates
))) {
in rsi_send_auto_rate_request()
1410
cpu_to_le16(
rsi_rates
[kk].hw_value);
in rsi_send_auto_rate_request()
H
A
D
rsi_mgmt.h
252
extern struct ieee80211_rate
rsi_rates
[12];
Completed in 13 milliseconds