Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c249 s64 tsfadjust; in ath9k_beacon_ensure_primary_slot() local
287 tsfadjust = le64_to_cpu(avp->tsf_adjust); in ath9k_beacon_ensure_primary_slot()
291 (signed long long)tsfadjust); in ath9k_beacon_ensure_primary_slot()
294 avp->chanctx->tsf_val += tsfadjust; in ath9k_beacon_ensure_primary_slot()
338 s64 tsfadjust; in ath9k_set_tsfadjust() local
354 tsfadjust = cur_conf->beacon_interval * avp->av_bslot; in ath9k_set_tsfadjust()
355 tsfadjust = -TU_TO_USEC(tsfadjust) / ATH_BCBUF; in ath9k_set_tsfadjust()
356 avp->tsf_adjust = cpu_to_le64(tsfadjust); in ath9k_set_tsfadjust()
359 (signed long long)tsfadjust, avp->av_bslot); in ath9k_set_tsfadjust()
H A Dhtc_drv_beacon.c229 mgmt->u.beacon.timestamp = avp->tsfadjust; in ath9k_htc_send_beacon()
368 u64 tsfadjust; in ath9k_htc_set_tsfadjust() local
378 tsfadjust = cur_conf->beacon_interval * avp->bslot / ATH9K_HTC_MAX_BCN_VIF; in ath9k_htc_set_tsfadjust()
379 avp->tsfadjust = cpu_to_le64(TU_TO_USEC(tsfadjust)); in ath9k_htc_set_tsfadjust()
382 (unsigned long long)tsfadjust, avp->bslot); in ath9k_htc_set_tsfadjust()
H A Dhtc.h246 __le64 tsfadjust; member
H A Dhtc_drv_txrx.c238 mgmt->u.probe_resp.timestamp = avp->tsfadjust; in ath9k_htc_tx_mgmt()