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:bslot
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
htc_drv_beacon.c
148
vif = priv->beacon.
bslot
[slot];
in ath9k_htc_send_buffered()
209
vif = priv->beacon.
bslot
[slot];
in ath9k_htc_send_beacon()
312
if (priv->beacon.
bslot
[slot] == NULL) {
in ath9k_htc_swba()
331
if (priv->beacon.
bslot
[i] == NULL) {
in ath9k_htc_assign_bslot()
332
avp->
bslot
= i;
in ath9k_htc_assign_bslot()
337
priv->beacon.
bslot
[avp->
bslot
] = vif;
in ath9k_htc_assign_bslot()
341
avp->
bslot
);
in ath9k_htc_assign_bslot()
351
priv->beacon.
bslot
[avp->
bslot
]
in ath9k_htc_remove_bslot()
[all...]
H
A
D
beacon.c
205
if (sc->beacon.
bslot
[slot] == NULL) {
in ath9k_beacon_assign_slot()
211
sc->beacon.
bslot
[avp->av_bslot] = vif;
in ath9k_beacon_assign_slot()
238
sc->beacon.
bslot
[avp->av_bslot] = NULL;
in ath9k_beacon_remove_slot()
258
if (sc->beacon.
bslot
[slot]) {
in ath9k_beacon_ensure_primary_slot()
269
vif = sc->beacon.
bslot
[slot + first_slot];
in ath9k_beacon_ensure_primary_slot()
270
sc->beacon.
bslot
[slot] = vif;
in ath9k_beacon_ensure_primary_slot()
277
sc->beacon.
bslot
[slot] = NULL;
in ath9k_beacon_ensure_primary_slot()
281
vif = sc->beacon.
bslot
[0];
in ath9k_beacon_ensure_primary_slot()
344
if (!sc->beacon.
bslot
[slot])
in ath9k_set_tsfadjust()
347
avp = (void *)sc->beacon.
bslot
[slo
in ath9k_set_tsfadjust()
[all...]
H
A
D
htc.h
245
int
bslot
;
member
417
struct ieee80211_vif *
bslot
[ATH9K_HTC_MAX_BCN_VIF];
member
H
A
D
init.c
434
for (i = 0; i < ARRAY_SIZE(sc->beacon.
bslot
); i++)
in ath9k_init_misc()
435
sc->beacon.
bslot
[i] = NULL;
in ath9k_init_misc()
H
A
D
ath9k.h
706
struct ieee80211_vif *
bslot
[ATH_BCBUF];
member
H
A
D
htc_drv_init.c
675
priv->beacon.
bslot
[i] = NULL;
in ath9k_init_priv()
H
A
D
main.c
2268
vif = sc->beacon.
bslot
[0];
in ath9k_tx_last_beacon()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
htc_drv_beacon.c
148
vif = priv->beacon.
bslot
[slot];
in ath9k_htc_send_buffered()
209
vif = priv->beacon.
bslot
[slot];
in ath9k_htc_send_beacon()
312
if (priv->beacon.
bslot
[slot] == NULL) {
in ath9k_htc_swba()
331
if (priv->beacon.
bslot
[i] == NULL) {
in ath9k_htc_assign_bslot()
332
avp->
bslot
= i;
in ath9k_htc_assign_bslot()
337
priv->beacon.
bslot
[avp->
bslot
] = vif;
in ath9k_htc_assign_bslot()
341
avp->
bslot
);
in ath9k_htc_assign_bslot()
351
priv->beacon.
bslot
[avp->
bslot
]
in ath9k_htc_remove_bslot()
[all...]
H
A
D
beacon.c
205
if (sc->beacon.
bslot
[slot] == NULL) {
in ath9k_beacon_assign_slot()
211
sc->beacon.
bslot
[avp->av_bslot] = vif;
in ath9k_beacon_assign_slot()
238
sc->beacon.
bslot
[avp->av_bslot] = NULL;
in ath9k_beacon_remove_slot()
258
if (sc->beacon.
bslot
[slot]) {
in ath9k_beacon_ensure_primary_slot()
269
vif = sc->beacon.
bslot
[slot + first_slot];
in ath9k_beacon_ensure_primary_slot()
270
sc->beacon.
bslot
[slot] = vif;
in ath9k_beacon_ensure_primary_slot()
277
sc->beacon.
bslot
[slot] = NULL;
in ath9k_beacon_ensure_primary_slot()
281
vif = sc->beacon.
bslot
[0];
in ath9k_beacon_ensure_primary_slot()
344
if (!sc->beacon.
bslot
[slot])
in ath9k_set_tsfadjust()
347
avp = (void *)sc->beacon.
bslot
[slo
in ath9k_set_tsfadjust()
[all...]
H
A
D
htc.h
245
int
bslot
;
member
416
struct ieee80211_vif *
bslot
[ATH9K_HTC_MAX_BCN_VIF];
member
H
A
D
init.c
434
for (i = 0; i < ARRAY_SIZE(sc->beacon.
bslot
); i++)
in ath9k_init_misc()
435
sc->beacon.
bslot
[i] = NULL;
in ath9k_init_misc()
H
A
D
ath9k.h
706
struct ieee80211_vif *
bslot
[ATH_BCBUF];
member
H
A
D
htc_drv_init.c
675
priv->beacon.
bslot
[i] = NULL;
in ath9k_init_priv()
H
A
D
main.c
2263
vif = sc->beacon.
bslot
[0];
in ath9k_tx_last_beacon()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
mac80211-ops.c
127
avf->
bslot
= 0;
in ath5k_add_interface()
129
if (!ah->
bslot
[slot]) {
in ath5k_add_interface()
130
avf->
bslot
= slot;
in ath5k_add_interface()
134
BUG_ON(ah->
bslot
[avf->
bslot
] != NULL);
in ath5k_add_interface()
135
ah->
bslot
[avf->
bslot
] = vif;
in ath5k_add_interface()
172
if (ah->
bslot
[i] == vif) {
in ath5k_remove_interface()
173
ah->
bslot
[i] = NULL;
in ath5k_remove_interface()
H
A
D
base.h
76
int
bslot
;
member
H
A
D
base.c
1972
vif = ah->
bslot
[(slot + 1) % ATH_BCBUF];
in ath5k_beacon_send()
1977
vif = ah->
bslot
[0];
in ath5k_beacon_send()
2775
for (i = 0; i < ARRAY_SIZE(ah->
bslot
); i++)
in ath5k_start()
2776
ah->
bslot
[i] = NULL;
in ath5k_start()
H
A
D
ath5k.h
1327
struct ieee80211_vif *
bslot
[ATH_BCBUF];
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
mac80211-ops.c
127
avf->
bslot
= 0;
in ath5k_add_interface()
129
if (!ah->
bslot
[slot]) {
in ath5k_add_interface()
130
avf->
bslot
= slot;
in ath5k_add_interface()
134
BUG_ON(ah->
bslot
[avf->
bslot
] != NULL);
in ath5k_add_interface()
135
ah->
bslot
[avf->
bslot
] = vif;
in ath5k_add_interface()
172
if (ah->
bslot
[i] == vif) {
in ath5k_remove_interface()
173
ah->
bslot
[i] = NULL;
in ath5k_remove_interface()
H
A
D
base.h
76
int
bslot
;
member
H
A
D
base.c
2017
vif = ah->
bslot
[(slot + 1) % ATH_BCBUF];
in ath5k_beacon_send()
2022
vif = ah->
bslot
[0];
in ath5k_beacon_send()
2820
for (i = 0; i < ARRAY_SIZE(ah->
bslot
); i++)
in ath5k_start()
2821
ah->
bslot
[i] = NULL;
in ath5k_start()
H
A
D
ath5k.h
1327
struct ieee80211_vif *
bslot
[ATH_BCBUF];
member
Completed in 37 milliseconds