Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tdma.c368 u_int32_t txtime, nextslottu; in ath_tdma_update() local
432 txtime = ath_hal_pkt_txtime(ah, rt, rs->rs_datalen, in ath_tdma_update()
438 nextslot = (rstamp - txtime) + (sc->sc_tdmabintval << 9); in ath_tdma_update()
484 (unsigned long long) tsf, txtime, in ath_tdma_update()
523 t.txtime = htobe32(txtime); in ath_tdma_update()
H A Dif_ath_alq.h53 uint32_t txtime; member
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_dragonfly.c1012 uint16_t txtime; in ieee80211_txtime() local
1023 txtime = IEEE80211_OFDM_TXTIME(rate, len); in ieee80211_txtime()
1025 txtime += IEEE80211_OFDM_SIGNAL_EXT_TIME; in ieee80211_txtime()
1033 txtime = IEEE80211_CCK_TXTIME(rate, len); in ieee80211_txtime()
1039 txtime += IEEE80211_CCK_SHPREAMBLE_LEN + in ieee80211_txtime()
1042 txtime += IEEE80211_CCK_PREAMBLE_LEN + in ieee80211_txtime()
1046 return txtime; in ieee80211_txtime()
H A Dieee80211_superg.c773 uint32_t txtime, limit; in ieee80211_ff_check() local
821 (txtime = ff_approx_txtime(ni, m, mstaged)) > limit) { in ieee80211_ff_check()
829 __func__, txtime, limit); in ieee80211_ff_check()