Home
last modified time | relevance | path

Searched refs:nexttbtt (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c934 u_int32_t nexttbtt, intval, tsftu; in ath_beacon_config() local
982 nexttbtt = TSF_TO_TU(le32dec(ni->ni_tstamp.data + 4), in ath_beacon_config()
1020 if (nexttbtt == 0) /* e.g. for ap mode */ in ath_beacon_config()
1021 nexttbtt = intval; in ath_beacon_config()
1023 nexttbtt = roundup(nexttbtt, intval); in ath_beacon_config()
1055 nexttbtt, in ath_beacon_config()
1068 (unsigned long long) nexttbtt, in ath_beacon_config()
1069 (long long) ((long long) nexttbtt * 1024LL) - (long long) tsf_beacon); in ath_beacon_config()
1073 if (nexttbtt > tsftu) { in ath_beacon_config()
1076 oldtbtt = nexttbtt; in ath_beacon_config()
[all …]
H A Dif_ath_tdma.c126 static void ath_tdma_settimers(struct ath_softc *sc, u_int32_t nexttbtt,
134 ath_tdma_settimers(struct ath_softc *sc, u_int32_t nexttbtt, u_int32_t bintval) in ath_tdma_settimers() argument
140 bt.bt_nexttbtt = nexttbtt; in ath_tdma_settimers()
141 bt.bt_nextdba = (nexttbtt<<3) - sc->sc_tdmadbaprep; in ath_tdma_settimers()
142 bt.bt_nextswba = (nexttbtt<<3) - sc->sc_tdmaswbaprep; in ath_tdma_settimers()
143 bt.bt_nextatim = nexttbtt+1; in ath_tdma_settimers()
365 u_int64_t tsf, rstamp, nextslot, nexttbtt, nexttbtt_full; in ath_tdma_update() local
475 nexttbtt = nexttbtt_full % (TU_TO_TSF(HAL_BEACON_PERIOD + 1)); in ath_tdma_update()
476 tsfdelta = (int32_t)((nextslot % TU_TO_TSF(HAL_BEACON_PERIOD + 1)) - nexttbtt); in ath_tdma_update()
493 (unsigned long long) nexttbtt, in ath_tdma_update()
[all …]
H A Dif_ath_alq.h69 uint64_t nexttbtt; member
H A Dif_ath_rx.c340 uint64_t nexttbtt; in ath_recv_mgmt() local
389 nexttbtt = ath_hal_getnexttbtt(sc->sc_ah); in ath_recv_mgmt()
448 (unsigned long long) nexttbtt, in ath_recv_mgmt()
449 (unsigned int) (nexttbtt >> 10), in ath_recv_mgmt()
450 (int32_t) tsf_beacon - (int32_t) nexttbtt + tsf_intval); in ath_recv_mgmt()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit.c840 u_int32_t nexttbtt, nextdba, tsf_tbtt, tbtt, dba; in ar9300_abort_tx_dma() local
882 nexttbtt = OS_REG_READ(ah, AR_NEXT_TBTT_TIMER); in ar9300_abort_tx_dma()
932 OS_REG_WRITE(ah, AR_NEXT_TBTT_TIMER, nexttbtt); in ar9300_abort_tx_dma()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.h1455 uint32_t nexttbtt, uint32_t intval);