Searched refs:txtime (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_tdma.c | 366 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 D | if_ath_alq.h | 53 uint32_t txtime; member
|
/freebsd/sys/net80211/ |
H A D | ieee80211_superg.c | 778 uint32_t txtime, limit; in ieee80211_ff_check() local 829 (txtime = ff_approx_txtime(ni, m, mstaged)) > limit) { in ieee80211_ff_check() 837 __func__, txtime, limit); in ieee80211_ff_check()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | mac.c | 465 u32 txtime = airtime[qidx]; in mt7603_mac_sta_poll() local 467 if (!txtime) in mt7603_mac_sta_poll() 470 ieee80211_sta_register_airtime(sta, tid, txtime, 0); in mt7603_mac_sta_poll()
|