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.c368 u_int32_t txtime, nextslottu; local
432 txtime = ath_hal_pkt_txtime(ah, rt, rs->rs_datalen,
439 nextslot = (rstamp - txtime) + (sc->sc_tdmabintval << 9);
481 "rs->rstamp %llu rstamp %llu tsf %llu txtime %d, nextslot %llu, "
485 (unsigned long long) tsf, txtime,
524 t.txtime = htobe32(txtime);
H A Dif_ath_alq.h55 uint32_t txtime; member in struct:if_ath_alq_tdma_beacon_state
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.c778 uint32_t txtime, limit; local
829 (txtime = ff_approx_txtime(ni, m, mstaged)) > limit) {
836 "%s: txtime %u exceeds txop limit %u\n",
837 __func__, txtime, limit);

Completed in 44 milliseconds