OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtimperiod
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_beacon.c
127
uint32_t nextTbtt, nextdtim,beaconintval,
dtimperiod
;
local
214
dtimperiod
= bs->bs_dtimperiod;
215
if (bs->bs_sleepduration >
dtimperiod
) {
216
HALASSERT(
dtimperiod
== 0 ||
217
roundup(bs->bs_sleepduration,
dtimperiod
) ==
219
dtimperiod
= bs->bs_sleepduration;
221
HALASSERT(beaconintval <=
dtimperiod
);
222
if (beaconintval ==
dtimperiod
)
240
| SM(
dtimperiod
, AR_SLEEP3_DTIM_PERIOD)
249
__func__,
dtimperiod
);
[
all
...]
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_beacon.c
141
uint32_t nextTbtt,beaconintval,
dtimperiod
;
local
205
dtimperiod
= bs->bs_dtimperiod;
206
if (bs->bs_sleepduration >
dtimperiod
) {
207
HALASSERT(
dtimperiod
== 0 ||
208
roundup(bs->bs_sleepduration,
dtimperiod
) ==
210
dtimperiod
= bs->bs_sleepduration;
212
HALASSERT(beaconintval <=
dtimperiod
);
213
if (beaconintval ==
dtimperiod
)
231
OS_REG_WRITE(ah, AR_DTIM_PERIOD,
dtimperiod
);
241
__func__,
dtimperiod
);
[
all
...]
/src/sys/dev/pcmcia/
if_malo_pcmciavar.h
193
uint8_t
dtimperiod
;
member in struct:malo_cmd_body_assoc
/src/sys/dev/ic/
ath.c
2493
int
dtimperiod
, dtimcount;
local
2500
dtimperiod
= ni->ni_dtim_period;
2501
if (
dtimperiod
<= 0) /* NB: 0 if not known */
2502
dtimperiod
= 1;
2504
if (dtimcount >=
dtimperiod
) /* NB: sanity check */
2517
dtimcount =
dtimperiod
- 1;
2525
bs.bs_dtimperiod =
dtimperiod
*intval;
Completed in 35 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026