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:NUM_PHY_CTX
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
phy-ctxt.h
96
#define
NUM_PHY_CTX
3
macro
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
phy-ctxt.h
152
#define
NUM_PHY_CTX
3
macro
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
quota.c
99
BUILD_BUG_ON(
NUM_PHY_CTX
> MAX_BINDINGS);
in iwl_mvm_quota_iterator()
H
A
D
power.c
613
if (mvmvif->phy_ctxt && mvmvif->phy_ctxt->id <
NUM_PHY_CTX
)
in iwl_mvm_power_ps_disabled_iterator()
622
bool active = mvmvif->phy_ctxt && mvmvif->phy_ctxt->id <
NUM_PHY_CTX
;
in iwl_mvm_power_get_vifs_iterator()
H
A
D
fw.c
1506
for (i = 0; i <
NUM_PHY_CTX
; i++) {
in iwl_mvm_up()
H
A
D
mac80211.c
223
for (i = 0; i <
NUM_PHY_CTX
; i++) {
in iwl_mvm_reset_phy_ctxts()
1326
for (i = 0; i <
NUM_PHY_CTX
; i++)
in iwl_mvm_get_free_phy_ctxt()
3886
for (i = 0; i <
NUM_PHY_CTX
; i++) {
in iwl_mvm_roc()
H
A
D
mvm.h
968
struct iwl_mvm_phy_ctxt phy_ctxts[
NUM_PHY_CTX
];
H
A
D
scan.c
229
mvmvif->phy_ctxt->id <
NUM_PHY_CTX
)
in iwl_mvm_scan_condition_iterator()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
quota.c
43
BUILD_BUG_ON(
NUM_PHY_CTX
> MAX_BINDINGS);
in iwl_mvm_quota_iterator()
H
A
D
utils.c
1199
mvmvif->link[i]->phy_ctxt->id <
NUM_PHY_CTX
)
in iwl_mvm_vif_is_active()
H
A
D
mac80211.c
97
for (i = 0; i <
NUM_PHY_CTX
; i++) {
in iwl_mvm_reset_phy_ctxts()
1328
for (i = 0; i <
NUM_PHY_CTX
; i++)
in iwl_mvm_get_free_phy_ctxt()
4610
for (i = 0; i <
NUM_PHY_CTX
; i++) {
in iwl_mvm_roc_common()
H
A
D
scan.c
202
mvmvif->deflink.phy_ctxt->id <
NUM_PHY_CTX
)
in iwl_mvm_scan_iterator()
2857
if (link && link->phy_ctxt->id <
NUM_PHY_CTX
&&
in iwl_mvm_scan_respect_p2p_go_iter()
H
A
D
mvm.h
999
struct iwl_mvm_phy_ctxt phy_ctxts[
NUM_PHY_CTX
];
H
A
D
fw.c
1636
for (i = 0; i <
NUM_PHY_CTX
; i++) {
in iwl_mvm_up()
Completed in 36 milliseconds