Searched refs:tsf_val (Results 1 – 5 of 5) sorted by relevance
105 __le64 tsf_val; in mwifiex_cmd_append_tsf_tlv() local116 tsf_tlv.header.len = cpu_to_le16(2 * sizeof(tsf_val)); in mwifiex_cmd_append_tsf_tlv()122 tsf_val = cpu_to_le64(bss_desc->fw_tsf); in mwifiex_cmd_append_tsf_tlv()123 memcpy(*buffer, &tsf_val, sizeof(tsf_val)); in mwifiex_cmd_append_tsf_tlv()124 *buffer += sizeof(tsf_val); in mwifiex_cmd_append_tsf_tlv()126 tsf_val = cpu_to_le64(bss_desc->timestamp); in mwifiex_cmd_append_tsf_tlv()132 memcpy(*buffer, &tsf_val, sizeof(tsf_val)); in mwifiex_cmd_append_tsf_tlv()133 *buffer += sizeof(tsf_val); in mwifiex_cmd_append_tsf_tlv()135 return sizeof(tsf_tlv.header) + (2 * sizeof(tsf_val)); in mwifiex_cmd_append_tsf_tlv()
350 cur_tsf = (u32) cur->tsf_val + in ath_chanctx_adjust_tbtt_delta()353 prev_tsf = prev->last_beacon - (u32) prev->tsf_val + cur_tsf; in ath_chanctx_adjust_tbtt_delta()366 prev->tsf_val += offset; in ath_chanctx_adjust_tbtt_delta()684 !sc->cur_chan->tsf_val) in ath_chanctx_event()693 tsf_time -= (u32) sc->cur_chan->tsf_val + in ath_chanctx_event()1281 sc->cur_chan->tsf_val = ath9k_hw_gettsf64(sc->sc_ah); in ath_chanctx_set_next()
294 avp->chanctx->tsf_val += tsfadjust; in ath9k_beacon_ensure_primary_slot()297 ath9k_hw_settsf64(sc->sc_ah, avp->chanctx->tsf_val + offset); in ath9k_beacon_ensure_primary_slot()
250 if (sc->cur_chan->tsf_val) { in ath_complete_reset()255 ath9k_hw_settsf64(ah, sc->cur_chan->tsf_val + offset); in ath_complete_reset()1958 tsf = sc->cur_chan->tsf_val + in ath9k_get_tsf()1981 avp->chanctx->tsf_val = tsf; in ath9k_set_tsf()1997 avp->chanctx->tsf_val = 0; in ath9k_reset_tsf()
340 u64 tsf_val; member