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:nstations
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
htc_drv_main.c
359
(priv->
nstations
>= ATH9K_HTC_MAX_STA)) {
in ath9k_htc_add_monitor_interface()
418
priv->
nstations
++;
in ath9k_htc_add_monitor_interface()
456
priv->
nstations
--;
in ath9k_htc_remove_monitor_interface()
478
if (priv->
nstations
>= ATH9K_HTC_MAX_STA)
in ath9k_htc_add_station()
525
priv->
nstations
++;
in ath9k_htc_add_station()
569
priv->
nstations
--;
in ath9k_htc_remove_station()
H
A
D
htc.h
490
u16
nstations
;
member
H
A
D
ath9k.h
664
int
nstations
; /* number of station vifs */
member
H
A
D
main.c
1043
iter_data->
nstations
++;
in ath9k_vif_iter()
1234
if ((iter_data.
nstations
+ iter_data.nadhocs + iter_data.nmeshes) > 0)
in ath9k_calculate_summary_state()
H
A
D
debug.c
740
iter_data.
nstations
,
in read_file_misc()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
htc_drv_main.c
359
(priv->
nstations
>= ATH9K_HTC_MAX_STA)) {
in ath9k_htc_add_monitor_interface()
418
priv->
nstations
++;
in ath9k_htc_add_monitor_interface()
456
priv->
nstations
--;
in ath9k_htc_remove_monitor_interface()
478
if (priv->
nstations
>= ATH9K_HTC_MAX_STA)
in ath9k_htc_add_station()
525
priv->
nstations
++;
in ath9k_htc_add_station()
569
priv->
nstations
--;
in ath9k_htc_remove_station()
H
A
D
htc.h
489
u16
nstations
;
member
H
A
D
ath9k.h
665
int
nstations
; /* number of station vifs */
member
H
A
D
main.c
1043
iter_data->
nstations
++;
in ath9k_vif_iter()
1229
if ((iter_data.
nstations
+ iter_data.nadhocs + iter_data.nmeshes) > 0)
in ath9k_calculate_summary_state()
H
A
D
debug.c
725
iter_data.
nstations
,
in read_file_misc()
Completed in 23 milliseconds