Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athalq/
H A Dar5416_ds_tdma.c260 static uint64_t rx_tsf = 0; in ar5416_decode_rxstatus() local
273 rxs.ds_rxstatus2 - rx_tsf); in ar5416_decode_rxstatus()
275 rx_tsf = rxs.ds_rxstatus2; in ar5416_decode_rxstatus()
369 (unsigned long long) be64toh(t.rx_tsf), in ath_tdma_beacon_state()
H A Dtdma.c46 (unsigned long long) be64toh(t.rx_tsf), in ath_tdma_beacon_state()
/freebsd/sys/dev/ath/
H A Dif_ath_alq.h48 uint64_t rx_tsf; /* RX TSF of beacon frame */ member
H A Dif_ath_tdma.c517 t.rx_tsf = htobe64(rstamp); in ath_tdma_update()