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:noa_vif
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
quota.c
151
if (!mvm->noa_duration || !mvm->
noa_vif
)
in iwl_mvm_adjust_quota_for_noa()
154
mvmvif = iwl_mvm_vif_from_mac80211(mvm->
noa_vif
);
in iwl_mvm_adjust_quota_for_noa()
159
beacon_int = mvm->
noa_vif
->bss_conf.beacon_int;
in iwl_mvm_adjust_quota_for_noa()
H
A
D
mac80211.c
1660
if (vif == mvm->
noa_vif
) {
in iwl_mvm_mac_remove_interface()
1661
mvm->
noa_vif
= NULL;
in iwl_mvm_mac_remove_interface()
4504
mvm->
noa_vif
= vif;
in __iwl_mvm_mac_testmode_cmd()
H
A
D
mvm.h
1052
struct ieee80211_vif *
noa_vif
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
quota.c
96
if (!mvm->noa_duration || !mvm->
noa_vif
)
in iwl_mvm_adjust_quota_for_noa()
99
mvmvif = iwl_mvm_vif_from_mac80211(mvm->
noa_vif
);
in iwl_mvm_adjust_quota_for_noa()
104
beacon_int = mvm->
noa_vif
->bss_conf.beacon_int;
in iwl_mvm_adjust_quota_for_noa()
H
A
D
mld-mac80211.c
146
if (vif == mvm->
noa_vif
) {
in iwl_mvm_mld_mac_remove_interface()
147
mvm->
noa_vif
= NULL;
in iwl_mvm_mld_mac_remove_interface()
H
A
D
mac80211.c
1697
if (vif == mvm->
noa_vif
) {
in iwl_mvm_mac_remove_interface_common()
1698
mvm->
noa_vif
= NULL;
in iwl_mvm_mac_remove_interface_common()
5251
mvm->
noa_vif
= vif;
in __iwl_mvm_mac_testmode_cmd()
H
A
D
mvm.h
1086
struct ieee80211_vif *
noa_vif
;
member
Completed in 30 milliseconds