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:is_mimo2
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
rs.h
263
#define
is_mimo2
(tbl) ((tbl) == LQ_MIMO2)
macro
265
#define is_mimo(tbl) (
is_mimo2
(tbl) || is_mimo3(tbl))
H
A
D
rs.c
548
else if (
is_mimo2
(tbl->lq_type))
in rate_n_flags_from_tbl()
708
else if (
is_mimo2
(rate_type))
in rs_get_supported_rates()
1111
else if (
is_mimo2
(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
in rs_set_expected_tpt_table()
1113
else if (
is_mimo2
(tbl->lq_type))
in rs_set_expected_tpt_table()
2474
(
is_mimo2
(tbl->lq_type) || is_mimo3(tbl->lq_type)))
in rs_rate_scale_perform()
2478
(
is_mimo2
(tbl->lq_type) || is_mimo3(tbl->lq_type))) {
in rs_rate_scale_perform()
2492
(
is_mimo2
(tbl->lq_type) || is_mimo3(tbl->lq_type))) {
in rs_rate_scale_perform()
2551
else if (
is_mimo2
(tbl->lq_type))
in rs_rate_scale_perform()
3121
((
is_mimo2
(tbl->lq_type)) ? "MIMO2" : "MIMO3"));
in rs_sta_dbgfs_scale_table_read()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
rs.h
258
#define
is_mimo2
(tbl) ((tbl) == LQ_MIMO2)
macro
260
#define is_mimo(tbl) (
is_mimo2
(tbl) || is_mimo3(tbl))
H
A
D
rs.c
526
else if (
is_mimo2
(tbl->lq_type))
in rate_n_flags_from_tbl()
686
else if (
is_mimo2
(rate_type))
in rs_get_supported_rates()
1089
else if (
is_mimo2
(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
in rs_set_expected_tpt_table()
1091
else if (
is_mimo2
(tbl->lq_type))
in rs_set_expected_tpt_table()
2452
(
is_mimo2
(tbl->lq_type) || is_mimo3(tbl->lq_type)))
in rs_rate_scale_perform()
2456
(
is_mimo2
(tbl->lq_type) || is_mimo3(tbl->lq_type))) {
in rs_rate_scale_perform()
2470
(
is_mimo2
(tbl->lq_type) || is_mimo3(tbl->lq_type))) {
in rs_rate_scale_perform()
2529
else if (
is_mimo2
(tbl->lq_type))
in rs_rate_scale_perform()
3116
((
is_mimo2
(tbl->lq_type)) ? "MIMO2" : "MIMO3"));
in rs_sta_dbgfs_scale_table_read()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rs.h
201
#define
is_mimo2
(rate) is_type_mimo2((rate)->type)
macro
H
A
D
rs.c
1012
else if (
is_mimo2
(rate))
in rs_get_supported_rates()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rs.h
190
#define
is_mimo2
(rate) is_type_mimo2((rate)->type)
macro
H
A
D
rs.c
962
else if (
is_mimo2
(rate))
in rs_get_supported_rates()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H
A
D
common.h
2704
#define
is_mimo2
(tbl) ((tbl) == LQ_MIMO2)
macro
2705
#define is_mimo(tbl) (
is_mimo2
(tbl))
H
A
D
4965-rs.c
1036
else if (
is_mimo2
(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
in il4965_rs_set_expected_tpt_table()
1038
else /* if (
is_mimo2
(tbl->lq_type)) <-- must be true */
in il4965_rs_set_expected_tpt_table()
2054
else /* (
is_mimo2
(tbl->lq_type)) */
in il4965_rs_rate_scale_perform()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H
A
D
common.h
2705
#define
is_mimo2
(tbl) ((tbl) == LQ_MIMO2)
macro
2706
#define is_mimo(tbl) (
is_mimo2
(tbl))
H
A
D
4965-rs.c
1036
else if (
is_mimo2
(tbl->lq_type) && (!tbl->is_ht40 || lq_sta->is_dup))
in il4965_rs_set_expected_tpt_table()
1038
else /* if (
is_mimo2
(tbl->lq_type)) <-- must be true */
in il4965_rs_set_expected_tpt_table()
2054
else /* (
is_mimo2
(tbl->lq_type)) */
in il4965_rs_rate_scale_perform()
Completed in 43 milliseconds