Home
last modified time | relevance | path

Searched refs:txtime (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tdma.c366 u_int32_t txtime, nextslottu; in ath_tdma_update() local
430 txtime = ath_hal_pkt_txtime(ah, rt, rs->rs_datalen, in ath_tdma_update()
437 nextslot = (rstamp - txtime) + (sc->sc_tdmabintval << 9); in ath_tdma_update()
483 (unsigned long long) tsf, txtime, in ath_tdma_update()
522 t.txtime = htobe32(txtime); in ath_tdma_update()
H A Dif_ath_alq.h53 uint32_t txtime; member
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.c776 uint32_t txtime, limit; in ieee80211_ff_check() local
827 (txtime = ff_approx_txtime(ni, m, mstaged)) > limit) { in ieee80211_ff_check()
835 __func__, txtime, limit); in ieee80211_ff_check()