Home
last modified time | relevance | path

Searched refs:tstamp_sec (Results 1 – 9 of 9) sorted by relevance

/freebsd/tools/tools/ath/athalq/
H A Dmain.c70 (unsigned int) be32toh(a->hdr.tstamp_sec), in ath_alq_print_intr_status()
81 (unsigned int) be32toh(a->hdr.tstamp_sec), in ath_alq_print_beacon_miss()
91 (unsigned int) be32toh(a->hdr.tstamp_sec), in ath_alq_print_beacon_stuck()
101 (unsigned int) be32toh(a->hdr.tstamp_sec), in ath_alq_print_beacon_resume()
203 be32toh(a->hdr.tstamp_sec), in main()
H A Dtdma.c43 (unsigned int) be32toh(a->hdr.tstamp_sec), in ath_tdma_beacon_state()
69 (unsigned int) be32toh(a->hdr.tstamp_sec), in ath_tdma_slot_calc()
87 (unsigned int) be32toh(a->hdr.tstamp_sec), in ath_tdma_tsf_adjust()
104 (unsigned int) be32toh(a->hdr.tstamp_sec), in ath_tdma_timer_set()
H A Dar5210_ds.c47 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5210_decode_txstatus()
81 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5210_decode_txdesc()
120 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5210_decode_rxstatus()
172 be32toh(a->hdr.tstamp_sec), in ar5210_alq_payload()
H A Dar5211_ds.c47 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5211_decode_txstatus()
82 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5211_decode_txdesc()
121 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5211_decode_rxstatus()
173 be32toh(a->hdr.tstamp_sec), in ar5211_alq_payload()
H A Dar5212_ds.c47 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5212_decode_txstatus()
88 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5212_decode_txdesc()
153 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5212_decode_rxstatus()
219 be32toh(a->hdr.tstamp_sec), in ar5212_alq_payload()
H A Dar9300_ds.c48 (unsigned int) be32toh(a->hdr.tstamp_sec), in ath_alq_print_edma_tx_fifo_push()
66 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar9300_decode_txstatus()
156 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar9300_decode_txdesc()
340 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar9300_decode_rxstatus()
438 be32toh(a->hdr.tstamp_sec), in ar9300_alq_payload()
H A Dar5416_ds.c47 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5416_decode_txstatus()
129 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5416_decode_txdesc()
260 (unsigned int) be32toh(a->hdr.tstamp_sec), in ar5416_decode_rxstatus()
362 be32toh(a->hdr.tstamp_sec), in ar5416_alq_payload()
/freebsd/sys/dev/ath/
H A Dif_ath_alq.c179 ap->tstamp_sec = htobe32((uint32_t) tv.tv_sec); in if_ath_alq_post()
H A Dif_ath_alq.h148 uint32_t tstamp_sec; member