Home
last modified time | relevance | path

Searched defs:tsf (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/sys/dev/ath/
H A Dif_ath_tsf.h39 ath_extend_tsf15(u_int32_t rstamp, u_int64_t tsf) in ath_extend_tsf15()
52 ath_extend_tsf32(u_int32_t rstamp, u_int64_t tsf) in ath_extend_tsf32()
73 ath_extend_tsf(struct ath_softc *sc, u_int32_t rstamp, u_int64_t tsf) in ath_extend_tsf()
H A Dif_ath_rx.c484 uint64_t tsf = ath_extend_tsf(sc, rstamp, in ath_recv_mgmt() local
511 const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf) in ath_rx_tap_vendor()
576 const struct ath_rx_status *rs, u_int64_t tsf, int16_t nf) in ath_rx_tap()
658 uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf, in ath_rx_pkt()
1086 u_int64_t tsf; in ath_rx_proc() local
H A Dif_ath_tdma.c365 u_int64_t tsf, rstamp, nextslot, nexttbtt, nexttbtt_full; in ath_tdma_update() local
579 uint64_t tsf; in ath_tdma_update() local
H A Dif_ath_rx_edma.c418 uint64_t tsf; in ath_edma_recv_proc_queue() local
552 uint64_t tsf; in ath_edma_recv_proc_deferred_queue() local
/freebsd/contrib/ntp/include/
H A Dtimevalops.h35 # define TVUTOTSF(tvu, tsf) \ argument
40 # define TVUTOTSF(tvu, tsf) \ argument
62 # define TSFTOTVU(tsf, tvu) \ argument
68 # define TSFTOTVU(tsf, tvu) \ argument
126 #define MSUTOTSF(msu, tsf) TVUTOTSF((msu) * 1000, tsf) argument
/freebsd/contrib/ntp/libntp/
H A Dtimespecops.c25 # define FTOTVN(tsf) \ argument
34 # define FTOTVN(tsf) \ argument
/freebsd/sys/contrib/dev/athk/
H A Dspectral_common.h62 __be64 tsf; member
76 __be64 tsf; member
104 __be64 tsf; member
123 __be32 tsf; member
/freebsd/sys/dev/wtap/wtap_hal/
H A Dhal.h50 uint64_t tsf; member
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv_ds.c200 u_int32_t pa, struct ath_desc *nds, u_int64_t tsf, in ar9300_proc_rx_desc()
H A Dar9300_timer.c61 ar9300_alloc_generic_timer(struct ath_hal *ah, HAL_GEN_TIMER_DOMAIN tsf) in ar9300_alloc_generic_timer()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dspectral.h53 size_t bin_len, u64 tsf) in ath10k_spectral_process_fft()
H A Dspectral.c66 size_t bin_len, u64 tsf) in ath10k_spectral_process_fft()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c170 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5416ProcRxDesc()
/freebsd/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c176 uint64_t tsf, struct ath_rx_status *rxstat) in ath_dfs_process_phy_err()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Doffload.h52 __le64 tsf; global() member
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c207 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5211ProcRxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c213 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5210ProcRxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c247 uint32_t pa, struct ath_desc *nds, uint64_t tsf, in ar5212ProcRxDesc()
/freebsd/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c400 uint64_t tsf; in iwm_mac_ctxt_cmd_fill_sta() local
/freebsd/sys/dev/wtap/
H A Dif_wtap.c167 uint64_t tsf = wtap_hal_get_tsf(sc->hal); in wtap_recv_mgmt() local
243 uint64_t tsf; in wtap_beacon_intrp() local
[all...]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_usb_core.c149 u64 tsf, time; in mt76x02u_restart_pre_tbtt_timer() local
H A Dmt792x_core.c163 } tsf; in mt792x_get_tsf() local
189 } tsf = { .t64 = timestamp, }; in mt792x_set_tsf() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmain.c917 } tsf; in mt7615_get_tsf() local
945 } tsf = { .t64 = timestamp, }; in mt7615_set_tsf() local
971 } tsf = { .t64 = timestamp, }; in mt7615_offset_tsf() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c839 } tsf; in __mt7996_get_tsf() local
879 } tsf = { .t64 = timestamp, }; in mt7996_set_tsf() local
905 } tsf = { .t64 = timestamp, }; in mt7996_offset_tsf() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c924 } tsf; in __mt7915_get_tsf() local
969 } tsf = { .t64 = timestamp, }; in mt7915_set_tsf() local
1000 } tsf = { .t64 = timestamp, }; in mt7915_offset_tsf() local

123